⚠️ DEPRECATED, REPLACED BY kleros/curate-twitter-bot
GTCR Twitter Bot
Watch and tweet about Generalized TCR events.
- NodeJS version 10
- Clone this repo.
- Duplicate
.env.example
, rename it to.env
and fill in the environment variables. - Run
yarn
to install dependencies and thenyarn start
to run the service in development mode.
To run the service in production mode use
node -r dotenv/config index.js
.
To start with PM2 use
pm2 start --node-args="-r dotenv/config" index.js --name gtcr-twitter-bot
yarn format
- Lint, fix and prettify all the project. .js files with styled components and .js files.yarn run cz
- Run commitizen.