File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Then you're left with several ways to run this bot.
1818If you want to run this code from source, you can just ` git clone ` this repo.
1919It's recommended to create a new virtual environment (` python3 -m venv /path/to/venv ` ).
2020This bot uses the [ python-telegram-bot] ( https://python-telegram-bot.org/ ) framework to make Telegram API calls.
21- You can install it (and potential other requlrements ) like that:
21+ You can install it (and potential other requirements ) like that:
2222
2323`` pip install -r requirements.txt ``
2424
@@ -29,3 +29,8 @@ This project also contains a `Dockerfile` as well as a pre-built [Docker image](
2929
3030You will also find the ` docker-compose.yml ` file with which you can easily set up your own instance of the bot.
3131Just specify the path to your config etc. in said docker-compose file.
32+
33+ ## Contact
34+ - [ Twitter] ( https://x.com/blacksky_jose )
35+ - [ Telegram] ( https://t.me/blacksky_jose )
36+ - [ Discord] ( https://discord.gg/blacksky_jose )
You can’t perform that action at this time.
0 commit comments