[Tutor] help with twitter API
Anna Metreveli
annametreveli at gmail.com
Tue Jun 16 18:40:39 EDT 2020
Hi, everyone
I'm doing a small study in sociolinguistics and currently struggling with
Twitter API. I want to collect tweets with animated GIFS. I tried using
filter: images when initializing Tweepy API:
API = tweepy.API(auth)
results = api.search(q=" filter:images", lang="en")
but I am out of ideas about how to sort out GIFs from that by using the
extended_enteties/media/type with JSON where type is "animated_gif".
Thank you!
More information about the Tutor
mailing list