https://github.com/limebrains/scrapper-helpers
Scrapper helpers, utils
https://github.com/limebrains/scrapper-helpers
cache helpers python scrapper
Last synced: 3 months ago
JSON representation
Scrapper helpers, utils
- Host: GitHub
- URL: https://github.com/limebrains/scrapper-helpers
- Owner: limebrains
- License: mit
- Created: 2017-07-19T11:36:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-15T12:07:08.000Z (over 7 years ago)
- Last Synced: 2025-04-08T10:02:15.219Z (3 months ago)
- Topics: cache, helpers, python, scrapper
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scrapper-helpers
[](https://coveralls.io/github/limebrains/scrapper-helpers?branch=master)
[](https://travis-ci.org/limebrains/scrapper-helpers)
[](http://scrapper-helpers.readthedocs.io/en/latest/?badge=latest)## Running
### Installation
Version from https://pypi.python.org/pypi/scrapper-helpers:
```
pip install scrapper-helpers
```
Latest version from git:
```
pip install git+git://github.com/limebrains/scrapper-helpers.git
```### Example script
```
python example.py
```### Travis pipeline
```
tox
```### Tests
```
py.test tests.py -vv
```