Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mpyw-junks/coutte
Yet another asynchronous scraper based on mpyw/co.
https://github.com/mpyw-junks/coutte
Last synced: 2 months ago
JSON representation
Yet another asynchronous scraper based on mpyw/co.
- Host: GitHub
- URL: https://github.com/mpyw-junks/coutte
- Owner: mpyw-junks
- License: mit
- Archived: true
- Created: 2016-08-05T06:46:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-12-10T22:52:44.000Z (about 5 years ago)
- Last Synced: 2024-08-04T09:02:45.766Z (6 months ago)
- Language: PHP
- Size: 43 KB
- Stars: 6
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Coutte [![Build Status](https://travis-ci.com/mpyw/coutte.svg?branch=master)](https://travis-ci.com/mpyw/coutte) [![Coverage Status](https://coveralls.io/repos/github/mpyw/coutte/badge.svg?branch=master)](https://coveralls.io/github/mpyw/coutte?branch=master) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/mpyw/coutte/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/mpyw/coutte/?branch=master)
Yet another asynchronous scraper based on **[mpyw/co](https://github.com/mpyw/co)**
| PHP | :question: | Feature Restriction |
|:---:|:---:|:---:|
| 7.0~ | :smile: | Full Support |
| 5.5~5.6 | :anguished: | Generator is not so cool |
| ~5.4 | :boom: | Incompatible |# Usage
Read interfaces and examples. They are very similar to Goutte ways.
# Todo
- Documentation
- Tests
- Fix bugs
- Clean up dirty codes