get_media_tweets: Get tweets for query containing media
`r lifecycle::badge("deprecated")
Description
This function collects tweets containing the strings or hashtags between specified date ranges
that also contain a media object, such as a photo, GIF, or video, as determined by Twitter. Tweet-level
data is stored in a data/ path as a series of JSONs beginning "data_"; User-level data is stored as a
series of JSONs beginning "users_". If a filename is supplied, this function will save the result
as a RDS file, otherwise it will return the results as a dataframe.