https://github.com/benoitc/wineoverip
https://github.com/benoitc/wineoverip
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/benoitc/wineoverip
- Owner: benoitc
- Created: 2011-12-22T00:03:17.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-01-15T13:36:40.000Z (about 14 years ago)
- Last Synced: 2025-01-25T08:48:15.109Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://wineoverip.org
- Size: 453 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wine Over IP
Wine Over IP is a simple service allowing you to share your wine photos
over twitter.
**Wine Over IP** is 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.org)
- [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/wineoverip
$ erica push http://rcouch/wineoverip
3. Get the grabber from the source code of
[wineoverip](http://github.com/benoitc/wineoverip) and install it
3. Launch the wine grabber
$ go_grab_wine -c ~/.wineoverip.ini
ex of ini:
[wineoverip]
server_uri = http://127.0.0.1:5984 ; uri of couchdb node
db = wineoverip ; db where to save data
q = #wineoverip ; query to do in twitter
refresh_tim = 10 ; in seconds