This is exampke how telegram bot work on python
First of all, install requirements. pip install -r requirements.txt
Then edit bot.py using text editor, edit Token
and CreatorID
And then run the bot by python bot.py
Done, now you can send message to your bot
-
Fork this git
-
Go to heroku, and create new project. Select Python 3 if needed.
-
After you created project, go to Deploy tab
-
Select connect github
-
Search for SimpeTelegramBot and click Connect button
-
After connected, go to settings tab, press Reveal Config Vars, then insert like this
Var: Yes
TokenBot: Your bot token from @botfather
MyID: Insert your user id
-
Then finally, go to Resources tab, click Pen/Pencil button, turn on it, then Confirm
-
Check your bot on telegram
-
For get user id, Check this bot then type
/id
-
If you need help, Join my group
/start
bot will reply Hai!
/reply
bot will reply your message
/feedback
bot will send feedback to creator
/log
send log json output