hh resume booster: free auto-bump for hh.ru (Playwright, Linux/Win/Mac)

This commit is contained in:
stackops
2026-08-24 20:34:25 +03:00
commit 5e2a1514c5
15 changed files with 468 additions and 0 deletions
+17
View File
@@ -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>