Telegram bot for https://readwise.io
pip install -r ./requirements.txt
python ./app.py
You can deploy this bot anywhere.
sequenceDiagram
User->>+TelegramBot: Forwards post to highlight it
TelegramBot->>+ReadWise API: Using ReadWise API token sends post text and link to the ReadWise
TelegramBot-->>-User: Responses "Message from channel was highlighted"
- Forward post from someone or some channel in Telegram and this bot will send text and link (and the first link in the post itself) to ReadWise
- Add r commentary to the forwarded post to send the post to the ReadWise Reader
- To make this bot work you have to provide to the bot ReadWise API token.
- Because I don't want to store your tokens, you have to set up a separate bot for yourself.
- From my perspective Telegram Bot API doesn't provide secure way to store sensitive data, that is why you have to create your own bot.