Metadata-Version: 2.1
Name: Feedly2Instapaper
Version: 0.1.4
Summary: Feedly2Instapaper adds your "Saved for later" entries to Instapaper and removes those entries in Feedly.
Home-page: https://github.com/Barabazs/Feedly2Instapaper
Author: Barabazs
Author-email: 
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: instapaper (==0.4)
Requires-Dist: feedly-client (==0.25)
Requires-Dist: python-dotenv (==0.21.0)
Provides-Extra: dev
Requires-Dist: pre-commit ; extra == 'dev'
Requires-Dist: black ; extra == 'dev'
Requires-Dist: isort ; extra == 'dev'
Provides-Extra: test

# 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](https://pip.pypa.io/en/stable/) 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.
```bash
pip3 install feedly2instapaper --target ./your-dir
```

## 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 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](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)|



