Skip to content

sdemiriz/FTL-score-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitch FTL Score Tracker

Uses Twitch Websocket wrapper by CubieDev.

Will track score guesses by users in chat, namely any amount of digits at the start of a message. The guesses will be stored temporarily alongside the user who made the guess.

A user of Moderator+ status can then issue a !score command followed by the correct score to identify the user who guessed the closest.

The guesses are then removed entirely, making space for a new guessing chain.

Dependencies:

  • pandas
  • re (from std Python Lib)
  • logging (from std Python Lib)
  • TwitchWebsocket by Cubiedev

About

Twitch FTL score guess tracker project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published