v2.0.4
A Telegram Bot for sending links to Instapaper conveniently.
Here is the link of bot. Chinese version only by now.
After /start
the bot, he will ask you to log in Instapaper account. Once logged in, you can send messages with links to the bot, then the article links can automatically be found and saved.
You can also delete/star your saved articles easily.
/start
: Start the bot to log in./quit
: Log out./today
: Show articles saved today./about
: About the bot.
Considering privacy, I recommend you host this bot on your own server.
Rename template.ini
to config.ini
in root directory and then write your own configuration.
You'll need both telegram bot token, which generated by Bot Father, and Instapaper Full Developer API Token.
python -m pip install -r requirements.txt
to install all dependencies required.