https://github.com/limebrains/pymorizon
Python scrapper for morizon
https://github.com/limebrains/pymorizon
morizon morizonpl python python3 scrapper
Last synced: 3 months ago
JSON representation
Python scrapper for morizon
- Host: GitHub
- URL: https://github.com/limebrains/pymorizon
- Owner: limebrains
- License: mit
- Created: 2017-11-06T09:40:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-23T15:09:44.000Z (over 7 years ago)
- Last Synced: 2025-03-24T22:40:06.012Z (3 months ago)
- Topics: morizon, morizonpl, python, python3, scrapper
- Language: HTML
- Homepage:
- Size: 77.1 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pymorizon
Python scrapper for morizon[](https://coveralls.io/github/limebrains/pymorizon?branch=master)
[](https://travis-ci.org/limebrains/pymorizon)
[](http://pymorizon.readthedocs.io/en/latest/?badge=latest)# Running
### Installation
Version from https://pypi.python.org/pypi/pymorizon:
```
pip install pymorizon
```
Latest version from git:
```
pip install git+git://github.com/limebrains/pymorizon.git
```### Example script
```
python example.py
```### Travis pipeline
```
tox
```### Tests
```
py.test tests.py -vv --pdb```