Scripts for guild notifications using Discord Webhooks
|
3 years ago | |
---|---|---|
discord-icons | 3 years ago | |
.gitignore | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago | |
affixes.py | 3 years ago | |
conf.py | 3 years ago | |
guild.py | 3 years ago | |
items_legend.json | 3 years ago | |
loot.py | 3 years ago | |
mythics.py | 3 years ago | |
raiderio.py | 3 years ago | |
rss.py | 3 years ago | |
streams.py | 3 years ago | |
tokens-sample.py | 3 years ago | |
warcraftlogs.py | 3 years ago | |
webhook.py | 3 years ago | |
wowprogress.py | 3 years ago |
Take in mind that the first execution of each script will cause a bit of spam on your server.
More info (in spanish) here.
You should rename and edit the tokens-sample.py
file to tokens.py
, and you can edit the conf.py
file. tokens
file contains tokens (ofc) and api keys for services. conf
file contains a mix of icons and strings.
To get your Discord Webhook URL go here
To get your Battle.net API Key go here
```*/15 * * * * timeout 890 /path/guild.py >> /path/log/guild.log 2>&1 */15 * * * * timeout 890 /path/mythics.py >> /path/log/mythics.log 2>&1 */30 * * * * timeout 1790 /path/loot.py >> /path/log/loot.log 2>&1