Sergio Álvarez b6f077aab8 | ||
---|---|---|
discord-icons | ||
.gitignore | ||
LICENSE | ||
README.md | ||
affixes.py | ||
conf.py | ||
guild.py | ||
items_legend.json | ||
loot.py | ||
mythics.py | ||
raiderio.py | ||
rss.py | ||
streams.py | ||
tokens-sample.py | ||
warcraftlogs.py | ||
webhook.py | ||
wowprogress.py |
README.md
first of all
Take in mind that the first execution of each script will cause a bit of spam on your server.
More info (in spanish) here.
configuration
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
dependencies
- python3
- redis-server
- redis-py
crontab
*/15 * * * * timeout 890 /path/mythics.py >> /path/log/mythics.log 2>&1
*/30 * * * * timeout 1790 /path/loot.py >> /path/log/loot.log 2>&1
* * * * * timeout 58 /path/rss.py >> /path/log/rss.log 2>&1
* * * * * timeout 58 /path/streams.py >> /path/log/streams.log 2>&1
* * * * * timeout 58 /path/warcraftlogs.py >> /path/cron/log/warcraftlogs.log 2>&1
0 9 * * 3 timeout 60 /path/wowprogress.py >> /path/cron/log/wowprogress.log 2>&1
0 8 * * 3 timeout 60 /path/affixes.py >> /path/log/affixes.log 2>&1
credits
- Readme writted with stackedit.
- Coded with Sublime Text 3.
- Scripts running under Gigabyte Brix + Ubuntu.
- Originally did it for Vagrant Story (EU-Dun Modr) guild.