sotetsuk / goscholar

Google scholar scraper written in Go
MIT License
17 stars 7 forks source link

build API Server #86

Open sotetsuk opened 8 years ago

sotetsuk commented 8 years ago

WHY

In order to collect lots of data, we must prepare multiple IP address and integrate the data to a master node. Building API server can be a promising solution.

Usage

Example:

GET .../search?keywords=xxx&author=...
GET .../find/<cluster-id>
GET .../cite?<cluster-id>&num=...