picture shortcut

This commit is contained in:
Pira Wetton 2014-09-23 20:26:48 -04:00
parent a2b374f48c
commit 3706ae0bbb
3 changed files with 8 additions and 0 deletions

1
skeleton/bots.rb Normal file → Executable file
View file

@ -37,5 +37,6 @@ Ebooks::Bot.new("{{BOT_NAME}}") do |bot|
# Tweet something every 24 hours
# See https://github.com/jmettraux/rufus-scheduler
# bot.tweet("hi")
# bot.pictweet("hi", "cuteselfie.jpg", ":possibly_sensitive => true")
end
end