using Tweepy to tweet text with media
I created a python twitter bot using tweepy, that tweet only text (relevant part of the script below). currently i’m using tweepy.client because from what i understood only twitter API v2 can post text tweets (free API access, i have no intention paying to twitter).i would like to attach media to tweets from this bot (spesific media to spesific event), and i wanted to know if somehow i can also use tweepy API (i.e API v1.1), so i would be able to do this (from what i understood, the free v1.1 tier allow posting media but doesn’t allow powting text)