Git Product home page Git Product logo

Comments (3)

fionapigott avatar fionapigott commented on June 2, 2024 2

Hi,
The Tweet payload has several different fields that all contain the Tweet text, and the "text" (or "body") field is often truncated (in the case of quote Tweets, RTs, links, etc). When Tweets are returned as a Tweet object, you get access to the methods on a Tweet like tweet.all_text, which returns all of the text in a Tweet (refer to the various text methods here: https://twitterdev.github.io/tweet_parser/tweet_parser.html#tweet_parser.tweet.Tweet.all_text).
If you'd rather work with the returned JSON, you can manually transform it into a dict and use getter methods from the tweet_parser package directly (https://twitterdev.github.io/tweet_parser/tweet_parser.getter_methods.html), although I wouldn't necessarily recommend that, as it's more trouble.
Let me know if that answers your question.
Fiona

from search-tweets-python.

casassg avatar casassg commented on June 2, 2024 1

Leaving this for future reference, as I actually landed here with a similar question.

Premium endpoints do not need to have tweet_mode=extended as part of the request (not like the standard API endpoints). They already have extended_tweet object by default which includes the full_text field for the 280 chars text.

Reference: https://developer.twitter.com/en/docs/tweets/tweet-updates

from search-tweets-python.

dshahrokhian avatar dshahrokhian commented on June 2, 2024

@casassg I do not get the extended_tweet field when using Premium API. Any ideas?

from search-tweets-python.

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.