0 selected

Ievgen, lznl...@gmail.com2
6/3/18
bug in Api.GetSearchThank
unread,
bug in Api.GetSearchThank
6/3/18

gal tzemach
6/3/18
python-twitterCan I use the Twitter API Premium using your library or only the API standard? So how do you switch
unread,
python-twitterCan I use the Twitter API Premium using your library or only the API standard? So how do you switch
6/3/18

poxyran2
11/21/17
Get the total number of tweets a given user has marked as favoriteGot it: favourites_count property from the User object. BR, Nahuel On 11/21/2017 5:08 PM, poxyran
unread,
Get the total number of tweets a given user has marked as favoriteGot it: favourites_count property from the User object. BR, Nahuel On 11/21/2017 5:08 PM, poxyran
11/21/17

TheRaven314
8/2/17
Package IDI am using visual studios 2017 and when i try to install a package it wants an id, what is said id
unread,
Package IDI am using visual studios 2017 and when i try to install a package it wants an id, what is said id
8/2/17

correo....@gmail.com
7/6/17
media_additional_owners not workingHello everyone, I have a problem with the api. When I do: api.PostUpdate(status=text, media=media,
unread,
media_additional_owners not workingHello everyone, I have a problem with the api. When I do: api.PostUpdate(status=text, media=media,
7/6/17

Evan Smith
5/22/17
api works on some calls but not on api.GetLists ...Hello, I assume I configured something wrong. The api.GetUser works fine, as doe the api.
unread,
api works on some calls but not on api.GetLists ...Hello, I assume I configured something wrong. The api.GetUser works fine, as doe the api.
5/22/17

evancharl...@gmail.com
5/22/17
api.GetListLists does not seem to workHello, I am clearly confused on something. The call api.GetUser(user_id=follower_id) works fine, and
unread,
api.GetListLists does not seem to workHello, I am clearly confused on something. The call api.GetUser(user_id=follower_id) works fine, and
5/22/17

sai nagendra bhavani prasad
2/19/17
Need help regarding Twitter clone in djangoHi, I am Sai from bangalore, looking for ready made Twitter clone developed in python django. Please
unread,
Need help regarding Twitter clone in djangoHi, I am Sai from bangalore, looking for ready made Twitter clone developed in python django. Please
2/19/17

Chris Conlan2
1/31/17
Re: Question on Python-TwitterHi there, I just started using the Python Twitter api tool you've developped. It's a fantasic
unread,
Re: Question on Python-TwitterHi there, I just started using the Python Twitter api tool you've developped. It's a fantasic
1/31/17

Jim Gwilliam, … bear4
4/7/16
Help: How to Get Friends List of User (not self)Oh, I read the question all wrong! Well, I implemented the missing Friendship items in pull request #
unread,
Help: How to Get Friends List of User (not self)Oh, I read the question all wrong! Well, I implemented the missing Friendship items in pull request #
4/7/16

mahend...@gmail.com, Jeremy Low2
3/30/16
Date of followersTwitter doesn't expose an endpoint (or the data) for that information, but if you're using
unread,
Date of followersTwitter doesn't expose an endpoint (or the data) for that information, but if you're using
3/30/16

tsal...@gmail.com
3/17/16
Number of Replies to a tweetHi Twitter User Group: I am trying to get number of replies to a tweet using tweepy API. Is someone
unread,
Number of Replies to a tweetHi Twitter User Group: I am trying to get number of replies to a tweet using tweepy API. Is someone
3/17/16

robins...@gmail.com
3/17/16
Using with app-authHi, I'd like to use python-twitter with app auth, to take advantage of the higher rate-limits for
unread,
Using with app-authHi, I'd like to use python-twitter with app auth, to take advantage of the higher rate-limits for
3/17/16

Dkode
3/17/16
Get Trending and search HashtagsIs there any way by which we can get Trending topics list ? Is there any way to get top 10 posts
unread,
Get Trending and search HashtagsIs there any way by which we can get Trending topics list ? Is there any way to get top 10 posts
3/17/16

Tarique Salaheen
3/17/16
Reply Count to a TweetHi Python-Twitter Group: I am trying to get number of reply count to a tweet using python tweepy,
unread,
Reply Count to a TweetHi Python-Twitter Group: I am trying to get number of reply count to a tweet using python tweepy,
3/17/16

Christian, Dkode2
3/17/16
download pictures?You can use urllib or urllib2 library for downloading pictures import urllib my_url = my_user.
unread,
download pictures?You can use urllib or urllib2 library for downloading pictures import urllib my_url = my_user.
3/17/16

jonand...@gmail.com, bear2
2/28/16
issue with GetUserTimeline (generates a 404 error)I don't believe you can have the @ in front of the screen_name value. On Sun, Feb 28, 2016 at 8:
unread,
issue with GetUserTimeline (generates a 404 error)I don't believe you can have the @ in front of the screen_name value. On Sun, Feb 28, 2016 at 8:
2/28/16

swat...@gmail.com, Jeremy Low3
2/28/16
Newbie Here - TwitterApi 2.2 and Python 3.4Weird, I replied to this before, but I guess it didn't go through. Try upgrading Python-Twitter
unread,
Newbie Here - TwitterApi 2.2 and Python 3.4Weird, I replied to this before, but I guess it didn't go through. Try upgrading Python-Twitter
2/28/16

Colin Everiss, Jeremy Low2
2/12/16
problem with codingNot at my computer right now, but I think track=["car breakdown"] should get you what you
unread,
problem with codingNot at my computer right now, but I think track=["car breakdown"] should get you what you
2/12/16

travis hatch
1/28/16
Auto reply and auto followI just wanted to find a way to reply to a user based on a phrase or if a user @s me first. In
unread,
Auto reply and auto followI just wanted to find a way to reply to a user based on a phrase or if a user @s me first. In
1/28/16

bear
12/29/15
Python v3 support is ready for some serious testingI've gone an merged the Python v3 branch and set the version to 3.0rc1 The release is tagged in
unread,
Python v3 support is ready for some serious testingI've gone an merged the Python v3 branch and set the version to 3.0rc1 The release is tagged in
12/29/15

Bob Pasker, bear3
12/29/15
pylintAll linting issues are now fixed!
unread,
pylintAll linting issues are now fixed!
12/29/15

paulo...@gmail.com, bear2
10/30/15
Error authenticating to TwitterFirst I would check with debugHTTP=True set in the call to Api() - this will print what is being sent
unread,
Error authenticating to TwitterFirst I would check with debugHTTP=True set in the call to Api() - this will print what is being sent
10/30/15

Francisco Perez, bear4
9/30/15
Getting weird error when running executableI was also told in a different forum that a possibility could be py2exe messing up the pathing when
unread,
Getting weird error when running executableI was also told in a different forum that a possibility could be py2exe messing up the pathing when
9/30/15

Cian Murphy, … mark.s...@4dpipeline.com4
9/28/15
Connection with Streaming API drops off after ~5 minsAny luck Cian, or is just restarting every 5 mins the only solution ?
unread,
Connection with Streaming API drops off after ~5 minsAny luck Cian, or is just restarting every 5 mins the only solution ?
9/28/15

Rui GUO, … jsu...@gmail.com3
9/8/15
How to upload pictures with python-twitter?I've been searching for a way to do this for a while. You guys rock I'll let you know if it
unread,
How to upload pictures with python-twitter?I've been searching for a way to do this for a while. You guys rock I'll let you know if it
9/8/15

zedmas...@gmail.com
8/3/15
Suggestion: correlate methods with resource rate limits in the documentationHi, first off, thanks for the python-twitter team for making this awesome module! It's been
unread,
Suggestion: correlate methods with resource rate limits in the documentationHi, first off, thanks for the python-twitter team for making this awesome module! It's been
8/3/15

Nathaniel Eliason, zedmas...@gmail.com2
8/3/15
How to Get Followers when they have more than ~3000?Ditto. I'd like to try to download them in blocks, and resume when the rate limit resets, but I
unread,
How to Get Followers when they have more than ~3000?Ditto. I'd like to try to download them in blocks, and resume when the rate limit resets, but I
8/3/15

Tom Himanen, bear2
6/16/15
Making custom REST requests using authenticated sessionYep! The library uses a shared routine to make all of the actual calls - you can see it in action by
unread,
Making custom REST requests using authenticated sessionYep! The library uses a shared routine to make all of the actual calls - you can see it in action by
6/16/15

felix...@gmail.com
5/26/15
geocode348 to 350 from api.py if geocode is not None: parameters['geocode'] = str(geocode) #
unread,
geocode348 to 350 from api.py if geocode is not None: parameters['geocode'] = str(geocode) #
5/26/15