Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.31 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.31 KB

👾 TwitchChatBotScrapper 👾

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.

Requirements

  1. PIP
  2. pip install msgpack-python
  3. pip install colorama

Installation

  1. Clone or Download the Repo using this address: https://github.com/juanpflores/TwitchChatBotScrapper.git.
  2. Get your Twitch API KEY from http://twitchapps.com.
  3. Change the settings.py file with your information.
  4. You'll need to install the next

Usage

Just run the main.py file or you can use the bot on your own projects 👍

On you own project

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.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

This project was develop to recolect data for insertPaperNameHere with the help of West Virginia University and Mexico's National Autonomous University.

Credits

TODO: Write credits

License

TODO: Write license