https://github.com/tom-doerr/github_fork_info
https://github.com/tom-doerr/github_fork_info
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tom-doerr/github_fork_info
- Owner: tom-doerr
- License: mit
- Created: 2022-02-24T01:09:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-24T14:17:13.000Z (over 4 years ago)
- Last Synced: 2025-05-05T04:52:59.375Z (about 1 year ago)
- Language: Python
- Size: 70.3 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
GitHub Fork Info
Shows you information about forks.
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