Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.
/ gtcr-twitter-bot Public archive

DEPRECATED - Tweeter bot for activity on Generalized Token Curated Lists.

License

Notifications You must be signed in to change notification settings

kleros/gtcr-twitter-bot

Repository files navigation

⚠️ DEPRECATED, REPLACED BY kleros/curate-twitter-bot


GTCR Twitter Bot

JavaScript Style Guide Conventional Commits Commitizen Friendly Styled with Prettier

Watch and tweet about Generalized TCR events.

Prerequisites

  • NodeJS version 10

Get Started

  1. Clone this repo.
  2. Duplicate .env.example, rename it to .env and fill in the environment variables.
  3. Run yarn to install dependencies and then yarn 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

Other Scripts

  • yarn format - Lint, fix and prettify all the project. .js files with styled components and .js files.
  • yarn run cz - Run commitizen.