twgitbot

A node.js bot that checks a github repo changes and tweets it to your Twitter account

View the Project on GitHub vzqzac/twgitbot

Twgitbot

A node.js bot that checks a github repo changes and tweets it to your Twitter account

Twgitbot does:

Twgitbot doesn’t:

To try just:

git clone https://github.com/VzqzAc/twgitbot.git && cd twgitbot
npm install
# And to setup your custom config
npm run first-twgit
# Fill the prompted form to share your first Twgit

Twgitbot is Heroku ready, so if you want to deploy it there you should run:

heroku create <your twgitbot's name>
git push heroku master
# Wait for it Aaaand done, visit `<your twgitbot's name>.herokuapp.com` or run `heroku logs` just to make sure. By the way, I will work on a script to automate a heroku deploy, **contributions are welcome!**

Special thanks to @bashz and @omarandstuff, David de Anda for contributing

Better code styling using:

JavaScript Style Guide