This Twitter bot is using the Twit API. full Docs here https://github.com/ttezel/twit
I fully prepared this twitter bot as a template to respond via Direct message when followed on Twitter. Must have latest Node.js installed along with NPM
-
Clone repo.
-
Install dependancies: npm install --save npm install twit --save
-
Deploy on heroku or AWS EC2.
Follow me on twitter @Mtpjr88 to test it out!
I am open to any Contributions.
Fork this repo and clone the forked repo
git clone the-name-of-forked-repo
Create a branch
git branch -b your-branch-name
Make some changes
Commit and Push your changes with
git commit -m "your commit message"
git push -u origin branch-name-you-just-created
Go into the forked repo you just pushed and click compare and make a PR
Wait for it to get reviewed and merged!