Do request support added. Updated docs.

This commit is contained in:
Musab Gültekin
2019-06-08 19:45:48 +03:00
parent 54c7d3550f
commit 815ae7eec5
3 changed files with 46 additions and 22 deletions

View File

@ -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.
[![GoDoc](https://godoc.org/github.com/geziyor/geziyor?status.svg)](https://godoc.org/github.com/geziyor/geziyor)
[![report card](https://goreportcard.com/badge/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.