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 (
tt25 (author)
Tue Jan 20 07:24:41 -0800 2009
haremie /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sun Jan 18 00:33:49 -0800 2009 | |
| |
README | ||
| |
controller/ | ||
| |
init.rb | ||
| |
lib/ | ||
| |
migration.rb | ||
| |
model/ | ||
| |
public/ | ||
| |
run.rb | ||
| |
schema/ | ||
| |
setting.yml.sample | ||
| |
spec/ | ||
| |
start.rb | ||
| |
start.ru | Sun Jan 18 00:33:49 -0800 2009 | |
| |
view/ |
README
Haremie is a Ramaze(Ruby framework) based application that is a web image viewer. It runs on your (local) machine. Inspired by Remedie(http://github.com/miyagawa/remedie/tree/master). ## Screenshot http://www.flickr.com/photos/tt25/3206303691/ ## Install Install required Rubygems. $ sudo gem install nokogiri ramaze sequel erubis $ git clone git://github.com/tt25/haremie.git $ cd haremie haremie $ ruby migration.rb latest (--snip--) haremie $ cp setting.yml{.sample} haremie $ ruby run.rb (--snip--) haremie $ ramaze Open http://localhost:7000/ in your browser. ### Note If you can't install Nokogiri, try install libxml2/libxslt. sudo apt-get install libxml2-dev libxslt1-dev (for Ubuntu) sudo apt-get build-essential ## How to use Edit haremie/setting.yml. Supported websites are: - Flickr (tag / user) - Weheartit (tag / user) - Danbooru (tag) - FutabaNijiura (recent) - Pixiv (tag) - FFFFOUND (recent / user) - Drawr (user / thread) - Waranote (experimental) Please check haremie/lib/scraper directory. ## Auto-crawling Using cron. $ crontab -e 41 * * * * /usr/bin/ruby /path/to/haremie/run.rb








