Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zh/pinsub
PinSub - PinBoard PuSH subscriber
https://github.com/zh/pinsub
Last synced: 10 days ago
JSON representation
PinSub - PinBoard PuSH subscriber
- Host: GitHub
- URL: https://github.com/zh/pinsub
- Owner: zh
- Created: 2010-12-22T02:19:44.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-08-12T07:48:53.000Z (over 13 years ago)
- Last Synced: 2023-04-10T23:24:05.437Z (over 1 year ago)
- Language: Ruby
- Homepage: http://pinsub.heroku.com/
- Size: 117 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PinSub - PinBoard PuSH subscriber
PubSubHubbub subscriber for the PinBoards tags RSS feeds.
## Needed gems (.gems)
sinatra
sequel
simple-rss
erubis## Heroku config (environment variables)
heroku config:add AUSER=admin
heroku config:add APASS=secret## Usage
In the PuSH hub (I prefer Superfeedr) subscription form enter:
* Action: *subscribe*
* Topic: *http://feeds.pinboard.in/rss/t:{some_topic}*
* Callback: *http://{you_domain}/sub/{some_topic}*Separate topics will be available on URLs: *http://{you_domain}/t/{some_topic}*
The script can be seen in action on URL: http://pinsub.heroku.com/