python-twitter icon indicating copy to clipboard operation
python-twitter copied to clipboard

A Python wrapper around the Twitter API.

Results 100 python-twitter issues
Sort by recently updated
recently updated
newest added

i have a string that i put together like so ``` def construct_tweet(pihole, sys): tweet = '🚫🌐: ' + pihole[0] tweet += '\nšŸˆµā‰: ' + pihole[1] tweet += '\nšŸ“¢šŸš«: '...

UsersLookup method only takes list as argument when user_id is used as an option. api.UsersLookup(user_id=[integer],include_entities=True,return_json=True) works however api.UsersLookup(user_id=integer,include_entities=True,return_json=True) throws error ; **TypeError: 'int' object is not iterable** This behavior cannot...

The [base XDG directory specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) says that config file should be in `$XDG_CONFIG_HOME` or, failing that, in `~/.config`. the example client should also follow that standard and look for the...

doc/changelog.rst is missing 2.5.0. I've tried reading the git log but it's hard to tell what is user-facing or what changes I might need to make.

Any strategies for best using this at very high volumes/in parallel? I'm using it in an AWS Lambda and we can easily hit a rate limit for `/1.1/account/verify_credentials/ ` when...

As you've probably seen, there are some changes in the works for the twitter API, as mentioned in [this announcement](https://blog.twitter.com/developer/en_us/topics/tools/2017/announcing-more-functionality-to-improve-customer-engagements-on-twitter.html) around a year ago: > on Tuesday June 19, 2018...

The socks and socket libraries can not be integrated with python-twitter api and raise ProxyError(e, request=request)

This is a request to include null and false values in AsJsonString() results. Two User objects to illustrate: ``` { "created_at": "Mon Sep 15 08:46:12 +0000 2014", "default_profile": true, "followers_count":...

It seems that most of the Twitter API modules suffer from a lack of broad coverage in examples. I'd like to suggest more robust examples be added to the project....

Playing around with dumping the __dict__s for followers/friends, I noticed the following differences. I can't find a discussion of this in the docs: Only in _json return: blocked_by blocking entities...