Sameerakhatoon / AutomateJobApplication

4 stars 4 forks source link

Hi #2

Open jakenguyen9797 opened 8 months ago

jakenguyen9797 commented 8 months ago

Hey there

Is this fully working and you haven't been banned from Dice yet?

How would you specify the jobs you want to apply to? Just specify a URL with all quick applies?

Thanks so much fellow job seeker

Sameerakhatoon commented 8 months ago

Heyy!

That's working, i've tested it myself.

I hope i'm not DDOSing dice, making sure there is time b/w subsequent requests sent.

You need to mention the keywords enclosed in double quotes in line 267 search_keywords = '("kw1" OR "KW2") AND "Kw3"' # Keywords for the search

you may comment out lines by ctrl + /: 32-35 if you don't want to filter results by Third Party 37-38 if you don't want to filter results by easy apply(those which have applications question, script leaves it in open tab, you may manually fill & apply) 42-46 if you don't want to filter results by remote only

if any irrelevant job is being applied, then just close that tab!

Lmk if you face any issues!

jakenguyen9797 commented 7 months ago

Looks like I had to comment out: page.wait_for_url("home-feed") -> don't think you need this one actually

Additionally, it doesn't seem to be doing the applying step for some reason (not clicking the apply button at the end)

Also one last issue is lets say the job was already applied to, it doesn't close the tab

Sameerakhatoon commented 7 months ago

Additionally, it doesn't seem to be doing the applying step for some reason (not clicking the apply button at the end)

It does click on apply button perhaps its so fast, couldn't notice as it moved to next job application really quickly. To make sure it does, please add this in line between 215 & 216 time.sleep(3) to wait & look for confirmation page, then close it & move to another. Also one last issue is lets say the job was already applied to, it doesn't close the tab

I suggest Once all done, just close the window. As there might be may reasons like job can't be applied, to name few, already applied or application questions etc. I couldn't close the tab as there can be multitude of reasons for Apply button not being visible to be handled.

Sorry for the late reply