https://github.com/limebrains/pyotodom
Python scrapper for otodom
https://github.com/limebrains/pyotodom
otodom python scraper spider
Last synced: 3 months 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-13T17:17:17.000Z (over 7 years ago)
- Last Synced: 2025-04-08T21:48:54.784Z (3 months ago)
- Topics: otodom, python, scraper, spider
- Language: Python
- Size: 105 KB
- Stars: 21
- Watchers: 4
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyotodom
Python scrapper for otodom[](https://coveralls.io/github/limebrains/pyotodom?branch=master)
[](https://travis-ci.org/limebrains/pyotodom)
[](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
```