Skip to content

Feedly2Instapaper adds your "Saved for later" entries to Instapaper and removes those entries in Feedly.

License

Notifications You must be signed in to change notification settings

Barabazs/Feedly2Instapaper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c1f16d3 · Jul 20, 2020

History

16 Commits
Jul 20, 2020
Jul 20, 2020
Jul 20, 2020
Jul 20, 2020
Jul 20, 2020
Jul 20, 2020

Repository files navigation

Feedly2Instapaper

Feedly2Instapaper is a simple Python script that:connects to your Feedly and Instapaper accounts to add your "Saved for later"-entries as a new bookmark in Instapaper. If the bookmark was created , the corresponding entry in Feedly is removed.

This script is meant to be used with a cron-job to automate the synchronisation.

Installation

Use the package manager pip to install feedly2instapaper. I suggest installing it in an easily accessible location to be able to edit the settings file and point your cron-job to the script.

pip3 install feedly2instapaper --target ./your-dir

Usage

  1. Prerequisites:

    • for Feedly (You can request your developer access token here)
      • client_id
      • access_token
    • for Instapaper (You can request your OAuth token here)
      • username
      • password
      • token
      • token secret
  2. Fill in those credentials in settings.yaml

  3. Perform a manual test by executing feedly2instapaper.py`

  4. Create a new cron-job that executes feedly2instapaper.py

  5. Sit back, relax and share a coffee with me.

Contributing

You can contribute by code (open a PR) or by generous coffee donations.

ko-fi

License

GNU GPLv3