-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix logic for skipping certain job titles
- Loading branch information
Showing
3 changed files
with
49 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
######################################## | ||
# Add your LinkedIn credentials here # | ||
######################################## | ||
EMAIL= | ||
PASSWORD= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,40 @@ | ||
{ | ||
"browserPath": "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome", | ||
"keyword": [ | ||
"\"Full Stack Engineer\"", | ||
"\"fullstack developer\"", | ||
"\"full stack developer\"", | ||
"\"javascript developer\"", | ||
"\"nodejs developer\"", | ||
"\"java developer\"" | ||
], | ||
"location": "United States", | ||
"periodOfTime": "Past 24 hours", | ||
"AvgExperience": 2, | ||
"resolution": "--window-size=1400,900", | ||
"baseURL": "https://www.linkedin.com/login", | ||
"numberOfPagination": 14, | ||
"numberOfOffersPerPage": 25, | ||
"avoidJobTitles": [ | ||
"Test", | ||
"PYTHON", | ||
"PRINCIPAL", | ||
"STAFF", | ||
"MANAGER", | ||
"ANGULAR",".NET","C#", | ||
"SHAREPOINT", "SHARE POINT", | ||
"LEAD", "ARCHITECT", "CLEARANCE", | ||
"USC","GC","SECRET","TOP","NET", | ||
"LOCAL","CITIZEN" | ||
] | ||
"browserPath": "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome", | ||
"keyword": [ | ||
"\"Full Stack Engineer\"", | ||
"\"fullstack developer\"", | ||
"\"full stack developer\"", | ||
"\"javascript developer\"", | ||
"\"nodejs developer\"", | ||
"\"java developer\"" | ||
], | ||
"location": "United States", | ||
"periodOfTime": "Past 24 hours", | ||
"AvgExperience": 2, | ||
"resolution": "--window-size=1400,900", | ||
"baseURL": "https://www.linkedin.com/login", | ||
"numberOfPagination": 14, | ||
"numberOfOffersPerPage": 25, | ||
"avoidJobTitles": [ | ||
"Test", | ||
"PYTHON", | ||
"PRINCIPAL", | ||
"STAFF", | ||
"MANAGER", | ||
"ANGULAR", | ||
".NET", | ||
"C#", | ||
"SHAREPOINT", | ||
"SHARE POINT", | ||
"LEAD", | ||
"ARCHITECT", | ||
"CLEARANCE", | ||
"USC", | ||
"GC", | ||
"SECRET", | ||
"TOP", | ||
"NET", | ||
"LOCAL", | ||
"CITIZEN" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters