English | Chinese
Telegram bot for the Memos project
- Create a bot using @BotFather
- Update the
config.pyfile with your favorite editor! - Install the dependencies using
pip3 install -r requirements.txt - Run the bot using
python3 main.py - Enjoy!
You can use media_support_main.py to add photos support to your bot.
However, due to limited API, message with multiple photos will be considered as multiple single photo message which leads to multiple text memos! This may lead to undesired behaviour.
I'm still working on a better solution(in 2023), but for now this is the best I can do.
PRs are welcome!
Planned in 2023
You will need a server that can access telegram services to run this bot.