Hosting a Telethon User BOT on google-app-engine
问题 I am trying to deploy a simple user bot on Google App Engine Flexible Environment running python3.7, but I get the following error. Can anyone help me with suggestions of solving this? "File "/env/lib/python3.7/site-packages/telethon/client/auth.py", line 20, in phone: typing.Callable[[], str] = lambda: input('Please enter your phone (or bot token): '), EOFError: EOF when reading a line" Thank you for your time 回答1: Telethon (obviously) requires you to login and make a normal user session on