Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

calmery/calmery-chan

Repository files navigation

Calmery-chan: GitHub Bot (Not GitHub Apps)

Uchinoko Kawaii GitHub Actions WakaTime

Pull Request

Usage

Install Node.js v12.16.1 and npm 6.14.4.

Using now.sh in this project. See the following documentation.
Now for GitHub - ZEIT Documentation

Commands

$ npm ci
$ npm run lint
$ npm start
$ npm test

Set environment variables

Environment Variables and Secrets - ZEIT Documentation

$ npx now secrets add github_personal_access_token xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Success ! Secret github_personal_access_token added (calmery-chan)

$ npx now secrets add github_webhook_secret calmery-chan
> Success ! Secret github_webhook_secret added (calmery-chan)
Environment Variable Related URL Memo
GITHUB_PERSONAL_ACCESS_TOKEN Creating a personal access token for the command line Select repo
GITHUB_WEBHOOK_SECRET Securing your webhooks N/A

Local Development

Please execute the following command.

$ npm start

License

This software is released under the MIT License, see LICENSE.