sferik / twitter-ruby

A Ruby interface to the Twitter API.
http://www.rubydoc.info/gems/twitter
MIT License
4.59k stars 1.31k forks source link

Download images/gif from DM #1003

Closed zeeshangulzar closed 1 year ago

zeeshangulzar commented 3 years ago

I am getting following TwitterDirectMessage

{:id=>1429037175354572806, :created_at=>2021-08-21 11:06:27 UTC, :sender=>{:id=>1151323431555551057}, :sender_id=>1151323431555551057, :recipient=>{:id=>44115796855455}, :recipient_id=>44115796855455, :text=>"https://twitter.com/messages/media/1431598232581386244"}

and i need to download that image. How i can fetch this image

zeeshangulzar commented 3 years ago

@sferik Can you help me on this?