Skip to content

birabittoh/groupgardenbot

Repository files navigation

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.

About

An extension of the game "botany", originally designed for unix-based systems, to the Telegram Bot API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors