Skip to content

lau1944/github-web-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Github Web Scraper Rest Api Using Flask

+ 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

@GET  /github/trend

each result in projects:

"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...

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages