ianalis / scraper2022

2022electionresults.comelec.gov.ph scraper
MIT License
2 stars 6 forks source link

error in line 7 #1

Open rexvillavelez opened 2 years ago

rexvillavelez commented 2 years ago

C:\Users\REX VILLAVELEZ\Desktop>python scraper.py File "C:\Users\REX VILLAVELEZ\Desktop\scraper.py", line 7 <!DOCTYPE html> ^ SyntaxError: invalid syntax

rexvillavelez commented 2 years ago

C:\Users\REX VILLAVELEZ\Desktop>python scraper.py File "C:\Users\REX VILLAVELEZ\Desktop\scraper.py", line 7 <!DOCTYPE html> ^ SyntaxError: invalid syntax

ianalis commented 2 years ago

Have you installed the dependencies, in particular, python-requests?