Do request support added. Updated docs.
This commit is contained in:
11
README.md
11
README.md
@ -1,8 +1,11 @@
|
||||
# Geziyor
|
||||
Scraper and crawler framework for Golang. Geziyor uses go *channels* over *callbacks*
|
||||
Geziyor is a fast web crawling and web scraping framework, used to crawl websites and extract structured data from their pages. It can be used for a wide range of purposes, from data mining to monitoring and automated testing.
|
||||
|
||||
[](https://godoc.org/github.com/geziyor/geziyor)
|
||||
[](http://goreportcard.com/report/geziyor/geziyor)
|
||||
|
||||
## Features
|
||||
- 1.000+ Requests/Sec
|
||||
- 1.000+ Requests/Sec
|
||||
- Caching
|
||||
- Automatic Data Exporting
|
||||
|
||||
@ -35,4 +38,6 @@ geziyor.Start()
|
||||
|
||||
## Installation
|
||||
|
||||
go get github.com/geziyor/geziyor
|
||||
go get github.com/geziyor/geziyor
|
||||
|
||||
We highly recommend you to use go modules. As this project is in **development stage** right now.
|
||||
|
Reference in New Issue
Block a user