Browse Source

Move to scraping category

pull/789/head
Alexander Kartavenko 1 year ago
parent
commit
b7a253c280
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      README.md

+ 2
- 2
README.md View File

196
 * [zend-diactoros](https://github.com/zendframework/zend-diactoros) - PSR-7 HTTP Message implementation.
196
 * [zend-diactoros](https://github.com/zendframework/zend-diactoros) - PSR-7 HTTP Message implementation.
197
 
197
 
198
 ## Scraping
198
 ## Scraping
199
-*Libraries for scraping websites.*
199
+*Libraries for scraping websites and detecting crawlers.*
200
 
200
 
201
+* [CrawlerDetect](https://github.com/JayBizzle/Crawler-Detect) - A PHP class for detecting bots/crawlers/spiders via the user agent.
201
 * [Embed](https://github.com/oscarotero/Embed) - An information extractor from any web service or page.
202
 * [Embed](https://github.com/oscarotero/Embed) - An information extractor from any web service or page.
202
 * [Goutte](https://github.com/FriendsOfPHP/Goutte) - A simple web scraper.
203
 * [Goutte](https://github.com/FriendsOfPHP/Goutte) - A simple web scraper.
203
 * [PHP Spider](https://github.com/mvdbos/php-spider) - A configurable and extensible PHP web spider.
204
 * [PHP Spider](https://github.com/mvdbos/php-spider) - A configurable and extensible PHP web spider.
632
 * [Agent](https://github.com/jenssegers/agent) - A PHP desktop/mobile user agent parser, based on Mobiledetect.
633
 * [Agent](https://github.com/jenssegers/agent) - A PHP desktop/mobile user agent parser, based on Mobiledetect.
633
 * [ANSI to HTML5](https://github.com/sensiolabs/ansi-to-html) - An ANSI to HTML5 converter library.
634
 * [ANSI to HTML5](https://github.com/sensiolabs/ansi-to-html) - An ANSI to HTML5 converter library.
634
 * [Color Jizz](https://github.com/mikeemoo/ColorJizz-PHP) - A library for manipulating and converting colours.
635
 * [Color Jizz](https://github.com/mikeemoo/ColorJizz-PHP) - A library for manipulating and converting colours.
635
-* [CrawlerDetect](https://github.com/JayBizzle/Crawler-Detect) - A PHP class for detecting bots/crawlers/spiders via the user agent.
636
 * [Device Detector](https://github.com/piwik/device-detector) - Another library for parsing user agent strings.
636
 * [Device Detector](https://github.com/piwik/device-detector) - Another library for parsing user agent strings.
637
 * [Hoa String](https://github.com/hoaproject/Ustring) - Another UTF-8 string library.
637
 * [Hoa String](https://github.com/hoaproject/Ustring) - Another UTF-8 string library.
638
 * [Jieba-PHP](https://github.com/fukuball/jieba-php) - A PHP port of Python's jieba. Chinese text segmentation for natural language processing.
638
 * [Jieba-PHP](https://github.com/fukuball/jieba-php) - A PHP port of Python's jieba. Chinese text segmentation for natural language processing.

Loading…
Cancel
Save