Skip to content
/ instasaver-bot Public template

A Telegram Bot for sending links to Instapaper conveniently.

Notifications You must be signed in to change notification settings

DahaWong/instasaver-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instasaver

v2.0.4

Intro

A Telegram Bot for sending links to Instapaper conveniently.

Use

Here is the link of bot. Chinese version only by now.

Basics

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.

Commands

  • /start: Start the bot to log in.
  • /quit: Log out.
  • /today: Show articles saved today.
  • /about: About the bot.

Host Yourself

Considering privacy, I recommend you host this bot on your own server.

Configuration

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.

Dependencies

python -m pip install -r requirements.txt to install all dependencies required.

Credits