Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dougeverly/scrapefeeds

Simple threaded Ruby RSS scraper I hacked up.
https://github.com/dougeverly/scrapefeeds

Last synced: about 1 month ago
JSON representation

Simple threaded Ruby RSS scraper I hacked up.

Awesome Lists containing this project

README

        

scrapeFeeds
===========

Simple threaded Ruby RSS scraper I hacked up.

* loadFeeds.rb will read an OPML exported from NetNewsWire and import it into a 'feeds' MySQL table.
* scrapeFeeds.rb will parse RSS from 'feeds' table and update 'articles' MySQL table.

Uses jruby, job queue and worker thread pool.