Rishikant181 / Rettiwt-API

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

Working accounts #520

Closed Nevgup closed 2 months ago

Nevgup commented 2 months ago

Ok so I wanna scrape Twitter at high frequency (get last tweets of a specific user) I have proxies and account, and at the beginning it was good, I did can use 90-95% of these accounts after login

The problem is that now, even with the same proxies, they dont work anymore, maybe 95% of them, maybe 100%

I retook some accounts, with same proxies, and it dont work, even with authProxyUrl etc…

I realllyyyy need a way to get working accounts, and good proxies to get last tweets, even if I have to pay

Thanks for your help

Eniamza commented 2 months ago

Hey there, it'd be really helpful if you share some more information, such as Error Logs. It might be that you're hitting some rate limits or your Twitter account was restricted.

Cheers.

Rishikant181 commented 2 months ago

@Nevgup I would recommend to create a custom error handler that implements the IErrorHandler interface, which would better help you handle errors and diagnose them.

The default error handler is quite generic and all it does is printout a simple error message.

Here's how you can do so.