A simple telegram bot for keeping notes, pictures, documents, phones whatever.
This version is maintained for Python 3.x
uses telegram API:
pip install python-telegram-bot
What you need to do:
- Create a bot with telegram bot father
- Copy the secret code you got from the bot father into secret.txt
- Rename config.json.sample to config.json and edit it - don't forget to set yourself as admin
- Create a folder for the notes.
- Move config.json, help.txt and secret.txt to that folder.
- Start the bot with parameter : the message folder name:
python telegram_bot.py "/home/user/GDrive/MyBotFolder/"
####Andy Elkin ####[email protected]