Jump to content
View in the app

A better way to browse. Learn more.

aiosbot

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Countdown Timer

🔍 General Description

The Countdown Timer mod creates a file-based countdown system that continuously updates a text file with the remaining time in a human-readable format.
It’s ideal for stream overlays, break timers, giveaways, or event announcements. It supports autostart, manual control, and custom durations per action.


⚠️ Requirements

  • aiostool must have write access to the file path defined in the config

  • A valid configuration file (countdown.json) must exist

  • The output file (e.g., countdown.txt) can be used in OBS via a text source


🛠️ Configuration

Create a file named countdown.json in your mod’s config directory. Example:

{
	"path": "countdown.txt",
	"time": 180,
	"autostart": false
}

  • path: Absolute path to the output file where the formatted countdown will be written

  • time: Countdown duration in seconds (default if not overridden by an action)

  • autostart: If true, the countdown starts automatically on script load


⚙️ Functions

Function

Description

main

Initializes the mod and loads the config. Starts automatically if configured.

start

Starts the countdown (optionally with a custom time).

stop

Stops the countdown and writes the last remaining time to file.

The countdown will update the file every second in a dynamic format:

  • ss (e.g., 9)

  • mm:ss (e.g., 03:25)

  • hh:mm:ss (e.g., 01:07:42)


💬 Example Commands

▶️ Start with default config time

Key

Value

function

start


⏱️ Start with custom time (e.g. 90 seconds)

Key

Value

function

start

time

90


🛑 Stop countdown

Key

Value

function

stop

🧪 This mod is perfect for creating real-time timers visible in OBS.

File Information

Submitter BlackRider

Submitted 04/17/2025

Category Mods

View File

Countdown Timer

@BlackRider
Founder · Lead Developer · System Administrator
Development · Infrastructure · Feature Design · Community & Project Management
🔗 My links & socials

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.