tripleee / sloshy

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

sloshy.py: perform reputation check before attempting to log in #74

Closed tripleee closed 4 months ago

tripleee commented 4 months ago

scrape_chat.py: actual reputation check implementation; refactor to base class SloshyClient for the basic User-Agent etc

Hopefully prevent #73 from happening again

tripleee commented 4 months ago

Weirdly, the test run failed )-:

https://github.com/tripleee/sloshy/actions/runs/7958791377/job/21724383821

This one too!

https://github.com/tripleee/sloshy/actions/runs/7960045292/job/21728209222

However, running the same code manually from my laptop is working fine.