文件名称:habitica:我的Habitica帐户的自动化
文件大小:67KB
文件格式:ZIP
更新时间:2024-03-28 08:03:21
automation google-apps-script habitica TypeScript
Habitica自动化 我在派对上受到启发,并想尝试Google Apps脚本。 开始吧 该项目是用TypeScript编写的,并且使用了clasp来集成和构建到Google Apps脚本中。 首先安装clasp并登录。 $ npm i -g @google/clasp $ clasp login 从获取API值,并在项目的根目录中创建具有以下内容的config.ts : // config.ts const config = { goldThresholds : { // If the user has more than 500 gold, buy an armoire armoire : 500 , } , manaThresholds : { // If the user has more that 150 mana, cast eart
【文件预览】:
habitica-main
----.github()
--------workflows()
----.claspignore(105B)
----src()
--------types.ts(611B)
--------habitica.ts(5KB)
--------__tests__()
--------runners.ts(369B)
----babel.config.js(132B)
----appsscript.json(123B)
----tsconfig.json(53B)
----jest.config.js(145B)
----.prettierrc(183B)
----README.md(2KB)
----.releaserc(267B)
----.gitignore(123B)
----CHANGELOG.md(1KB)
----package-lock.json(229KB)
----package.json(635B)