twikit icon indicating copy to clipboard operation
twikit copied to clipboard

Get list of account that an user follows?

Open ChengHua926 opened this issue 10 months ago • 3 comments

Is there a way to get a list of account that an user or my account currently follows right now?

ChengHua926 avatar Mar 08 '25 21:03 ChengHua926

https://twikit.readthedocs.io/en/latest/twikit.html#twikit.client.client.Client.get_user_following

ethmtrgt avatar Mar 10 '25 18:03 ethmtrgt

thank you

ChengHua926 avatar Mar 10 '25 18:03 ChengHua926

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> 运行不起来咋办啊

18140143067 avatar Mar 14 '25 00:03 18140143067