README.md (view raw)
1# GroupGardenBot
2
3## How to use
4
5Copy the `.env.example` file into `.env` and insert your Telegram Bot Token.
6
7Create a new virtual environment and install required packages:
8```
9python -m venv venv
10source venv/bin/activate
11pip install -r requirements.txt
12```
13
14Then, start the bot by running:
15```python main.py```
16
17## Commands
18
19* **/start**: plant a new seed;
20* **/water**: water your plant;
21* **/show**: show your plant;
22* **/rename**: rename your plant.