Experimental streamlit dashboard to simplify working with multiple github organizations (e.g. quick access to their repos and issues).
Installation:
poetry install --no-root
Running:
poe run
Secrets:
-
USER_LOGIN
- your user login -
GITHUB_TOKEN
- your github personal access token, it can be generated here: https://github.com/settings/tokensAt the moment a token for the application doesn't need any special rights, you can just generate a classic token with all cleared checkboxes.
- get info about organizations and their repositories
- show the info as markdown
- show info about user's repos as a separate card
- autogenerate models from the schema
- show info about all issues of an organization