Go to file
2014-05-21 17:25:59 +02:00
bridges [pull] Fix Youtube, Twitter 2014-05-14 14:34:06 +02:00
caches Refonte du code 2013-08-11 13:30:41 +02:00
css Version alpha 0.1 2013-08-11 22:32:25 +02:00
formats [pull] date fallback for ATOM format 2014-05-14 14:27:57 +02:00
lib Corrections 2013-08-12 22:37:19 +02:00
vendor/simplehtmldom add simple_html_dom 2014-05-21 17:25:59 +02:00
.gitattributes First commit 2013-08-06 23:57:22 +02:00
.gitignore Ignore cache directory 2013-08-19 10:51:38 +02:00
CHANGELOG.md Corrections 2013-08-12 22:37:19 +02:00
index.php [pull/beta] UA spoofing 2014-05-14 21:34:07 +02:00
README.md updt readme 2014-05-21 17:21:53 +02:00

rss-bridge

rss-bridge is a php script capable of generating ATOM feed for specific pages which don't have one.

Supported sites/pages

  • FlickrExplore : Latest interesting images from Flickr.
  • GoogleSearch : Most recent results from Google Search.
  • Twitter : Can return keyword/hashtag search or user timeline.
  • Identi.ca : Identica user timeline (Should be compatible with other Pump.io instances).
  • YouTube : YouTube user channel feed.
  • Cryptome : Returns the most recent documents from Cryptome.org.
  • DansTonChat: Most recent quotes from danstonchat.com
  • DuckDuckGo: Most recent results from DuckDuckGo.com
  • GuruMed: Most recent entries (full text) from gurumed.org
  • Instagram: Most recent photos from an instagram.com user.
  • OpenClassrooms: Lastest tutorials from fr.openclassrooms.com.
  • Pinterest: Most recent photos from user or search.
  • ScmbBridge: Newest stories from secouchermoinsbete.fr
  • WikipediaENLatest: highlighted articles from Wikipedia in English.
  • WikipediaFRLatest: highlighted articles from Wikipedia in French.
  • WikipediaEOLatest: highlighted articles from Wikipedia in Esperanto.
  • Bandcamp : Returns last release from bandcamp for a tag

Output format

Output format can take several forms:

  • Atom : ATOM Feed, for use in RSS/Feed readers
  • Json : Json, for consumption by other applications.
  • Html : Simple html page.
  • Plaintext : raw text (php object, as returned by print_r)

Screenshot

Welcome screen:

Screenshot

Minecraft hashtag (#Minecraft) search on Twitter, in ATOM format (as displayed by Firefox):

Screenshot

Requirements

  • PHP 5.3
  • TLS lib activated in PHP config for some bridges.

Author

I'm sebsauvage, webmaster of sebsauvage.net, author of Shaarli and ZeroBin.

Patch/contributors :

Licence

Code is public domain.

Included PHP Simple HTML DOM Parser is under the MIT License

Technical notes

  • There is a cache so that source services won't ban you even if you hammer the rss-bridge with requests. Each bridge has a different duration for the cache. The cache subdirectory will be automatically created. You can purge it whenever you want.
  • To implement a new rss-bridge, create a new class in bridges subdirectory. Look at existing bridges for examples. For items you generate in $this->items, only uri and title are mandatory in each item. timestamp and content are optional but recommended. Any additional key will be ignored by ATOM feed (but outputed to jSon).

Rant

Dear so-called "social" websites.

Your catchword is "share", but you don't want us to share. You want to keep us within your walled gardens. That's why you've been removing RSS links from webpages, hiding them deep on your website, or removed RSS entirely, replacing it with crippled or demented proprietary API. FUCK YOU.

You're not social when you hamper sharing by removing RSS. You're happy to have customers create content for your ecosystem, but you don't want this content out - a content you do not even own. Google Takeout is just a gimmick. We want our data to flow, we want RSS.

We want to share with friends, using open protocols: RSS, XMPP, whatever. Because no one wants to have your service with your applications using your API forced-feeded to them. Friends must be free to choose whatever software and service they want.

We are rebuilding bridges your have wilfully destroyed.

Get your shit together: Put RSS back in.