Bible Thumping Twitter Bot; ready to be deployed on heroku
For now, to run your own instance you will need to clone the repo; install dependencies, and overwrite the oAuth credentials (modules/static/config.js). To deploy, push to Heroku and point your worker at bot.js.
-Twitter API oAuth Credentials Node.js Heroku Account
Give examples
Install Dependencies
npm install
Start
npm start
This repo is ready to deploy on Heroku with little configuration.
MORE INFO TO COME
- twit - Twitter API for Node
- request-promise-native - ES6 Styled Promises for Request
- download - Used to download the images for the bible verse tweets
Feel free to branch and make a PR. This is definitely a work in progress and has a ton of room to be improved.
- Taylor Buckner - Initial work - tabuckner
This project is licensed under the MIT License - see the LICENSE.md file for details
- Sensei - Andrew Atwood - andrewatwood
- Inspiration - Daniel Shiffman - shiffman