/ossinsight-lite

Open source insight metrics not exists in https://ossinsight.io

Primary LanguagePython

OSS Insight Lite

Some metric not including in https://ossinsight.io

Start

Guide to start streamlit locally

# Create virtual environment
mkdir -p .streamlit
cat <<EOF > .streamlit/secrets.toml
GITHUB_TOKEN="<YOUR_GITHUB_TOKEN>"
EOF
# Run command to start
streamlit run streamlit_app.py