Block a user
Don't try to get data if there are no valid API Key
Don't try to get data if there are no valid API Key
Ignores a game when no PUUID has been obtained. This makes flags --no-lol and --no-tft not necessary if we don't have a valid API key.
Get matches ignores from date
Added a filter that ignores matches before the start date or after until date. The problem is that the matches data must be obtained and then filtered, consuming a lot of api usage.
Get matches ignores from date
There is a bug in the Riot API: https://github.com/RiotGames/developer-relations/issues/661
I must look for a temporal mitigation, like filtering in the app. The API usage can be higher than usual.