Streamlit Scraping Application

Learn how to scrape Github profile information using Streamlit UI.

Streamlit app

Now that we know how to scrape Github profile data, let’s see that in action in a Streamlit app… Let’s run the terminal below to verify the Streamlit installation.

Terminal 1
Terminal
Loading...

Create a file

Create a file named app.py. This will have the necessary code for Streamlit. ...