serialboard/Readme.md

25 lines
886 B
Markdown
Raw Normal View History

# serialboard
serialboard is a simple script that uses the <pinboard.in> API to make following web serials (comics, fiction, etc) easy!
## Installation
First install ruby, then just:
$ gem install bundler
$ bundle install
Now copy config.yml.example to config.yml, and edit it to use your Pinboard API key.
## Usage
Read your web serial, and when you get to the end or a stopping place you want to pick up from later, just bookmark the page on pinboard and tag it with your active tag. (by default the active tag is 'serial') You can do this on as many different sites as you want!
To clean up 'old' bookmarks for each domain, just run:
$ ./pinboard.rb
This will 'delete' all but the most recent bookmark for each domain. (actually it just replaces the active tag with the deleted tag, and un-shares the bookmark) For best results, run this in a daily cron job!