Re-host of Almabot originally written by Alma Emma
A fun little sort of dive back into Python even if I really suck at it.
See original code under /original
folder
- Python 3 (3.11.2)
- Discord.py (2.2.2)
- Schedule
- gspread
- You will need separate keys for this, see
client_secret_sample.json
- You will need separate keys for this, see
- python-dotnev
- Clone the project
- Install the prerequisites
- Copy
.env.sample
, rename to.env
, and fill in the blanks on the .env with tokens, etc. - Do the same above to
client_secret_sample.json
which you will be renaming toclient_secret.json
- Create a
nitro_data.json
file with the following structure
{
"idhere": {
"Name": "",
"Display Name": "",
"Nitro Start": "",
"Nitro Status": "",
"Nitro Total": "",
"gspread Index": "",
"emoji": "1"
},
...
}
- Run using
python3 Almabot.py