Skip to content

Web Scrapping news data from leading newspapers in Zimbabwe

License

Notifications You must be signed in to change notification settings

RONALD55/Scrapping-News-Data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scrapping-News-Data

Streamlit App

Web Scrapping news data from leading newspapers in Zimbabwe. The app includes newspapers such as Herald Zimbabwe , Chronicle, Sunday Mail among others

What is web scrapping

Web scraping refers to the extraction of data from a website. This information is collected and then exported into a format that is more useful for the user. Be it a spreadsheet or an API.

Streamlit is an open-source Python library that makes it easy to create and share beautiful, custom web apps for machine learning and data science. In just a few minutes you can build and deploy powerful data apps. Streamlit Docs

To install relevant packages

Open your shell or terminal and install the relevant packages using the command below

pip install -r requirements.txt

To run this Application

Open the root folder of the project and run the command below:

streamlit run main.py

Dashboard Example:

Click Here to view the demo Dashboard