Move code to proper directory

This commit is contained in:
Dawid Rejowski 2022-09-11 22:52:09 +02:00
parent 6252ca7703
commit 9b90eb14ff
9 changed files with 2 additions and 1 deletions

View file

@ -23,7 +23,7 @@ pip install -r requirements.txt
``` ```
- Copy example config file ```cp config.yaml.example config.yaml``` - Copy example config file ```cp config.yaml.example config.yaml```
- Fill the config file with creditials for Matrix account and Telegram bot you created - Fill the config file with creditials for Matrix account and Telegram bot you created
- Run the bot ```python main.py``` - Run the bot ```python stickerbridge/main.py```
## Usage ## Usage
Invite the bot in a room (currently does not support encrypted rooms), type ```!sb help``` to list available commands. Invite the bot in a room (currently does not support encrypted rooms), type ```!sb help``` to list available commands.

View file

@ -0,0 +1 @@
__author__ = 'Dawid Rejowski <dawid@rejowski.xyz>'