Skip to content

krruzic/tweety

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tweety

Forked from tweety-ns. High performance reverse engineered API to twitter. Supports search, user tweets and more. No login required!

Installation:

pip install https://github.com/krruzic/tweety

Keep synced with latest fixes

Pip might not be always updated , so to keep everything synced.
pip install https://github.com/krruzic/tweety/archive/main.zip --upgrade --force-reinstall

A Quick Example:

  from tweety.bot import Twitter
  
  app = Twitter()
  
  all_tweets = app.get_tweets("elonmusk")
  for tweet in all_tweets:
      print(tweet)

Full Documentation and Changelogs are here but may be outdated

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%