Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

keywords mismatch #9

Closed
StrangeTcy opened this issue May 20, 2020 · 2 comments
Closed

keywords mismatch #9

StrangeTcy opened this issue May 20, 2020 · 2 comments

Comments

@StrangeTcy
Copy link

  • tgintegration version: 0.4.0
  • Python version: 3.6.9
  • Operating System: Ubuntu 18.04

Description

Running the example script doesn't work, because a BotController from the README example expects session_name,api_id and api_hash, but the BotController as in currently is in the source file expects a client of the InteractionClient type and gets surprised by all the other keywords after the bot_under_test.
To the best of my understanding, the idea is to create an InteractionClient, which uses pyrogram's Client, and pass all the keywords to it.
Interestingly, BotIntegrationClient from v 0.2.4 seemingly tries to do that.

@JosXa
Copy link
Owner

JosXa commented Aug 3, 2020

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? :)

@JosXa JosXa closed this as completed Oct 15, 2020
@JosXa
Copy link
Owner

JosXa commented Oct 24, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants