This bot constantly updates the title of a dev.to post with the current positive reaction count.
-
Get the project setup done
$ yarn install && yarn build
-
Get the api keys
Dev.to > Settings > Account
-
Initialize a new Project
$ node dist/app.js init <api-key>
Running the above command will get you a
post-id
-
Run the cron job
$ node dist/app.js <api-key> <post-id>