Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 938 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 938 Bytes

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