Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/limebrains/pyotodom

Python scrapper for otodom
https://github.com/limebrains/pyotodom

otodom python scraper spider

Last synced: 5 days ago
JSON representation

Python scrapper for otodom

Awesome Lists containing this project

README

        

# pyotodom
Python scrapper for otodom

[![Coverage Status](https://coveralls.io/repos/github/limebrains/pyotodom/badge.svg?branch=master)](https://coveralls.io/github/limebrains/pyotodom?branch=master)
[![Build Status](https://travis-ci.org/limebrains/pyotodom.svg?branch=master)](https://travis-ci.org/limebrains/pyotodom)
[![Documentation Status](https://readthedocs.org/projects/pyotodom/badge/?version=latest)](http://pyotodom.readthedocs.io/en/latest/?badge=latest)

## Running

### Installation

```
pip install pyotodom
```

```
pip install -r requirements.txt
```

### Example script
```
python example.py
```

### Travis pipeline
```
tox
```

### Tests
```
py.test tests.py -vv
```