Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyas-kalandar authored Jul 16, 2021
1 parent 76a5880 commit f38252d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#### Firstly get BotAPI token from <a href='https://t.me/BotFather'>BotFather</a> <br>
#### Then get Telegram API ID and API Hash from <a href='https://my.telegram.org/apps'>here</a>
#### Open <code>settings.py</code> and put obtained values to them's placeholders
#### Get ID of your telegram-group, you can get it by adding <a href='https://t.me/my_id_bot'>this</a> bot and sending /start command.
#### Get ID of your telegram-group (you can get it by adding <a href='https://t.me/my_id_bot'>this</a> bot and sending /start command) and put it to it's placeholder.
#### Install python libs like 'aiogram', 'pyrogram' and 'asyncio'
#### <code>pip install aiogram pyrogram asyncio</code>
#### So, you can start bot by using this command <code>python main.py</code>
Expand Down

0 comments on commit f38252d

Please sign in to comment.