Automatized Discord Daily Bible Verse Status
📖 Automatized Discord Daily Bible Verse Status using www.biblegateway.com API
Remember to 🌟 this Github if you 💖 it.
WARNING: I'm not responsible for any bans resulting in using this. Use at your own risk!!!
Installation
click here
[Discord] Get your personal user token -Copy and paste it in your config.json file (discord_token
field).
click here
[BibleGateway] Get your bible version/translation -Just copy and paste it in your config.json file (version
field).
[Crontab] Run the script every day
You have to edit the crontab table using crontab -e
. Then, add the following line to this file:
0 0 * * * cd /path/to/auto-discord-bible-status && /usr/bin/python3 main.py >> discord-cron.log 2>&1
This will run the script and update your custom status every 5 minutes.
That's it
Congratulations, you have successfully installed Automatized Discord Bible Verse Status. Feel free to open an issue if necessary!