Posted April 25Apr 25 comment_31 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 FunctionsYou 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 NotificationDisplays 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 FileWrites 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 file3. ๐ Run ProgramLaunches 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 RequestPerforms 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 ModsThe aiostool also supports mods โ custom extensions that add new features.How to install a mod:Go to the "Mods" menu in the aiostool and select "Open Mod Folder".Copy your mod ZIP file into that folder.Either:Restart the aiostoolORUse "Mods" โ "Reload Mods" from the menuOnce 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 AdministratorDevelopment ยท Infrastructure ยท Feature Design ยท Community & Project Management๐ My links & socials Report
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.