An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# scrapper-helpers

[![Coverage Status](https://coveralls.io/repos/github/limebrains/scrapper-helpers/badge.svg?branch=master)](https://coveralls.io/github/limebrains/scrapper-helpers?branch=master)
[![Build Status](https://travis-ci.org/limebrains/scrapper-helpers.svg?branch=master)](https://travis-ci.org/limebrains/scrapper-helpers)
[![Documentation Status](https://readthedocs.org/projects/scrapper-helpers/badge/?version=latest)](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
```