/my-github-orgs

Streamlit dashboard to simplify navigation between repositories of several github organizations

Primary LanguagePython

My Github Organizations

Streamlit App

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

Configuration:

Secrets:

  • USER_LOGIN - your user login

  • GITHUB_TOKEN - your github personal access token, it can be generated here: https://github.com/settings/tokens

    At the moment a token for the application doesn't need any special rights, you can just generate a classic token with all cleared checkboxes.

TODO:

  • 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