job-pro 1.0.85 → 1.0.87
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/apply.js +2 -2
- package/dist/index.js +7 -6
- package/package.json +1 -1
package/dist/apply.js
CHANGED
|
@@ -579,8 +579,8 @@ export async function executeFeishu3Step(staged, session, target) {
|
|
|
579
579
|
ok: false,
|
|
580
580
|
posted_to: staged.submit_endpoint,
|
|
581
581
|
message: "executeFeishu3Step requires a captured session (~/.jobpro/<adapter>.session.json) " +
|
|
582
|
-
"— Feishu apply endpoints all gate on candidate-session cookies.
|
|
583
|
-
"
|
|
582
|
+
"— Feishu apply endpoints all gate on candidate-session cookies. Run `job-pro extension` " +
|
|
583
|
+
"for the bundled MV3 path + install walkthrough, log into the careers site, click Export.",
|
|
584
584
|
steps: [],
|
|
585
585
|
};
|
|
586
586
|
}
|
package/dist/index.js
CHANGED
|
@@ -809,8 +809,8 @@ async function runCompany(adapter, company, rawArgs) {
|
|
|
809
809
|
staged,
|
|
810
810
|
submit_kind: kind,
|
|
811
811
|
message: `${kind} submission requires a captured session at ` +
|
|
812
|
-
`~/.jobpro/${company}.session.json.
|
|
813
|
-
`
|
|
812
|
+
`~/.jobpro/${company}.session.json. Run \`job-pro extension\` for ` +
|
|
813
|
+
`the bundled MV3 path + Chrome install walkthrough.`,
|
|
814
814
|
}, compact);
|
|
815
815
|
}
|
|
816
816
|
const age = sessionAgeDays(session);
|
|
@@ -865,9 +865,10 @@ async function runCompany(adapter, company, rawArgs) {
|
|
|
865
865
|
post_id: postId,
|
|
866
866
|
mode: "really-submit-blocked",
|
|
867
867
|
staged,
|
|
868
|
-
message: `no captured session at ~/.jobpro/${company}.session.json.
|
|
869
|
-
|
|
870
|
-
`then
|
|
868
|
+
message: `no captured session at ~/.jobpro/${company}.session.json. Run ` +
|
|
869
|
+
`\`job-pro extension\` for the bundled MV3 path + Chrome install ` +
|
|
870
|
+
`walkthrough; log into the careers site, click Export, then ` +
|
|
871
|
+
`mv ~/Downloads/jobpro/${company}.session.json ~/.jobpro/`,
|
|
871
872
|
}, compact);
|
|
872
873
|
}
|
|
873
874
|
if (!isAnonMultipart) {
|
|
@@ -1104,7 +1105,7 @@ function printStatus(compact) {
|
|
|
1104
1105
|
// Sessions
|
|
1105
1106
|
if (r.sessions.length === 0) {
|
|
1106
1107
|
console.log(`Sessions ✗ no session.json files captured`);
|
|
1107
|
-
console.log(`
|
|
1108
|
+
console.log(` run \`job-pro extension\` for the bundled MV3 extension path + Chrome install steps.`);
|
|
1108
1109
|
}
|
|
1109
1110
|
else {
|
|
1110
1111
|
console.log(`Sessions ✓ ${r.sessions.length} captured`);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "job-pro",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.87",
|
|
4
4
|
"description": "Query Chinese big-tech campus recruiting + auto-apply from your terminal. 50 companies, all 50 live (46 via official APIs, 4 via Liepin third-party fallback). 45/50 with end-to-end verified apply endpoints; 5 structurally-external (Liepin IM × 4 + Unitree WeChat). No signup, no token, no server.",
|
|
5
5
|
"homepage": "https://job.ha7ch.com",
|
|
6
6
|
"repository": "https://github.com/HA7CH/job-pro",
|