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

https://github.com/tom-doerr/github_fork_info


https://github.com/tom-doerr/github_fork_info

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

GitHub Fork Info


Shows you information about forks.


Repository's starts
Issues
License

Latest commit
GitHub repository size




Link to website: https://share.streamlit.io/tom-doerr/github_fork_info/main/streamlit_main.py

## What is it?
This is a streamlit app to show information about GitHub forks.
## How do I use it?
Install the requirements:
```sh
pip install -r requirements.txt
```
Run the app:
```sh
streamlit run streamlit_main.py
```
## How does it work?
The app uses [GitHub's REST API](https://developer.github.com/v3/) to get information about the forked repositories.

## How can I contribute?
PRs are welcome.

## License
MIT