wodsuz / EasyApplyJobsBot

A python bot to automatically apply all Linkedin,Glassdoor, etc Easy Apply jobs based on your preferences. Auto login, auto fill additional questions, apply automatically!
https://www.automated-bots.com/
Other
424 stars 141 forks source link

SyntaxError: invalid syntax for ` match job.casefold():` #61

Closed ishandutta2007 closed 6 months ago

ishandutta2007 commented 6 months ago

Steps to reproduce:

pip3 install -r requirements.yaml

then

python3 linkedin.py

Traceback (most recent call last): File "linkedin.py", line 2, in import utils,constants,config File "/Users/ishandutta2007/Documents/Projects/EasyApplyJobsBot/utils.py", line 115 match job.casefold(): ^ SyntaxError: invalid syntax

I am on python 3.8.0

ishandutta2007 commented 6 months ago

This error goes away once I upgrade to 3.10.0a6. You should mention clearly in docs that you need python 3.10+

Closing this one, will collab in new issue for further issues.