This is the backend for twitter dash app, it was builded with nodejs, and control bots on twitter using the twitter API available the folowing functionalities:
- tweet something
- like/retweet the last tweet from someone
- follow someone
- Register a new Account
- Request new password
First you need to clone this repository, and after that you need to install the project with npm install
, you need a instance of postgree sql running, refer to config/
folder on the project to know how to config the app.
You can use the backend instance that is running on https://twillingbot.herokuapp.com to integrate on your own app, use the app project to know how to use the API.