wdzeng / shopee-coins-bot

💰 蝦皮簽到機器人 💰
MIT License
444 stars 800 forks source link

bot-automation repository disabled #24

Closed lyenliang closed 2 years ago

lyenliang commented 2 years ago

bot-automation 專案現在登入會看到 Access to this repository has been disabled by GitHub Staff due to a violation of GitHub's terms of service 訊息。請問有人知道是違反 github 哪條 terms of service 嗎?

wdzeng commented 2 years ago

GitHub Actions 不能拿來做跟 CI/CD 無關的事情

if using GitHub-hosted runners, any other activity unrelated to the production, testing, deployment, or publication of the software project associated with the repository where GitHub Actions are used.

lyenliang commented 2 years ago

那請問原本 bot-automation 會把 cookie 存放在什麼地方呢?

我想在自己的 gitlab private repository 實現自動簽到的功能,但不知道 cookie 該存在哪邊比較好 @@

wdzeng commented 2 years ago

Hi,

是放在原 repo 內的 credential branch。但既然 repo 被 ban 了,cookie 大概撈不出來,而且還需要當初加密用的 AES key。

lyenliang commented 2 years ago

了解了,感謝你,我可能會把 cookie 放到 gitlab CI/CD variables 內 XD