godcrampy / dev-to-reaction-bot

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

Home Page:https://dev.to/godcrampy/this-post-has-0-positive-reactions-2882

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

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

https://dev.to/godcrampy/this-post-has-0-positive-reactions-2882


Languages

Language:TypeScript 61.2%Language:JavaScript 38.8%