With this bot, you can easily notify your followers when you go live on Twitch, so they never miss a stream.
- Sends alerts to a Telegram group or channel when a streamer goes live on Twitch.
- Customizable message templates and interval between checks for new streams.
- Supports multiple Twitch streamers and channels.
- Open your terminal and run the following commands:
git clone https://github.com/N0rule/telegram-twitch-bot.git
cd telegram-twitch-bot
npm install
- Wait for all the dependencies to be installed.
- Rename
.env.example
andconfig.js.example
to.env
andconfig.js
respectively, and fill in the required values. - Type
npm run start
to start the bot. - you can verify if bot is working by typing
/start
in bot DM. - If you're not sure how to get the
GROUPID
, you can use the command/idcheck
in a group with the ID you need. Alternatively, you can use IDBot. - Remember that the bot needs permissions to send messages.
- Feel free to Fork this repository, create a feature branch and submit a pull request.