Metadata-Version: 2.1
Name: crawler-py
Version: 2.0.6
Summary: A web Crawler for DTC(dans ton chat), VDM(vie de merde) and SCMB(se coucher moins bete)
Home-page: http://johann-lecocq.fr/informatique-detail---bibliotheque--crawlerpy.html
Author: Johann Lecocq
Author-email: git-jo@johann-lecocq.fr
License: GNU GPL 2
Platform: any
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Natural Language :: French
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Description-Content-Type: text/markdown
Requires-Dist: beautifulsoup4 (==4.7.1)
Requires-Dist: requests (==2.21.0)

# Compatibility

Compatible Python 3.X

# Crawlers:

* **DansTonChat:** http://danstonchat.com
* **VieDeMerde:** http://viedemerde.fr
* **SeCoucherMoinsBete:** http://secouchermoinsbete.fr

An example of use is provided: `test.py`

# External library

* beautifulsoup4
* requests

# Error code

* **200:** OK
* **521:** Parsing error
* **Other code:** HTTP code error


