- Create a virtual environment:
python -m venv myenv - Activate the virtual environment:
myenv\Scripts\activate - Install all required packages:
pip install -r requirements.txt - Run the Streamlit app:
streamlit run app.py
- 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.