Samrat Sahoo
Samrat Sahoo

Reputation: 575

Sharing a Tweet through DM using TweePy

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

Answers (1)

pastaleg
pastaleg

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

Related Questions