Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jokinen/lunches-backend
https://github.com/jokinen/lunches-backend
eve nosql openshift python
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jokinen/lunches-backend
- Owner: Jokinen
- Created: 2017-01-01T17:17:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-01T19:17:21.000Z (about 8 years ago)
- Last Synced: 2024-11-18T23:59:56.736Z (3 months ago)
- Topics: eve, nosql, openshift, python
- Language: Python
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README 2.md
Awesome Lists containing this project
README
# Mobileparser [![Build Status](https://drone.io/github.com/aatkin/mobileparser/status.png)](https://drone.io/github.com/aatkin/mobileparser/latest) #
## Restaurant HTML-parser for Mobilefood project ##
Crawls restaurant web pages for relevant food lists and extracts them into usable JSON-formatted data.
* Create virtualenv folder if you haven't already: `virtualenv env` and then activate it: `source env/Scripts/activate`
* Install requirements using pip: `pip install -r requirements.txt`
* Run app: `python mobileparser/main.py`
* Run tests: `nosetests` (optionally `nosetests --exe` if the test scripts are executable due to OS/editor)