Update README.md

This commit is contained in:
Naveen A.B 2020-06-30 15:49:44 +05:30 committed by GitHub
parent 498eb719a5
commit b896946278
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ Python based Telegram bot to monitor and control the raspberry pi.
sudo pip install telepot sudo pip install telepot
``` ```
- Request the BotFather to create a new Bot. - Request the BotFather to create a new Bot.
- Paste the HTTP access token here: - Paste the HTTP access token here (in the code):
``` ```
bot = telepot.Bot(' Enter your Telegram bot API token here ') bot = telepot.Bot(' Enter your Telegram bot API token here ')
``` ```