An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Github-repo-info-API
Gets github repo's basic information
##### Gif Demo :point_down:

![Github repo info - Gif demo](github-repo-info-sample.gif)

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],
}
```