d60 / twikit

Twitter API Scraper | Without an API key | Twitter Internal API | Free | Twitter scraper | Twitter Bot
https://twikit.readthedocs.io/en/latest/twikit.html
MIT License
1.31k stars 156 forks source link

Could not unlock the 'bounced' accounts #153

Open CocoaRush opened 3 months ago

CocoaRush commented 3 months ago

Maybe the unlock workflow has been changed on the X platform, or maybe the 'https://capsolver.com' is not working well, I have tried to unlock more than 10 bounced accounts with no luck, all of the tried enough attempts then raise the error: could not unlock the account.

ugsystem commented 3 months ago

I am experiencing the same issue. It was working until 2024/07/10 18:04:40 JST.

d60 commented 3 months ago

@CocoaRush @ugsystem Try use_blob_data=True.

solver = Capsolver(
    api_key='your_api_key',
    max_attempts=10,
    use_blob_data=True
)
ugsystem commented 3 months ago

Tried but didn't work 😿