Github API를 활용하여 깃허브 조직의 커밋 횟수를 크롤링하여 시각화.
Github API�에서는 Public repository만 수집할 수 있기에 private repository는 조회되지 않습니다.
-
.env 에서 변수를 세팅
-
streamlit run st.py 으로 실행
Using GitHub API and streamlit, Crawling Github organization's repositories and it's contributors commit count.
it only can be cawling Public repositories. because it is not supported in Github API.
-
Setting the environment valuse in .env
-
command line "streamlit run st.py" on your prompt