We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there a way to get a list of account that an user or my account currently follows right now?
The text was updated successfully, but these errors were encountered:
https://twikit.readthedocs.io/en/latest/twikit.html#twikit.client.client.Client.get_user_following
Sorry, something went wrong.
thank you
PS E:\projects\mask3> python mask_twitter_monitor/monitor.py Traceback (most recent call last): File "E:\projects\mask3\mask_twitter_monitor\monitor.py", line 16, in client = Client('en-US') ^^^^^^^^^^^^^^^ File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\site-packages\twikit\client\client.py", line 107, in init self.http = AsyncClient(proxy=proxy, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: AsyncClient.init() got an unexpected keyword argument 'proxy' PS E:\projects\mask3> 运行不起来咋办啊
No branches or pull requests
Is there a way to get a list of account that an user or my account currently follows right now?
The text was updated successfully, but these errors were encountered: