https://github.com/devashish2203/pricescraper
https://github.com/devashish2203/pricescraper
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/devashish2203/pricescraper
- Owner: devashish2203
- License: apache-2.0
- Created: 2016-02-03T16:40:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-03T16:45:42.000Z (over 10 years ago)
- Last Synced: 2023-03-11T07:23:59.211Z (over 3 years ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Price Scraper
Test runner uses
* [nose](https://nose.readthedocs.org/en/latest/)
* [nose-htmloutput](https://pypi.python.org/pypi/nose-htmloutput) : To create a HTML report.
#Requirements
Python 2.7 with the above mentioned packages installed. The requirement.txt file can be used to install the dependecies via pip
# Installation
1. Clone the github repo
2. install required packages
`pip install -r "requirements.txt"`
# Running the Tests
1. All the tests can be run with the command
`nosetests -s --with-html --with-xunit`