Skip to content

sugyan/retrobot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

retrobot

Retrobot is a twitter-bot engine that working at mirakui_retro.

Retrobot tweets a word that you've tweeted just 1 year ago!

Requirements

Installation

  1. Get consumer key of Twitter API by creating application at https://dev.twitter.com/apps
  2. Run the following:
$ git clone https://github.com/mirakui/retrobot.git
$ cd retrobot
$ bundle install
$ bundle exec get-twitter-oauth-token
(follow shown instruction)
$ unzip ~/tweets.zip -d tweets
$ cp .env.example .env
$ vi .env
(write your oauth credentials)

Running retrobot

$ bin/retrobot

or you can run it as a daemon as follows:

$ bin/retrobotctl [start|stop]

License

Copyright (c) 2013 Issei Naruta. Retrobot is released under the MIT License.

About

Retrobot is a twitter-bot engine which is working as mirakui_retro.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Ruby 100.0%