This bot monitors a Twitch streamer and sends live notifications to a Discord channel, including stream info and game box art.
Run the provided Install.bat to install all required Python packages.
- Copy
Discord_Bot.pyinto your preferred Python editor (e.g., PyCharm). - Ensure your
.envfile or in-script variables contain the correct credentials.
- Go to Discord Webhooks.
- Copy the webhook URL.
- Replace
WEBHOOK_URL_HEREin the code or.envfile with your webhook URL.
- Go to Twitch Developer Portal.
- Register a new application.
- Copy the Client ID and Client Secret.
- Replace
CLIENT_IDandCLIENT_SECRETin the code or.envfile.
- Replace
STREAMER_USERNAMEwith the Twitch username you want to track.
- Run the Python script in your editor of choice.
- The bot will send Discord notifications whenever the streamer goes live.
Your Discord will now receive live notifications with stream information and game box art automatically.