TwitchChatBotScrapper is a Twitch bot that uses Twitch IRC to connected to a user specified channel and saves all the messages on a JSON file.
- PIP
pip install msgpack-python
pip install colorama
- Clone or Download the Repo using this address:
https://github.com/juanpflores/TwitchChatBotScrapper.git
. - Get your Twitch API KEY from http://twitchapps.com.
- Change the settings.py file with your information.
- You'll need to install the next
Just run the main.py file or you can use the bot on your own projects 👍
If you want to use the bot in your own project you will ned to copy the TwitchChatBotScrapper.py file and exectute .openSocket()
then .loadBot
and finally .readMessage()
to allow the bot to work.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
This project was develop to recolect data for insertPaperNameHere with the help of West Virginia University and Mexico's National Autonomous University.
TODO: Write credits
TODO: Write license