Easy to modify and use. Run multiple bots in one time. Add your bots while script is running: "on the fly", they will launch automatically.
Make sure you have python that supports aiogram3 installed. (3.9+)
- Fork repository or click "Use this template" button to clone it
- Download new repository to your machine
- Create
config.json
file with your bot(s) token according to theexample-config.json
- Double-click on "run-in-venv.bat" file
- Fork repository or click "Use this template" button to clone it
- Download new repository to your machine
- Create
config.json
file with your bot(s) token according to theexample-config.json
- Download python and install it
- Create virtual environment using
python -m venv .venv
- Run
pip install -r requirements.txt
in your terminal - Run
python main.py
in your terminal
{
"bots": [
"4512341245:AWCFFnxH-D16EASgs2Fso-h7oA4no0M"
],
"admins": [
1538946202
]
}
PRs are welcomed