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

Posted

The aiostool is your local bridge to control your bot directly from your desktop. It provides a simple interface to trigger scripts, send notifications, or even launch external programs โ€“ all without needing to code.

๐Ÿ›  Built-in Functions

You can trigger built-in functions via the web interface by selecting the function and providing the required keys and values. Here's a quick overview of what's available:


1. ๐Ÿ“ข Show Notification

Displays a system notification on your machine.

Required keys:

  • title: The notification title (e.g., "New Follower!")

  • message: The notification content (e.g., "You just got a new follower on Twitch!")


2. ๐Ÿ“ Write to File

Writes text into a file at a specified path.

Required keys:

  • path: The full path to the file (e.g., "C:/Users/YourName/Desktop/log.txt")

  • text: The content that should be written to the file


3. ๐Ÿš€ Run Program

Launches any external application or script.

Required key:

  • path: The full path to the executable or script you want to run (e.g., "C:/Program Files/OBS/obs64.exe")


4. ๐ŸŒ GET Request

Performs a GET HTTP request to a specific URL.

Required key:

  • url: The URL to send the request to (e.g., "https://api.example.com/status")

Optional key:

  • headers: A JSON object of headers (e.g., {"Authorization": "Bearer xyz"})


๐Ÿงฉ Using Mods

The aiostool also supports mods โ€“ custom extensions that add new features.

How to install a mod:

  1. Go to the "Mods" menu in the aiostool and select "Open Mod Folder".

  2. Copy your mod ZIP file into that folder.

  3. Either:

    • Restart the aiostool
      OR

    • Use "Mods" โ†’ "Reload Mods" from the menu

Once loaded, the mod will be available and can define its own functions and configurations.


If you have any questions, feel free to post in this section! ๐Ÿ’ฌ

@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.