Table of Contents
This chatbot retrieves live football scores via the API-FOOTBALL API and posts the updates in real-time to a Twitch channel, enhancing engagement around football conversations. While the API architecture provides extensive capabilities (see below), this script focuses specifically on posting live football fixtures. The intended audience is football fans and bettors who want real-time updates surfaced right in Twitch chats.
- Install Python and add to PATH
- Create and activate virtual environment
- Clone or download the repository
- Install all dependencies
- Define the required variables such as API keys and channel details in config.py
- Run main.py to launch the bot
- Set the bot as a channel moderator on Twitch (optional but recommended)
Any contributions are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request:
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! 🌟
M. Pomar - @deliverymgt - [email protected]
Project Link: https://github.com/mpomar/FootballChatbot