Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 890 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 890 Bytes

Welcome to my Github.io

This is repository for learning to scrapping web data from Wikipedia.

The reason I created this project: As the first step, I want to scrape data and handle them myself. So I choosed Wikipedia, with the support from BeautifulSoup library (Python). I also use Streamlit library to build a tiny app.

I know it seems complex doing web scraping manually while Wiki has bunch of convenient APIs for this, but I want to start simply and stupidly 😁.

You can try it by clone the repo, install necessary dependencies with pip (I provided the requirements.txt, you're very welcome). Or use can use the virtual environment that I included (More about this here).

Run the app by use command:

streamlit run my_app.py

Then, head to your http://localhost:8501 and check the app.

Have a nice day!