2017-02-10 17:41:28 +00:00
auth = ''' To get authenticated with Twitter, please visit this URL and sign in:
* % s
You will receive a six - digit PIN . Please send it to me like this :
* / verify 123456 '''
authimp = ''' I can ' t currently start a new authentication process for you as you are either already authenticated or an authentication process has been started.
Please unauthenticate using / unauth first if you are sure you want to re - authenticate . '''
2017-02-08 14:19:01 +00:00
noauth = ''' You are not authenticated. Please use /auth to sign in with Twitter. '''
2017-02-08 11:26:25 +00:00
start = ''' Hey there!
I ' m @ %s , everybody ' s favorite Twitter bot on Telegram !
For me to help you , you will first have to authenticate with Twitter :
* / auth
After authentication , you will be able to tweet from your account . Just drop me a note !
Additionally , you will be able to use the following commands :
2017-02-08 14:16:23 +00:00
* / toggletweet - Turn automatic tweeting of messages on / off . Useful in groups .
* / tweet TEXT - Explicitly tweet TEXT even if automatic tweeting is off ( / toggletweet ) .
2017-02-08 12:06:17 +00:00
* / unauth - Revoke your authenticaton and stop using % s .
2017-02-08 11:26:25 +00:00
Have fun ! '''
2017-02-08 12:06:17 +00:00
2017-02-08 14:14:03 +00:00
toggleTweet = ''' Automatic tweeting is now %s . '''
2017-02-08 12:06:17 +00:00
unauth = ''' You ' re leaving already? :(
I hope you had a good time with me . If there is anything you would like to tell me or my developers , please drop us a note at :
* % s
Your data has been deleted . Of course , you can always just re - authenticate using / auth .
It was great having you here . So long , and thanks for all the / fish ! '''
2017-02-10 17:41:28 +00:00
verify = ''' Thanks for authenticating. You can now use all of my features! '''
verifyfail = ''' Oops, something went wrong during the authentication. Please try again:
* / auth '''
verifyimp = ''' There is not currently an authentication process running for you. You may already be logged in, or you have not yet sent me an /auth command. '''