Rishikant181 / Rettiwt-API

A CLI tool and an API for fetching data from Twitter for free!
https://rishikant181.github.io/Rettiwt-API/
MIT License
305 stars 31 forks source link

Added CLI option to upload media in tweet #438

Closed Rishikant181 closed 5 months ago

Rishikant181 commented 5 months ago

To upload media while posting a tweet, use the -m or --media option along with path(s) to media items(s) as follows:

rettiwt tweet post "I love coding!" -m "<path_to_media1>;<path_to_media2>;<path_to_media3>"

Where