Skip to content

A simple Chatbot that reads the chat of an especified channel and adds the messages to a json file.

Notifications You must be signed in to change notification settings

juanpflores/TwitchChatBotScrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

👾 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

About

A simple Chatbot that reads the chat of an especified channel and adds the messages to a json file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages