文件名称:Luca-Brasi-Bot:回购自动主持人
文件大小:110KB
文件格式:ZIP
更新时间:2024-04-29 20:18:19
TypeScript
卢卡·布拉西·波特(Luca Brasi Bot) 这是 subreddit的管理bot代码。 安装 # Clone the repo: git clone git@github.com:Vitards/Luca-Brasi-Bot.git # Change to the directory cd Luca-Brasi-Bot # Install npm dependencies npm install .env文件 秘密存储在.env文件中,该文件未在git中跟踪。 为了使它起作用,您将需要在根目录中创建具有以下内容的文件: CLIENT_ID=[APP_CLIENT_ID] CLIENT_SECRET=[APP_CLIENT_SECRET] USERNAME=[REDDIT_USERNAME] PASSWORD=[REDDIT_USER_PASSWORD] 您可以将.env.exa
【文件预览】:
Luca-Brasi-Bot-master
----.env.example(132B)
----src()
--------index.ts(431B)
--------__tests__()
--------processSubmission.ts(221B)
--------getClient.ts(450B)
----.circleci()
--------config.yml(372B)
----tsconfig.json(6KB)
----jest.config.js(69B)
----README.md(2KB)
----.gitignore(25B)
----package-lock.json(417KB)
----package.json(1KB)