Skip to content
This repository has been archived by the owner on Nov 8, 2020. It is now read-only.
/ Delicinstapaper Public archive

Grabs your latest Delicious inbox links, and adds them to instapaper automatically

Notifications You must be signed in to change notification settings

mheap/Delicinstapaper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

README
================

Delicinstapaper checks your Delicious inbox (any links tagged for:your_username) and automatically imports them into instapaper.

It is designed to be run from the command line (via cron), but may be adapted to run as a webpage too.


GETTING STARTED
================

You will both an instapaper account and a delicious account. First, login to your delicious account and scroll down to the bottom of your user page (http://delicious.com/your_username) and look for "Private RSS Feed". Click on the link and copy the URL. You will need your username and the private key out of the URL. Copy and paste them into the corresponding variables at the top of delicinstapaper.php.

You will also need to provide a username and password for the instapaper account that you would like the items to be added to.

By default the script is limited to the most recent 10 items. If you would like to increase this number, you can change $itemCount at the top of the script.

Example Usage
================

$ cd delicinstapaper
$ chmod +x delicinstapaper
$ ./delicinstapaper

About

Grabs your latest Delicious inbox links, and adds them to instapaper automatically

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages