NOTE: All of the communication/adapter code has been moved to vexbot
A Python3.5, PyQt chat GUI featuring support for the following websites
Youtube (Selenium based scraper or Youtube API) Twitch (IRC client)
WatchPeopleCode (websocket client)
Livecoding (xmpp client)
pip install chatimusmaximus
- create a settings.yml file using
default_settings.yml
as guidance chatimusmaximus --settings_path /path/to/your/settings.yml
pip install -r requirements.txt
python setup.py develop
python chatimusmaximus
If you run into issues, send me an email [beohoff@gmail] or start an issue!
- change into the
chatimusmaximus
source directory and from the command line runpython chatimusmaximus
- Or run the code from vexbot
https://github.com/benhoff/vexbot.git
. I haven't had time to write up running instructions for vexbot :shame: but feel free to email me about it.
pull requests welcome!
Chatimusmaximus uses Click from lebcraftlp.