- Windows 10/11
- Text editor (Notepad, Notepad++, Visual Studio Code, etc)
- git
- bun
- Twitch OAUTH_TOKEN
- OpenAI GPT_API_KEY for AI chatbot | Get it from Groq for free here
You can obtain your OAUTH token by visiting twitchtokengenerator.com and following these steps:
- Visit twitchtokengenerator.com
- When prompted, select Bot Chat Token
- Login to your chat bot Twitch account
- Verify you’re not a robot
- Copy and paste your OAUTH_TOKEN to the
.env
file using a text editor
(For other OS, install the requirements from the links above)
- Open
Command Prompt
or pressWin+R
, typecmd
, then press enter - Download and install git:
- Using Command Prompt:
winget install --id Git.Git -e --source winget
- Or manually download and install from here
- Using Command Prompt:
- Clone the repository:
git clone https://github.com/niizam/simple-twitch-bot.git
- Install the dependencies:
cd simple-twitch-bot powershell -c "irm bun.sh/install.ps1|iex" bun install
- Rename the
.env.example
file to.env
in thesimple-twitch-bot
folder - Fill
OAUTH_TOKEN
,BOT_USERNAME
,CHANNEL_NAME
,OWNER_NAME
,GPT_API_KEY
in the.env
file using a text editor - Start the bot:
- Double-click the
start.bat
file - Or run this from the command prompt:
bun start
- Double-click the
Command | Description | Example |
---|---|---|
!tlm |
Toggle translation mode (owner only) | !tlm |
!tl <text> |
Translate specific text | !tl hello world |
!bot |
Toggle bot on/off (owner only) | !bot |
!dc or !discord |
Show Discord server info | !dc or !discord |
!calc <expression> |
Calculate mathematical expressions | !calc 5*100+2/10 |
!lurk |
Announce going into lurk mode | !lurk |
!unlurk |
Announce returning from lurk | !unlurk |
!help or !cmd or !commands |
Show available commands | !help |
!gptm |
Toggle AI chat mode (owner only) | !gptm |
!ai <message> |
Send a specific message to AI chatbot | !ai tell me a joke |
Command | Description | Usage |
---|---|---|
exit or quit or q |
Disconnect bot and exit | Type in console |
!tlm |
Toggle translation mode | Type in console |
!bot |
Toggle bot on/off | Type in console |
!say <message> |
Send message as bot | !say Hello chat! |
!gptm |
Toggle AI chat mode | Type in console |
- Auto Translation: When translation mode is on, automatically translates messages between configured languages
- AI Chatbot: When GPT mode is on, bot responds to chat messages using AI
- Raid Messages: Automatically responds to channel raids with configurable messages
- Chat History: Saves all chat messages to CSV file with timestamp