From 59e815ef5620125885b02fe9a7488d905e4e9619 Mon Sep 17 00:00:00 2001 From: Hazperera Date: Thu, 27 Feb 2025 23:10:17 +0000 Subject: [PATCH] add a python script for an automated website marketing strategy analysis --- ...ay1_marketing_insights_scraper_Selenium_OpenAI.py} | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) rename week1/community-contributions/{day-1-marketing_insights_scraper.py => day1_marketing_insights_scraper_Selenium_OpenAI.py} (95%) diff --git a/week1/community-contributions/day-1-marketing_insights_scraper.py b/week1/community-contributions/day1_marketing_insights_scraper_Selenium_OpenAI.py similarity index 95% rename from week1/community-contributions/day-1-marketing_insights_scraper.py rename to week1/community-contributions/day1_marketing_insights_scraper_Selenium_OpenAI.py index 28b8920..c69ff5f 100644 --- a/week1/community-contributions/day-1-marketing_insights_scraper.py +++ b/week1/community-contributions/day1_marketing_insights_scraper_Selenium_OpenAI.py @@ -151,16 +151,7 @@ def save_to_excel(data_list: list, filename="website_analysis.xlsx"): # 🔹 LIST OF WEBSITES TO PROCESS websites = [ - "https://www.udacity.com/", - "https://www.coursera.org", - "https://www.udemy.com", - "https://www.edx.org", - "https://www.freecodecamp.org/", - "https://www.datacamp.com/", - "https://www.w3schools.com/", - "https://www.futurelearn.com/", - "https://codefirstgirls.com/", - "https://www.linkedin.com/learning", + "https://www.gymshark.com/", ] if __name__ == "__main__":