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.
- Host: GitHub
- URL: https://github.com/dougeverly/scrapefeeds
- Owner: DougEverly
- Created: 2013-05-05T12:46:09.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-05T12:51:30.000Z (about 13 years ago)
- Last Synced: 2025-02-23T03:25:28.858Z (over 1 year ago)
- Language: Ruby
- Size: 105 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.