https://github.com/benoitc/foodoverip
Handle #foodoverip
https://github.com/benoitc/foodoverip
Last synced: 11 months ago
JSON representation
Handle #foodoverip
- Host: GitHub
- URL: https://github.com/benoitc/foodoverip
- Owner: benoitc
- Created: 2011-12-20T01:09:01.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-01-16T01:20:35.000Z (about 14 years ago)
- Last Synced: 2025-01-25T08:48:14.043Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://foodoverip.org
- Size: 514 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# foodoverip
Foodoverip is a simple service allowing you to share your food photos
over twitter.
Foodoveripis powered by Apache CouchDB and Python. All the frontend is a
couchapp.
## Requirements
- Apache CouchDB , better to use [The distribution
rcouch](http://github.com/refuge/rcouch) proposed by the
[refuge](http://refuge.io) project.
- [couch_randomdoc](http://github.com/refuge/couch_randomdoc) extention
to handle random document fetching in couchdb. It's already included
in rcouch.
- [Python 2.7](http://python.orh)
- [Couchdbkit](http://couchdbkit.org)
- [Gevent](http://gevent.org)
- [Erica](http://github.com/benoitc/erica)
## Installation
1. Install rcouch and launch it.
2. push the couchapp to your rcouch
$ cd couchapp/foodoverip
$ erica push http://rcouch/foodoverip
3. Launch the food grabber
$ go_grab_food -c ~/.foodoverip.ini
ex of ini:
[foodoverip]
server_uri = http://127.0.0.1:5984 ; uri of couchdb node
db = foodoverip ; db where to save data
q = #foodoverip ; query to do in twitter
refresh_tim = 10 ; in seconds