Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 456 Bytes

File metadata and controls

22 lines (16 loc) · 456 Bytes

GroupGardenBot

How to use

Copy the .env.example file into .env and insert your Telegram Bot Token.

Create a new virtual environment and install required packages:

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Then, start the bot by running: python main.py

Commands

  • /start: plant a new seed;
  • /water: water your plant;
  • /show: show your plant;
  • /rename: rename your plant.