This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit bfd98dc119238a49eb8a97332f7c5ea420c0b9a8
tree 1ab9a8145d321cc7efb86eefd39103bc95e48082
parent a003c5e0e0feeeca3362752c35289aac28949ac2
tree 1ab9a8145d321cc7efb86eefd39103bc95e48082
parent a003c5e0e0feeeca3362752c35289aac28949ac2
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Aug 15 15:12:01 -0700 2008 | |
| |
README.txt | Fri Aug 29 09:30:25 -0700 2008 | |
| |
Rakefile | Fri Aug 15 14:41:46 -0700 2008 | |
| |
application.rb | Thu Jan 22 16:51:13 -0800 2009 | |
| |
config.ru | Sun Jan 18 20:54:45 -0800 2009 | |
| |
config/ | Fri Aug 15 15:12:01 -0700 2008 | |
| |
database.sql | Fri Aug 15 14:41:46 -0700 2008 | |
| |
models.rb | Sun Jan 18 20:44:27 -0800 2009 | |
| |
public/ | Sun Jan 18 20:50:45 -0800 2009 | |
| |
runner.rb | Sun Apr 12 16:36:24 -0700 2009 | |
| |
views/ | Wed Jan 28 06:47:32 -0800 2009 |
README.txt
Radarchive ============== Merb application that syndicates the Tumblr Radar -- semi-intelligently collects all the posts from it, and can optionally crosspost it to another Tumblr account or group Adds archives, RSS, a leaderboard, rudimentary tagging and other fun features Marco and David either didn't want or neglected. Currently in production at http://radarchive.tumblr.com The Tumblr Radar scraper (runner.rb) is the bulk of the application, and is a well-behaved example of collecting outside of Tumblr's official API. I also have an earlier, much simpler version that generates an RSS feed from your Tumblr dashboard here: http://github.com/jamiew/tumblr-dashboard-rss The design is largely copied from Tumblr's Radar itself, with plans to change it Made last weekend by Jamie Wilkinson http://jamiedubs.com Free Art & Technology Lab http://fffff.at Install ============ Edit config/database.yml and load the tables into your database $ echo database.sql | mysql radarchive_dev Edit config/tumblr.yml and add your login info if you want to be reblog-cross-posting. Group is your group's URL or unique ID number, and "group name" is required so the scraper can find its name in the list Run the scraper to get some data. Put this in a cronjob, or a while loop. Be nice and don't scrape at night (EST)... there are no new posts! $ ruby runner.rb Start merb and enjoy! $ merb







