MCPcopy Create free account
hub / github.com/smallfawn/QLScriptPublic / run

Method run

daily/chery.js:54–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52 }
53
54 async run() {
55
56 await this.info()
57 if (this.ckStatus == true) {
58 await this.signIn()
59 await this.contentsList()
60 for (let articleId of this.articleIdList) {
61 await this.taskShare(articleId)
62 }
63 }
64
65
66 }
67
68 async signIn() {
69 let options = {

Callers 1

chery.jsFile · 0.45

Calls 4

infoMethod · 0.95
signInMethod · 0.95
contentsListMethod · 0.95
taskShareMethod · 0.95

Tested by

no test coverage detected