Streamlit Scraping Application
Learn how to scrape Github profile information using Streamlit UI.
We'll cover the following...
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.
Create a file
Create a file named app.py
. This will have the necessary code for Streamlit. ...