Liscuri / GrassEarningsChecker

1 stars 0 forks source link

Grass Earnings Checker 🚀

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

How to run 📝

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

Screenshot 📷

Screenshot

Technical Information 🛠️

Python 🐍 Version 3.12