wikispeedruns / wikipedia-speedruns

Source code for Wikipedia Speedruns!
https://wikispeedruns.com
MIT License
96 stars 27 forks source link

Add discord bot daily message reports #575

Closed mliu59 closed 7 months ago

mliu59 commented 8 months ago

Added a discord bot script to automate text reports. I built this to take in a configurable list of tasks outputting strings.

The script currently uses system environment variables for target channel ids and the bot token. On windows:

$env:CHANNEL_ID = "..." $env:BOT_TOKEN = "..."

Current daily tasks are:

dqian3 commented 8 months ago

Might be good as its own repo?

Also might be fun to some public reports, such as the best run for POTD, or announcements for when the POTD is released.

bricehalder commented 8 months ago

+1 this might be better as its own repo

dqian3 commented 7 months ago

@mliu59 Do we still need this with https://github.com/wikispeedruns/wikispeedruns-discord-bot?

mliu59 commented 7 months ago

@mliu59 Do we still need this with https://github.com/wikispeedruns/wikispeedruns-discord-bot?

I think we're good to close this. Continuing on the separate repo