⚠️ Telegram has updated in-app sticker management capabilities rendering this bot pretty useless. The project is no longer active.
- Install the dependencies with
pip install -r requirements.txt - Create a
.envfile (see.env.example) and fill in the values - Run the bot with
python3 main.py
- Create a new SSH key pair with
ssh-keygen -t ed25519 - Add the public key to
~/.ssh/authorized_keyson the target server - Create Repository secrets for deployment in the repository:
REMOTE_SERVERREMOTE_USERREMOTE_PATHSSH_PRIVATE_KEYTOKEN
- Create a deployment repository on the target server
mkdir -p /bots/VorishkaBot2.0touch /bots/VorishkaBot2.0/context_data
- Create an
.envfile in/bots/VorishkaBot2.0/(see.env.example) and fill in the values
This work is licensed under CC BY-NC 4.0.