A web app built using Streamlit. It takes a github user name as an input and scrapes information about the user.
Live : https://github-scrape.herokuapp.com/
python -m venv venv
venv/Scripts/activate
pip install -r requirements.txt
streamlit run app.py