Module: TwitterAutoPoster::Phrases

Defined in:
lib/phrases.rb

Constant Summary collapse

ASKING_FOR_COMMAND =
"Please, enter command (for help you can use command \"-help\")\n"
ASKING_FOR_MESSAGE_LENGTH =
"Please, enter length of message\n"
ASKING_FOR_SEPARATOR =
"Please, enter separator\n"
ASKING_FOR_MESSAGE =
"Enter message, please:\n"
ASKING_FOR_FILE_PATH =
"Enter path to file, please\n"
HELP =
"-sm ---- use for sending a single message\n
-smff ---- use for sending messages from file\n
-set ml ---- use for setting max length of message\n
-set sep ---- use for setting separator, which will be used between sentences\n
-exit ---- exit\n"
UNKNOWN_COMMAND =
"Unknown command:"
SUCCESS =
"SUCCESS"
FAIL =
"FAIL"
FILE_IS_NOT_VALID =
"File don't exist or empty."