I'm developing some Python scripts with the intention of bringing specific tweets and doing later analysis, but I'm having doubts about the type of Twitter authentication.
So I noticed, there are two types of authentication, User-Based Authentication and User-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 perform User-App Authentication? Because I only found information regarding User-Based.
Thank you!