mirror of
https://github.com/wah-su/stickerbridge.git
synced 2025-04-05 15:54:41 +00:00
Move code to proper directory
This commit is contained in:
parent
6252ca7703
commit
9b90eb14ff
9 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,7 @@ pip install -r requirements.txt
|
|||
```
|
||||
- Copy example config file ```cp config.yaml.example config.yaml```
|
||||
- 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
|
||||
Invite the bot in a room (currently does not support encrypted rooms), type ```!sb help``` to list available commands.
|
||||
|
|
1
stickerbridge/__init__.py
Normal file
1
stickerbridge/__init__.py
Normal file
|
@ -0,0 +1 @@
|
|||
__author__ = 'Dawid Rejowski <dawid@rejowski.xyz>'
|
Loading…
Add table
Reference in a new issue