How to make it work at the same time textual and telethon #2870
Unanswered
Holmberg-15A
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Have you looked at the Worker API? I'm afraid I know nothing about telethon but Textual workers might be a good starting point. |
Beta Was this translation helpful? Give feedback.
1 reply
-
If Telethon is async it should work with Textual. If you are having problems getting the two libs to work together, you will need to post code and any error messages you encounter. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i want to make it so textual and telethon worked simultaneously but I don’t know how to do it, I thought about trying to run one of them in a separate process, but it seemed to me inefficient, is there a way directly in the native class asynchronously run telethon, I'm also worried that I can't get console output while running textual, and would like to use multiple decorators and functions telethon i hope you can help me
Beta Was this translation helpful? Give feedback.
All reactions