A python flask project which user beautifulsoup to scrape github and get the user repositories
Documentation-http://gitapi.pythonanywhere.com/
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
- Gives some datails of user