Benjamin Loison
Benjamin Loison
As last two days the no-key service is using more than the quota of all keys, this issue is prioritized. Giving tools and tips for searching keys on the web...
Such a tool would also be useful for the instance host as it would allow him to cleanly add a YouTube Data API v3, as currently by hand have to...
Once done, change [this StackOverflow answer](https://stackoverflow.com/a/74132517) to propose my no-key service, but as it is currently running out of quota, I am not advertising it. Done.
Note that a fresh instance will display for the no-key service: `Currently this service is powered by 1 keys.` and potentially a PHP warning #23 ([screenshot](https://discord.com/channels/933841502155706418/933841503103627316/1040232914413170748)). Could display a custom...
Could make metrics, such as `checkQuotaLogs.txt` and `checkUnusualLogs.txt`, public. Adding metrics for how many quota we consume per day would be interesting too. Have added for the moment https://yt.lemnoslife.com/metrics/ Note...
Can test many keys with this Python script: `test_youtube_data_api_v3_keys.py`: ```python import requests import json from tqdm import tqdm # Assume keys to be unique. with open('keys.txt') as f: keys =...
I am set up a test at 9:01 AM UTC+2 (as at 9:00 AM we aren't running out of quota anymore) to test all YouTube Data API v3 keys that...
Could advertise the possibility to share a YouTube Data API v3 key when the no-key service is running out of quota. This should be done at [this line of code](https://github.com/Benjamin-Loison/YouTube-operational-API/blob/9560baae896324e627301a0d459770e66915cc0a/noKey/index.php#L50).
Setting up myself a notification system in case a or multiple check fails happen may make sense. Adding to metrics the delta logs since last retrieve (requiring authentication). Could precise...
Check Apache 2 logs to see if some people shared their API keys by mistake. Note that `gunzip` doesn't output anything to `stdout` and instead decompress and delete the `.gz`...