forked from nicolomantini/LinkedIn-Easy-Apply-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature: config support for cover letter and output file
- Loading branch information
Showing
2 changed files
with
21 additions
and
7 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 |
---|---|---|
@@ -1,11 +1,17 @@ | ||
username: # Insert your username here | ||
password: # Insert your password here | ||
username: | ||
password: | ||
|
||
positions: | ||
- # Position you want to search for | ||
- # positions you want to search for | ||
- # Another position you want to search for | ||
- # A third position you want to search for | ||
|
||
locations: | ||
- # Location you want to search in | ||
- # A second location you want to search in | ||
- # Location you want to search for | ||
- # A second location you want to search in | ||
|
||
cover_letter_loctn: | ||
- # '/home/PATH_TO_FILE' | ||
|
||
output_filename: | ||
- # PATH TO OUTPUT FILE (default output.csv) |
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