GodsScion / Auto_job_applier_linkedIn

Make your job hunt easy by automating your application process with this Auto Applier
GNU Affero General Public License v3.0
335 stars 93 forks source link

Check to unfollow companies before applying #16

Closed shubhampaithankar closed 1 month ago

shubhampaithankar commented 2 months ago

I like to have my own set of companies on my feed. The bot follows every company after a successful submission which sometimes adds clutter and unnecessary posts from companies you don't even work at.

I have added a check to allow the bot whether to follow the applied companies or not. (Only in easy apply so far)

How to set the condition? Edit questions.py follow_applied_companies = False # True or False

I have never used python, so do let me know if I made any syntax / indent error or bad code practice.

GodsScion commented 1 month ago

Hey, Thanks for your contribution. Code looks good, with some minor changes needed. Please make it a separate method like discard_job(), I also mentioned some other requirements... Thanks.

I created a development branch, make a pull request to it, we'll take it from there.

shubhampaithankar commented 1 month ago

Will do, thanks.