Hello World Bot
A simple twitter bot that tweets "Hello World" in different programming languages. @helloworldb0t
Language examples used from the hello-world project.
Installation
git clone git@github.com:FerasDA/helloworldbot.git
Usage
- 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
Credits
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