-
Make sure you have all the submodules:
git submodule update --init --recursive
-
cp settings_example.py settings.py
-
Write your settings in file
settings.py
:
CHANNEL
- Put here a channel where the bot is an admin. This is required for using images in inlineTOKEN
- Bot token. You can get one from @BotFather
-
pip3 install -r requirements.txt
- Install dependencies -
mkdir plugdata
- folder for plugins data