Streamlit Scraping Application
Explore building a Streamlit app to scrape detailed GitHub profiles. Learn to set up inputs, run the app, handle errors, and display user data including repositories dynamically. Gain practical experience integrating web scraping with Python front-end development using Streamlit.
We'll cover the following...
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. ...