Tweety Documentation

from tweety.bot import Twitter

app = Twitter()

all_tweets = app.get_tweets("elonmusk")
for tweet in all_tweets:
    print(tweet)
  • Are you new here? Jump straight into Installation!

  • Looking for All Available Functions? See Twitter.

  • Did you upgrade the library? Please read Changelogs.

What is this?

Twitter is a popular social media platform used by millions of people even the Governments too. This library is meant to scrape the Tweets, Users , Trends and Search Results from Twitter.

How should I use the documentation?

If you are getting started with the library, you should follow the documentation in order by pressing the “Next” button at the bottom-right of every page.

You can also use the menu on the left to quickly skip over sections.