Skip to content

🐍A python ⚗️flask API project which user 🍵beautifulsoup to scrape github and get the user repositories and return as JSON.

License

Notifications You must be signed in to change notification settings

fredysomy/Github-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github-API

A python flask project which user beautifulsoup to scrape github and get the user repositories

Url= http://gitapi.pythonanywhere.com/

  • /repo/id {id=github username }
    • Gives you the repository details

      • [{"description":"A python flask project which user beautifulsoup to scrape github and get the user repositories","name":"Github-API","stars":"1","url":"https://github.com/fredysomy/Github-API"},...
      • I wiil return the first 30 repos in your account.
  • /user/id {id=github username }
    • Gives some datails of user
      • {"Followers": "10","Following": "26","Total_stars": "69"}
      • features yet to be added

MORE FEATURES TO BE ADDED.

About

🐍A python ⚗️flask API project which user 🍵beautifulsoup to scrape github and get the user repositories and return as JSON.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published