A easy to use Discord bot to keep track of your earnings on https://app.getgrass.io/. Updates every 5 minutes with a screenshot of your earnings and statistics
Clone the project
git clone https://github.com/Liscuri/GrassEarningsChecker
Go to the project directory
cd GrassEarningsChecker
Install dependencies
pip install -r requirements.txt
Edit the config.json
{
"TOKEN": "DISCORD_BOT_TOKEN",
"USERNAME": "USERNAME",
"PASSWORD": "PASSWORD",
"CHANNEL": CHANNEL_ID
}
On how to create a Discord Bot Token head over to https://discord.com/developers/applications
Start the bot
python bot.py
Python 🐍 | Version 3.12 |
---|