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

Hi. Any plan to implement more functions for the list endpoint? add_ and remove_ are the bare minimum but there surely must be a way to check the list for...

requests.exceptions.ConnectionError: HTTPSConnectionPool(host='api.twitter.com', port=443): Max retries exceeded with url: /1.1/guest/activate.json (Caused by NewConnectionError(': Failed to establish a new connection: [WinError 10060] 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。'))

how can i change profile website url?

I'm working with a lot of twitter accounts and threads, so I need to setup a proxy for every session. How can I do it?

``` /Users/reagle/.pyenv/versions/3.12.1/lib/python3.12/site-packages/twitter/constants.py:64: SyntaxWarning: invalid escape sequence '\d' 'UserMedia': '^tweet-\d+$', ``` [Other language changes](https://docs.python.org/3/whatsnew/3.12.html#other-language-changes) > A backslash-character pair that is not a valid escape sequence now generates a [SyntaxWarning](https://docs.python.org/3/library/exceptions.html#SyntaxWarning), instead of...

Hello, it seems this library is a new addon since older versions did not require it. Is anyonw else getting this or it's some cornercase on my system? Python 3.10.13...

Suppose this is because of the "€" in the password. Script is: ``` from twitter.scraper import Scraper email = "[email protected]" username = "lunin23325" password = "n€r0ont0p$$20945" scraper = Scraper(email, username,...

Thanks for your wonderful library But when I was using it, I used multiple accounts in order to break the rate limit. As a result, multiple Scraper instances were created,...

How can i create tweet from str with \n. ![image](https://github.com/trevorhobenshield/twitter-api-client/assets/84007836/13a33842-37b7-4a60-b9bb-5df36ee85641)