twitter-api-client icon indicating copy to clipboard operation
twitter-api-client copied to clipboard

Implementation of X/Twitter v1, v2, and GraphQL APIs

Results 58 twitter-api-client issues
Sort by recently updated
recently updated
newest added

My goal is to retrieve threads based on the first tweet's id I've managed to do so by combining `scraper.tweets_by_id([my_tweet_id])` and `search.run()` with the query `conversation_id:{id} from:{username} to:{username} filter:replies`. But...

The hacky patch I mentioned in #97 couldn't get me all the way so I decided to fork. Hope I didn't miss anything while adding the proxy.

I have tried to reach out but with no success. Please I would like a high level overview on how this library works it's simply amazing and I am super...

How to get LivePipeline-Session? its used for post engagement to api path `/1.1/live_pipeline/update_subscriptions` ![image](https://github.com/trevorhobenshield/twitter-api-client/assets/55708473/1027d86f-55fb-43e9-9023-c248149c324c)

`.webp` is supported by the API via [Twitter Media Best Practices](https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media/uploading-media/media-best-practices) ![supported-media-types](https://github.com/trevorhobenshield/twitter-api-client/assets/137082314/63a82204-903a-4ef9-ad75-841c67a28f01) If you try to upload a .webp image the library throws an error, for example... Code: `account.tweet(text, media=[{"media":...

Hello I tested this code almost 2 weeks ago and was everything ok, now something is broken. The following code block is resulting in an error: Error in Scraper._process(): TypeError:...

Hi, how am I able to receive new timeline data? it seems I always receive the same results. do I need to provide an offset or related? On twitter desktop,...

Hi Trevor thanks for creating this repository, very very helpful for my current project. Also from vancouver