tripleee / sloshy

Sloshy the Thawman, a simple chatbot to keep rooms alive on Stack Overflow / Stack Exchange
6 stars 11 forks source link

Implement --announce feature to check write access to any new rooms #23

Closed tripleee closed 2 years ago

tripleee commented 2 years ago

scrape_chat.py: refactor some of the existing code and add a search method

sloshy.py: update YAML schema to 20211215, with migration for old config

sloshy.yaml: configuration thusly migrated, add Sloshy's chat ID for each server

README.md: update documentation; note breaking change

Partially fixes: #20 Partially fixes: #21 Fixes: #11

tripleee commented 2 years ago

Gnarl, what a mess. I accidentally bumped two commits into each other and am now trying to split them back out apart.