Forked from tweety-ns
. High performance reverse engineered API to twitter. Supports search, user tweets and more. No login required!
pip install https://github.com/krruzic/tweety
pip install https://github.com/krruzic/tweety/archive/main.zip --upgrade --force-reinstall
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