https://github.com/hendricius/reddit-image-parser
Scrapes images from a Reddit and puts them into a nice gallery.
https://github.com/hendricius/reddit-image-parser
Last synced: about 2 months ago
JSON representation
Scrapes images from a Reddit and puts them into a nice gallery.
- Host: GitHub
- URL: https://github.com/hendricius/reddit-image-parser
- Owner: hendricius
- Created: 2012-12-01T11:02:45.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-28T01:20:53.000Z (over 12 years ago)
- Last Synced: 2025-02-16T02:24:03.653Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 395 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
README
== Reddit Image Parser
A rails application that parses images from a reddit rss feed/json source. The
images are then presented in a nice mobile responsive gallery for users to
have fun surfing. A rake task allows you to automate updating the data.== Getting Started
1. Get a link to your reddit json feed, or an rss feed.
2. Check config/initializers/reddit.rb for configuration options.
3. Configuration is done via bash variables making an heroku deploy very easy.
4. Update images manually, or use the provided rake task:
Image.update_feed
# Or use the provided rake task:
rake update_feed5. Have fun.