-
-
Notifications
You must be signed in to change notification settings - Fork 0
Project Installation
Once you retrieve your application client ID and client secret, you can now download ManaoBot! The bot doesn't have a single-file executable (.exe) for now, so you would have to clone the repository manually. Fortunately, I've provided an automatic installer script to use! This guide is for Windows only.
Open Terminal app by searching for "Terminal" app in the search bar in start menu (pressing Windows button then type "terminal"), then type "powershell" in the terminal.
It is recommended that you download this app at Microsoft Store. Or press ⊞ Win + R then type powershell then press run if you don't want to download the application.
After the terminal initiated, run the following command:
Invoke-WebRequest "https://raw.githubusercontent.com/wrong-lang/manao/refs/heads/main/tools/windows/INSTALLER.ps1" | Invoke-ExpressionExplanation: The URL is the source code for the ManaoInstaller, written in powershell. The command "Invoke-WebRequest" is used to retrieve the contents from the URL. Then, "Invoke-Expression" will run the script.
You can check source code of the installation script here to ensure your safety. Do not execute any suspicious script from the internet!
After you have run the script, you will download required software as follows:
- Git: For version control - Official Website
- Bun: JavaScript runtime - Official Website
- Twitch CLI: Managing Twitch credentials - Official Website
During installation, you may be asked to accept license agreements. Simply type y and press Enter or click Allow when prompted.
If git has been installed successfully, it should display as follows:
Select your preferred version or leave blank for latest version.
Then, bun and TwitchCLI installation script will be run. If successful, it will display something like this

Leave blank then press Enter to continue to setup process.
ManaoBot is a free and open-source software by @tinarskii, designed to help Twitch streamers easily manage their channels without complicated setup or unnecessary risk.
If you enjoy using ManaoBot, you can support its development by donating this project.
มะนาวบอต เป็นโปรแกรมโอเพ่นซอร์สและฟรีเขียนโดย @ทินนาร์สกี้ เอาไว้ให้สตรีมเมอร์รวม tools ไว้ที่เดียวง่าย ๆ ไม่ต้องไปล็อกอินมั่วซั่ว
ถ้าชอบก็กดไลก์ ใช่กดแชร์ ดีกว่าก็คือกดโอน
- พร้อมเพย์: 098-417-6673
- เลขบัญชี 100-9-03813-7 (ธ.กรุงศรี)
- กิตฮับ: https://github.com/sponsors/tinarskii
- หรือจะโดเนทผ่าน tipme ตอนสตรีมก็ได้นะ: https://tipme.in.th/tinarskii
- Ko-fi: @tinarskii
- GitHub Sponsors: https://github.com/sponsors/tinarskii
Welcome to the Manao Wiki!
This sidebar will help you quickly find guides, overlay setups, and command references.
ยินดีต้อนรับสู่ วิกิมะนาว! หาอ่านตามสะดวกตามใจชอบได่เลยนะ อิอิ อุอิอ๊า
- Retrieving Client ID and Secret from Twitch
- Project Installation
- Setting up Manao
- Using ManaoWeb
- Adding Overlays in OBS
- Linking Channel Points to Soundboard
- Adding Custom Replies
- Writing Your First Custom Command
- รับไคล์แอนต์ไอดีและซีเครทจากทวิช
- ติดตั้งโปรเจกต์
- ตั้งค่ามะนาว
- เริ่มใช้งานมะนาวเว็บ
- เพิ่มโอเวอร์เลย์ใน OBS
- ลิงก์แต้มช่องกับซาวด์บอร์ด
- เพิ่มข้อความตอบกลับอัตโนมัติ
- เขียนคำสั่งแรก
- Moderation Commands
- Social Commands
- Music Commands
- Economy Commands
- Preferences Commands
- Information Commands
- Start with Retrieving Client ID and Secret from Twitch if this is your first time.
- Everything else builds from there, including installation, setup, and overlay configuration.