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

https://github.com/lau1944/github-web-scraper

A Github Page Web Scraper Rest Api Using Flask (Github网页爬虫)
https://github.com/lau1944/github-web-scraper

flask python webscraper

Last synced: about 2 months ago
JSON representation

A Github Page Web Scraper Rest Api Using Flask (Github网页爬虫)

Awesome Lists containing this project

README

          

A Github Web Scraper Rest Api Using Flask

```diff
+ First Thing First, Star The Project if you want to see the following update !
```
## Installation
```
pip install flask
pip install beautifulsoup4
```

## Run
open console, type
```
python scraper.py
```
Open the default URL on browser

## Path

### Trending
get trending open source project
```http
@GET /github/trend
```

each result in projects:
``` python
"detail": [
"Animation of the SHA-256 hash function in your terminal."
],
"folk": "36",
"language": [
"Ruby"
],
"link": [
"https://github.com//in3rsha/sha256-animation"
],
"star": [
"1,469"
],
"title": [
"in3rsha/sha256-animation"
]
},
```
Obviously there are more github page to scrap, to be continue...