Git Product home page Git Product logo

Comments (6)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
I've done those changes in twitter.GetFollowers.

Cheers,
Patricio

Original comment by [email protected] on 3 Apr 2009 at 2:47

Attachments:

from python-twitter.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
Here is a similar patch, that can be applied to the current svn branch.

Original comment by [email protected] on 17 Apr 2009 at 12:12

Attachments:

from python-twitter.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
I've applied the patch to take a user as an optional param. The number of 
followers
returned varies however. It ranges from 89, 85, 99, etc. However it is 
consistent for
the same user. So if run the script on John Doe, his first page return will 
always be 89.

This makes it difficult to return all the followers details of a specific user.

Original comment by steve%[email protected] on 17 Jun 2009 at 4:15

from python-twitter.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
Followers are the same for each page.
python-twitter-0.6.tar.gz  

I'm testing this on a user who has over 500 followers:
followers1=[]
followers2=[]
followers1=api.GetFollowers(user=userID,page=1)
followers2=api.GetFollowers(user=userID,page=2)

followers1==followers2

result: True

Why is page 2 not retrieving the next set of followers?

Original comment by [email protected] on 7 Mar 2010 at 6:39

from python-twitter.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
goodpotatoes: it's because twitter uses cursors, not pages.  they aren't 
consecutive numbers.  i ran into this same issue because python-twitter 
currently doesn't support giving me back the next_cursor and previous_cursor.  
so there's no way at all to get more than the first 100 followers.  broken, for 
sure.

Original comment by [email protected] on 27 Jun 2010 at 12:22

from python-twitter.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
how do I install the patch or changes? 

Original comment by [email protected] on 27 Apr 2012 at 1:39

from python-twitter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.