Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barabazs/feedly2instapaper
Feedly2Instapaper adds your "Saved for later" entries to Instapaper and removes those entries in Feedly.
https://github.com/barabazs/feedly2instapaper
bookmarks connector feedly instapaper read-it-later rss
Last synced: 2 months ago
JSON representation
Feedly2Instapaper adds your "Saved for later" entries to Instapaper and removes those entries in Feedly.
- Host: GitHub
- URL: https://github.com/barabazs/feedly2instapaper
- Owner: Barabazs
- License: mit
- Created: 2020-07-20T10:20:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-06T12:22:10.000Z (about 2 years ago)
- Last Synced: 2024-09-21T08:39:48.977Z (3 months ago)
- Topics: bookmarks, connector, feedly, instapaper, read-it-later, rss
- Language: Python
- Homepage: https://pypi.org/project/Feedly2Instapaper
- Size: 41 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 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
`python3 -m pip install feedly2instapaper`
## Usage
1. Prerequisites:
* for Feedly _(You can request your developer access token [here](https://feedly.com/v3/auth/dev))_
* client_id
* access_token
* for Instapaper _(You can request your OAuth token [here](https://www.instapaper.com/main/request_oauth_consumer_token))_
* username
* password
* token
* token secret2. Fill in those credentials in `.env-example`
3. Rename `.env-example` to `.env`
4. Create a new cron-job that executes `python3 -m feedly2instapaper`
5. Sit back, relax and share a [coffee](https://ko-fi.com/barabazs) with me.## Contributing
You can contribute by code (open a PR) or by generous coffee/crypto donations.## Donations
[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/T6T51XKUJ)
|Ethereum|Bitcoin|
|:-: |:-: |
|0x6b78d3deea258914C2f4e44054d22094107407e5|bc1qvvh8s3tt97cwy20mfdttpwqw0vgsrrceq8zkmw|
|![eth](https://raw.githubusercontent.com/Barabazs/Barabazs/master/.github/eth.png)|![btc](https://raw.githubusercontent.com/Barabazs/Barabazs/master/.github/btc.png)|