Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamaziz/gitnet
https://github.com/iamaziz/gitnet
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/iamaziz/gitnet
- Owner: iamaziz
- License: mit
- Created: 2024-02-07T22:08:46.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-07T22:30:48.000Z (9 months ago)
- Last Synced: 2024-10-12T04:53:30.413Z (about 1 month ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Followers Network Graph Visualizer
This is a simple Streamlit app to visualize and explore the network of followers for a given GitHub user.
The app uses the GitHub API to fetch the followers of a user and visualize the network using the `pyvis` library.# Demo
https://github.com/iamaziz/st_ollama/assets/3298308/53fb46dc-4ff7-46c4-ace3-7c72b758060b
# Screenshots
![image](https://github.com/iamaziz/st_ollama/assets/3298308/d2f4c810-bdb2-4912-a481-ffad8e0c845f)
> Filter the network by the selected users
![image](https://github.com/iamaziz/st_ollama/assets/3298308/295f69d4-e51a-401a-a90e-ab0a62fb6994)
TODO
- Choose which `max_followers` to show. Maybe based on some criteria e.g. number of followers or activity ... etc.