kasemsasa / 305-SOFT-Group-19

0 stars 0 forks source link

US10: Python HTML Scraping #86

Open kasemsasa opened 5 months ago

kasemsasa commented 5 months ago

As a Developer, I need to use a Python web scraper to extract club and event details from a dynamic React website, so that I can display that information in my app.

I need the web scraper to be able to navigate the React-powered website, identify and collect relevant data points for each club and event, such as the name, description, location, date/time, and any other key details. The scraper should be able to handle the dynamic nature of the React application, JavaScript-rendered content, and page navigation required to access the full set of data.

Once the data is collected, I need to be able to integrate it into my app's user interface in a way that provides users with a comprehensive directory of local clubs and events. The scraped data should be refreshed on a regular basis to ensure the information remains current.