Skip to content

A twitter bot that replies when summoned, and its deployable to heroku

Notifications You must be signed in to change notification settings

MartinSob/twitter-reply-bot-heroku

Repository files navigation

Twitter reply bot - Heroku

A simple twitter bot that will reply when summoned, that is also ready to be deployed to Heroku.

To run

To run the app locally, install the node dependencies.

npm install

Then, start the server with the command:

npm start

To deploy

To deploy the master branch of the app to heroku, just run the following command:

git push heroku master

If you want to deploy another branch, use the following command:

git push heroku <BRANCH-NAME>:master

How was implemented

This repository was developed using the following resources:

If the app is not able to twit because of Error 401 - Read-only application cannot POST, follow the following documents:

How to configure Heroku

To configure and deploy to Heroku, use the following resources:

Important: Do not forget to add the credentials to the Heroku app in the Dashboard.

About

A twitter bot that replies when summoned, and its deployable to heroku

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published