Skip to content

Commit 59e815e

Browse files
committed
add a python script for an automated website marketing strategy analysis
1 parent c70c6c4 commit 59e815e

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

week1/community-contributions/day-1-marketing_insights_scraper.py renamed to week1/community-contributions/day1_marketing_insights_scraper_Selenium_OpenAI.py

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -151,16 +151,7 @@ def save_to_excel(data_list: list, filename="website_analysis.xlsx"):
151151

152152
# 🔹 LIST OF WEBSITES TO PROCESS
153153
websites = [
154-
"https://www.udacity.com/",
155-
"https://www.coursera.org",
156-
"https://www.udemy.com",
157-
"https://www.edx.org",
158-
"https://www.freecodecamp.org/",
159-
"https://www.datacamp.com/",
160-
"https://www.w3schools.com/",
161-
"https://www.futurelearn.com/",
162-
"https://codefirstgirls.com/",
163-
"https://www.linkedin.com/learning",
154+
"https://www.gymshark.com/",
164155
]
165156

166157
if __name__ == "__main__":

0 commit comments

Comments
 (0)