[OPENSSL_Uplink(032D0330,08): no OPENSSL_Applink] twitter downloader failed to login
I've been noticing quite a few user got their twitter account banned. Can this downloader implement technique that doesn't require Credentials or an api key? refer: https://github.com/mmpx12/twitter-media-downloader
Due to rate limits of twitter, it is possible to fetch at most 500–600 tweets. [..]
It's based on twitter-scrapper. [..]
Most endpoints require authentication. The preferable way is to use SetCookies. You can also use SetAuthToken but POST endpoints will not work. Login with password may require confirmation with email and is often the reason of accounts ban.
Endpoints that work without authentication will not return sensitive content. To get sensitive content you need to authenticate with any available method including OpenAccount.
How is that an improvement, like, at all?
Due to rate limits of twitter, it is possible to fetch at most 500–600 tweets. [..]
It's based on twitter-scrapper. [..]
Most endpoints require authentication. The preferable way is to use SetCookies. You can also use SetAuthToken but POST endpoints will not work. Login with password may require confirmation with email and is often the reason of accounts ban.
Endpoints that work without authentication will not return sensitive content. To get sensitive content you need to authenticate with any available method including OpenAccount.
How is that an improvement, like, at all?
for some reason I can't login again (but I can login to twitter web) after I make a new twitter account after the previous one got banned
ok so I use the exe from here I manage to get a different error: https://github.com/gdl-org/builds/releases
But I can login using twitter webpage thought
[OPENSSL_Uplink(032D0330,08): no OPENSSL_Applink]
#5500
"Login rejected as suspicious"
Use exported cookies
[OPENSSL_Uplink(032D0330,08): no OPENSSL_Applink]
#5500
"Login rejected as suspicious"
Use exported cookies
@mikf it can't, that is why I open this issue