The application monitors the chat room of admiralbulldog and will automatically try to enter or leave raffles, and answer trivia questions. It is suggested that points are transferred ocassionally, to avoid suspicion...
To install and run:
pip install .
messagedog
Variable | Description | Default Value | Best Case |
---|---|---|---|
TWITCH_USER | Twitch user id | ID of the twitch user to log in as. | |
TWITCH_PW | Not needed | Not used currently, for future use. | |
HOST | HOST to connect to | localhost | Not used currently, for future use. |
DATABASE | Not needed | Not used currently. However, for future use, a valid database connection string or name for storing messages. | |
TWITCH_AUTH_TOKEN | Twitch auth token | A valid Twitch authentication token obtained from https://twitchapps.com/tmi/. | |
TWITCH_CLIENT_ID | Twitch client id | A valid Twitch client id obtained from https://dev.twitch.tv/console/apps/create. |
This script accepts the a username, and generates a wordcloud of the user's most common phrases and works over a certain month. It can be invoked with:
python3 scripts/generate_wordcloud.py <USER>