1
I am developing some Python scripts with the intention to bring specific tweets and perform further analysis, but I have doubts about the type of Twitter authentication.
As I noticed, there are two types of authentication, the User-Based Authentication and the User-App Authentication.
My question is directly related to the RATE LIMITS that the authentication types allow me. In User-Based I can bring 180 items to each Window (15 minutes) and the User-App allows me the number of 450 items.
What should I do to make the User-App Authentication? Because I only found information regarding User-Based.
Thank you!