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 functionality to use a different proxy for authentcation and normal operation #428

Closed Rishikant181 closed 5 months ago

Rishikant181 commented 5 months ago

Using a separate proxy for authentication by setting the authProxyUrl parameter while configuring Rettiwt instance allows us to bypass Error 429 when deployed on cloud platforms, while normal data fetching and posting operations can continue to work without using a proxy, since only authentication required a proxy while normal operations did not.