Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

This is a simple flask api for getting someone's GitHub profile details such as Name, No. of public repositories, No. of followers, No. of following etc, made by scraping GitHub

NotificationsYou must be signed in to change notification settings

Subrata-Rudra/github_scrapper_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple flask api for getting someone's GitHub profile details such as Name, No. of public repositories, No. of followers, No. of following, all repositories' name etc, made by scraping GitHub. Scraping is done using Beautifulsoup4 library.

API Endpoint

Production

To Get Basic Details

Send GET Request at this url and get basic GitHub profile details of somenonehttps://github-scrapper-by-subrata.onrender.com/basic/?user=<GITHUB_USERNAME>

To Get All Public Repositories Name

Send GET Request at this url and get basic GitHub profile details of somenonehttps://github-scrapper-by-subrata.onrender.com/repo/?user=<GITHUB_USERNAME>

Development

To Get Basic Details

Send GET Request at this url and get basic GitHub profile details of somenonehttp://localhost:5000/basic/?user=<GITHUB_USERNAME>

To Get All Public Repositories Name

Send GET Request at this url and get basic GitHub profile details of somenonehttp://localhost:5000/repo/?user=<GITHUB_USERNAME>

About

This is a simple flask api for getting someone's GitHub profile details such as Name, No. of public repositories, No. of followers, No. of following etc, made by scraping GitHub

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp