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

  1. Run npm install to download dependencies.
  2. Create a twitter application and get tokens/keys.
  3. Open helloworldbot.js and replace the twitter keys/tokens with your own.
  4. 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