all repos — groupgardenbot @ 6240c1d5461e9f1185ae835be26caa0c059a2702

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

better documentation
Marco Andronaco andronacomarco@gmail.com
Tue, 28 Mar 2023 10:30:27 +0200
commit

6240c1d5461e9f1185ae835be26caa0c059a2702

parent

3f2b3ea4ccd06861e8186be49c35a3862512f33b

1 files changed, 19 insertions(+), 0 deletions(-)

jump to
M README.mdREADME.md

@@ -1,3 +1,22 @@

# 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.