all repos — groupgardenbot @ master

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

16c2ca0f
Merge pull request #1 from BiRabittoh/dependabot/pip/idna-3.7

Bump idna from 3.4 to 3.7
Marco Andronaco andronacomarco@gmail.com
Tue, 02 Jul 2024 08:03:02 +0000
2c8379d8
remove useless and problematic float
Marco Andronaco andronacomarco@gmail.com
Sun, 02 Jun 2024 21:54:49 +0200
a2c0ec4a
various bug fixes and improvements
Marco Andronaco andronacomarco@gmail.com
Wed, 16 Aug 2023 19:48:26 +0200

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

clone
git clone https://git.birabittoh.duckdns.org/groupgardenbot.git