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.
Merge pull request nicolomantini#8 from krapes/send-coverletter
Send coverletter
- Loading branch information
Showing
3 changed files
with
76 additions
and
81 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 |
---|---|---|
|
@@ -140,6 +140,7 @@ dmypy.json | |
|
||
# User files | ||
output.csv | ||
output*.csv | ||
venv8/ | ||
quickstart.py | ||
states.json |
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