https://github.com/keosariel/github-repo-info-api
Gets github repo's basic information
https://github.com/keosariel/github-repo-info-api
api flask python requests scraping
Last synced: about 2 months ago
JSON representation
Gets github repo's basic information
- Host: GitHub
- URL: https://github.com/keosariel/github-repo-info-api
- Owner: keosariel
- License: mit
- Created: 2021-07-30T12:11:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-30T13:34:57.000Z (almost 5 years ago)
- Last Synced: 2025-06-29T17:02:29.559Z (12 months ago)
- Topics: api, flask, python, requests, scraping
- Language: HTML
- Homepage: https://github-repos-info.herokuapp.com/
- Size: 62.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Github-repo-info-API
Gets github repo's basic information
##### Gif Demo :point_down:

check it out: https://github-repos-info.herokuapp.com/
#### Request (GET)
https://github-repos-info.herokuapp.com/repo?url=github-repo-url
**returns**:
```
{
"repo_title" : str,
"repo_path" : str,
"repo_author" : str,
"repo" : str,
"repo_url" : str,
"repo_description" : str,
"repo_readme_" : str,
"repo_tags" : Array[str],
}
```