2017-02-08 11:26:25 +00:00
|
|
|
import setuptools
|
|
|
|
|
|
|
|
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 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
|
|
|
|
|
|
|
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!'''
|