mirror of
https://github.com/thewesker/twitter_ebooks.git
synced 2025-12-20 12:21:11 -05:00
Merge pull request #18 from Hiramiya/master
Corrected usage information for `ebooks tweet`
This commit is contained in:
@@ -116,9 +116,10 @@ STR
|
|||||||
|
|
||||||
def self.tweet(modelpath, botname)
|
def self.tweet(modelpath, botname)
|
||||||
usage = <<STR
|
usage = <<STR
|
||||||
Usage: ebooks jsonify <old_corpus_path> [old_corpus_path2] [...]
|
Usage: ebooks tweet <model_path> <botname>
|
||||||
|
|
||||||
Takes an old-style corpus of plain tweet text and converts it to json.
|
Sends a public tweet from the specified bot using text
|
||||||
|
from the processed model at <model_path>.
|
||||||
STR
|
STR
|
||||||
|
|
||||||
if modelpath.nil? || botname.nil?
|
if modelpath.nil? || botname.nil?
|
||||||
|
|||||||
Reference in New Issue
Block a user