Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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