mmpx12 / twitter-media-downloader

twmd: CLI/GUI Apiless twitter downlaoder. Download medias from single tweet or a whole profile.
622 stars 71 forks source link

How to login #42

Closed HakaVelli closed 8 months ago

HakaVelli commented 8 months ago

How do i login?

I try -L|--login followed by my username and pass, but nothing happens. Help please.

mmpx12 commented 8 months ago

@HakaVelli you did something like twmd -L user password -t <tweet_id>?

login is interactive:

twmd -B  -L -t <tweet_id>
username: <username>
password: <password> #nothing will be print
Logged in # or Bad user/pass
HakaVelli commented 8 months ago

@mmpx12 no, i just typed -L|--login user pass

mmpx12 commented 8 months ago

@HakaVelli just type -L without creds, you will then be promt to enter them.

HakaVelli commented 8 months ago

@mmpx12 Thanks for replying. I am stupid, so please could you write the exact command?

mmpx12 commented 8 months ago

@HakaVelli twmd -B -L -t <tweet_id>

HakaVelli commented 8 months ago

where in that comman is the username and pass?

mmpx12 commented 8 months ago

just type: twmd --no-banner --login --tweet <tweet_id> and press enter then it will ask you for your creds

HakaVelli commented 8 months ago

@mmpx12 ok, but i want to download a whole profile, https://twitter.com/babymatosa, so then i should type: twmd --no-banner --login -u babymatosa?

mmpx12 commented 8 months ago

twmd --no-banner --login -u babymatosa --all => for pics and videos twmd --no-banner --login -u babymatosa --img => for pics only twmd --no-banner --login -u babymatosa --video => for video only twmd --no-banner --login -u babymatosa --all --retweet => for pics, videos and retweet

But there is a readme and examples in the help message (-h or --help), so please read them before asking

HakaVelli commented 8 months ago

@mmpx12 THANK YOU bro. Finally worked. Cant thank you enough!!!