twitter-api-client
twitter-api-client copied to clipboard
Implementation of X/Twitter v1, v2, and GraphQL APIs
Hi, thanks for all your hard work on this project folks. I'm trying to block a list of users, but I need the userid (https://github.com/trevorhobenshield/twitter-api-client/blob/main/twitter/account.py#L367), but I only have Twitter...
File "/usr/local/lib/python3.11/dist-packages/twitter/scraper.py", line 42, in __init__ self.session = self._validate_session(email, username, password, session, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/dist-packages/twitter/scraper.py", line 867, in _validate_session return login(email, username, password, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/dist-packages/twitter/login.py", line 167,...
Hey, I know this might be very simple question, but I can`t get my head around it - how do I scrape tweets based on hashtag/keyword? If yes, could you...
From my observation Twitter accounts with 2fa enabled have lower chances to get suspended / locked. While it is easy to use PyOTP to generate a temporary token, I don't...
Just saw https://github.com/trevorhobenshield/twitter-api-client/issues/212#issuecomment-2080642439 It would be worthwhile adding this to the readme.
I saved cookies after logging in to my account but then I can't use them. Is there any way I can save cookies and use them later without needing to...
Does anyone happen to know what trigger the tweet view counter to go up? the Like operation by itself wont, maybe Reply could? or maybe have to lookup tweet by...
I decided to implement this and a few other patches in my asynchronous port of this lib, might make it Async agnostic at some point but https://github.com/obnoxiousish/async_twitter_api_client here it is...
I am planning on adding this feature to my async fork shortly so I could make PR it but, I believe both of these are now supported by twitter, so...
I have twitter tokens and I want use it to access oauth_token and oauth_token_secert after cookie login