Skip to content

FerasDA/helloworldbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello World Bot

A simple twitter bot that tweets "Hello World" in different programming languages.

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

About

A simple twitter bot that tweets "Hello World" in different programming languages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published