stockbsd / twitter-media-dl

download twitter media (photos and videos)
MIT License
70 stars 21 forks source link

readme is not clear #3

Open fpcarva opened 4 years ago

fpcarva commented 4 years ago

I really liked what this repository is able to do but I have no idea how to use it. If I want to download the image from this twitter https://twitter.com/marcogomes/status/1294338527023501313 and save it as an 'image.png' file in the same directory that I'm running the program or the command line, how can I do?

soulmaestro commented 2 years ago

read the readme, you got the tweet-ID (1294338527023501313) and as location you give ./ so: twitter-dl --tweet 1294338527023501313 ./ afterwards you either rename it to image.png of it's already a .png, or you open the .jpg and save it as a .png