Skip to content

pradeepthsjain/Webscraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OnThisDay Scraper

Setup Instructions

  1. Create a virtual environment:
    python -m venv myenv
    
  2. Activate the virtual environment:
    myenv\Scripts\activate
    
  3. Install all required packages:
    pip install -r requirements.txt
    
  4. Run the Streamlit app:
    streamlit run app.py
    

Usage

  • Select the category (Birthdays, Deaths, Events, Weddings).
  • Paste the URL you want to scrape.
  • Click "Run Scraper" to generate the CSV output and preview the data.

About

Scrapes the data from onthisday.com

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages