/dev-to-reaction-bot

A bot to update dev.to posts with live positive reactions count

Primary LanguageTypeScript

Dev.to Reaction Count Bot

This bot constantly updates the title of a dev.to post with the current positive reaction count.

Usage

  1. Get the project setup done

    $ yarn install && yarn build

  2. Get the api keys

    Dev.to > Settings > Account

  3. Initialize a new Project

    $ node dist/app.js init <api-key>

    Running the above command will get you a post-id

  4. Run the cron job

    $ node dist/app.js <api-key> <post-id>