Giter Club home page Giter Club logo

Comments (4)

bear avatar bear commented on May 19, 2024

I'm confused - I just re-read that link and I don't see include_entities mentioned anywhere on that page.

entity information is now always included, so the parameter is no longer required.

The only thing that hits on that page for "include_*" search is the references to include_rts

from python-twitter.

mishravishal avatar mishravishal commented on May 19, 2024

Sorry, doesn't look like I was clear.
You're right, twitter doesn't support that parameter.
But, the GetUserTimelime argument list (copied below) in twitter.py lists it and if one tries to use it, the call fails. I was recommending removing it from the argument list but it's a very minor issue.

def GetUserTimeline(self,
id=None,
user_id=None,
screen_name=None,
since_id=None,
max_id=None,
count=None,
page=None,
include_rts=None,
trim_user=None,
include_entities=None,
exclude_replies=None):

from python-twitter.

bear avatar bear commented on May 19, 2024

you may be looking at an older version of the code - I just checked the master branch on github to make sure and I see this as the GetUserTimeline() signature:

def GetUserTimeline(self,
user_id=None,
screen_name=None,
since_id=None,
max_id=None,
count=None,
include_rts=None,
trim_user=None,
exclude_replies=None):

from python-twitter.

mishravishal avatar mishravishal commented on May 19, 2024

Yes, it was an older copy. Corrected.

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.