17 lines
368 B
Python
17 lines
368 B
Python
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:
|
|
|
|
* [Nothing yet. Sorry.]
|
|
|
|
Have fun!'''
|