Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/iamaziz/gitnet


https://github.com/iamaziz/gitnet

Last synced: 4 days ago
JSON representation

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.