mattgillooly / oblique

The Twitter bot that powers @oblique

This URL has Read+Write access

name age message
file README.textile Sun Apr 19 22:28:32 -0700 2009 updating README [mattgillooly]
file obtweet.rb Sun Apr 19 21:21:59 -0700 2009 quick hack to add Twandal module to Oblique bot... [mattgillooly]
file strategies.yml Wed Sep 24 12:31:04 -0700 2008 Pulled strategies out into a YAML file. [Matt Gillooly]
file twandal.rb Wed Apr 29 16:23:15 -0700 2009 don't use trending hash tags, since the in-sent... [mattgillooly]
file twitter.yml Fri Sep 26 02:52:07 -0700 2008 Using Twitter4R gem, and moving Twitter acct in... [Matt Gillooly]
README.textile

Welcome to Obtweet

This is the Ruby code that powers http://twitter.com/oblique. Very simple code that you can use to post a randomly chosen message to a Twitter account, for instance from a list of your favorite quotes. You should only need to modify the .yml files and create a cron job to run the script periodically.

Update 9/26/08: Using Twitter4R gem, and moving Twitter acct info into twitter.yml file.

Update 4/20/09: Now powers a new Twitter bot at http://twitter.com/twandal, which pulls recent public tweets that contain trending terms, replaces those terms with randomly-picked ones, and re-tweets the mangled version. This functionality was pretty much hacked on w/ the minimum of consideration, but eventually I’ll devise a kind of plugin system to make it easy to add generic bots.