madingess / EasyApplyBot

Automate LinkedIn Easy Apply job applications and answer application-specific questions.
GNU General Public License v3.0
93 stars 108 forks source link

Phone country code always gets picked wrong #16

Closed federicoiacobucci closed 1 year ago

federicoiacobucci commented 1 year ago

I inserted in the YAML file my country code which is "Italia (+39)" correctly but in the applications always input Zimbabwe (+263)

image

image

federicoiacobucci commented 1 year ago

Update: the problem is that I am using the italian value name for the country code field..which is correct in the italian version of LinkedIn but not on the international version of the platform that this script is using.

Value I was using: "Italia (+39)" Value accepted by the script: "Italy (+39)"

Maybe add this as an improvement

madingess commented 1 year ago

Thanks for the report.

I won't add this functionality as that would involved identifying and adding the translation for every possible country code, present AND future. However, I did add some documentation to the README and config files to clarify this.