NathanDuma / LinkedIn-Easy-Apply-Bot

Automate LinkedIn Easy Apply job applications and answer application-specific questions.
226 stars 86 forks source link

Problem with search #18

Closed Sergunko closed 2 years ago

Sergunko commented 2 years ago

Great tool!Many thanks to you for making it better! I'm running win 10 and after the login procedure, it goes to search it access the windows search bar and then puts 1 letter in job title and 1 in location. I'm going to test it on Linux mint to see if there's a difference.

https://user-images.githubusercontent.com/91837365/151263881-e028c856-a5c3-450d-a84c-9941c259a39f.mp4

.

NathanDuma commented 2 years ago

What is in your config file? Could you please try putting quotes around the whole job title?

On Wed., Jan. 26, 2022, 3:26 p.m. Sergey Lysikov, @.***> wrote:

Great tool!Many thanks to you for making it better! I'm running win 10 and after the login procedure, it goes to search it access the windows search bar and then puts 1 letter in job title and 1 in location. I'm going to test it on Linux mint to see if there's a difference.

https://user-images.githubusercontent.com/91837365/151263881-e028c856-a5c3-450d-a84c-9941c259a39f.mp4

.

— Reply to this email directly, view it on GitHub https://github.com/NathanDuma/LinkedIn-Easy-Apply-Bot/issues/18, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACXY2FDUOKMO47V6V3RXSNLUYB7LNANCNFSM5M4L32XA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

Sergunko commented 2 years ago

I did but no difference. And I used quotes from the beginning because my password starts with a special character and I tried without.



remote: False

experienceLevel:
 internship: True
 entry: True
 associate: False
 mid-senior level: False
 director: False
 executive: False

jobTypes:
 full-time: True
 contract: False
 part-time: False
 temporary: False
 internship: True
 other: False
 volunteer: False

date:
 all time: True
 month: False
 week: False
 24 hours: False

positions:
 'intern Software Engeneer'
locations:
 'Chicago, IL'
distance: 100```
NathanDuma commented 2 years ago

You are missing the dashes in the positions and locations. Try that and see if that works. Should look something like this:

positions:
 - 'intern Software Engeneer'
locations:
 -  'Chicago, IL'

See the original config.yaml file if you missed any others, too.

Sergunko commented 2 years ago

Works like a charm! You helped me more in pursuit of my career than anyone else! When I get more experience I'm going to be like you being so fast to help a stranger and not those toxic people on stack overflow. Many big mugs of beer(or any other beverage) from me to you!Thanks!

NathanDuma commented 2 years ago

No problem, happy to hear everything worked. Enjoy job hunting!