This file contains hidden or 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
/** | |
* LinkedIn Job Application Bot for Cloud Computing Roles | |
* Focus: Nashua, NH and 100-mile radius | |
* Targets: Entry-level cloud jobs and internships | |
*/ | |
const LinkedInJobBot = { | |
config: { | |
// Timing controls (in milliseconds) | |
scrollDelay: 2000, |