hh resume booster: free auto-bump for hh.ru (Playwright, Linux/Win/Mac)
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>Label</key> <string>com.stackops.hhbump</string>
|
||||
<key>ProgramArguments</key>
|
||||
<array>
|
||||
<string>__DIR__/.venv/bin/python</string>
|
||||
<string>__DIR__/bump_resumes.py</string>
|
||||
</array>
|
||||
<key>StartInterval</key> <integer>7200</integer>
|
||||
<key>RunAtLoad</key> <true/>
|
||||
<key>StandardOutPath</key> <string>__DIR__/bump.out.log</string>
|
||||
<key>StandardErrorPath</key><string>__DIR__/bump.err.log</string>
|
||||
<key>ProcessType</key> <string>Background</string>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user