How to build a Streamlit app to scrape Github Profiles

In this tutorial, we will build a web app using Streamlit which scrapes GitHub for a user’s info. It displays the basic info and some of their recent repositories. We will be using Beautiful Soup for web scraping.

Rahul Banerjee
Python in Plain English
5 min readOct 1, 2020

--

A screenshot of the app

--

--