Skip to content

My code to farm points on channels that use a bot to create raffles

Notifications You must be signed in to change notification settings

EMorf/message_dog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

messagedog

Made with https://hotpot.ai/art-generator

Raffle bot

Purpose

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...

Installation

To install and run:

pip install .
messagedog

Configuration

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.

WordCloud

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>

About

My code to farm points on channels that use a bot to create raffles

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages