Reputation: 575
I was wondering if it is possible to "quote a tweet" through direct messages using TweePy. I know this can be done regularly in the Twitter app using the share feature but I was wondering if this could also be possible through Python.
Upvotes: 0
Views: 101
Reputation: 1838
Tweepy recommends that you send the URL of the tweet in a direct-message. https://github.com/tweepy/tweepy/issues/859
The URL will generate a formatted preview in the recipients inbox.
Upvotes: 1