A simple twitter bot that tweets "Hello World" in different programming languages.
Language examples used from the hello-world project.
git clone git@github.com:FerasDA/helloworldbot.git
- Run
npm install
to download dependencies. - Create a twitter application and get tokens/keys.
- Open
helloworldbot.js
and replace the twitter keys/tokens with your own. - Set up a cron job to schedule tweets.
e.g. (run everyday at 5pm):
* 17 * * * node helloworldbot.js
Hello World Bot is written in node.js and uses Twitter API Client twit and generates tweets from the hello-world project.
Written by Feras Deiratany