Project

twittbot

0.01
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Twittbot is an advanced Twitter bot. See the README for more info.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 1.7
~> 11.3
~> 0.9

Runtime

>= 2.7.0, ~> 2.7
~> 0.5
~> 0.19
~> 5.16
 Project Readme

Twittbot Gem Version Inline docs

Twittbot is the next generation of my old Twitter bot, twittbot-nd.

Installation

Installation is just as easy as installing the Rubygem:

$ gem install twittbot

Usage

Create a new bot:

$ twittbot new bot-name
$ cd bot-name

Authorize with Twitter:

$ twittbot auth

Add yourself as a botadmin:

$ twittbot add-admin nilsding

Add a template, such as for a simple reply bot:

$ twittbot generate random-reply

random-reply is a template that accepts a configuration. You can configure it by editing ./etc/random_reply.yml with a text editor of your choice. And, if you want to, you can also change its behaviour by editing ./lib/random_reply.rb.

To list available templates, try this:

$ twittbot list-templates

Finally, run the bot:

$ twittbot start