Closed StrangeTcy closed 4 years ago
Yep, I'm aware of the issues and decided on a bigger rewrite a while ago (which isn't even halfway complete and kind of stuck in design), but my priorities lay elsewhere for the moment. If you push me enough, I might revive the project and give it the love it deserves. But I would also like some input from the people interested in the library, so why don't you give me a ping at https://t.me/TgIntegration? :)
Description
Running the example script doesn't work, because a BotController from the README example expects
session_name
,api_id
andapi_hash
, but the BotController as in currently is in the source file expects aclient
of theInteractionClient
type and gets surprised by all the other keywords after thebot_under_test
. To the best of my understanding, the idea is to create anInteractionClient
, which uses pyrogram'sClient
, and pass all the keywords to it. Interestingly,BotIntegrationClient
from v 0.2.4 seemingly tries to do that.