Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/limebrains/pyotodom
- Owner: limebrains
- License: mit
- Created: 2017-07-19T08:04:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-13T17:17:17.000Z (about 7 years ago)
- Last Synced: 2024-10-04T18:16:41.485Z (about 2 months ago)
- Topics: otodom, python, scraper, spider
- Language: Python
- Size: 105 KB
- Stars: 20
- Watchers: 5
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```