MichaelCurrin / python-twitter-guide

Code snippets and links to docs around using the Twitter API and Tweepy 🐍 🐦
https://michaelcurrin.github.io/python-twitter-guide/
MIT License
4 stars 8 forks source link

Replies and retweets #29

Open MichaelCurrin opened 4 years ago

MichaelCurrin commented 4 years ago

Cover in model or link from model to usecase snippets.

Cover in snippets how to check if RT. Using text or using retweeted_status which is apparently an attribute. Actually get it is separate use case. And check if it is a reply. And get the original. Tweet and profile.

Add a note that you cannot get replies in the API as covered in gist so you need search API which is limited. Or scraping. Getting retweets might be similar