techchrism/valorant-log-endpoint-scraper ? reverse-engineered prompt
Reverse engineered prompt
Build me a small Node script that scans Valorant log files and finds unofficial API endpoints from them.
It should look through the log text, pick out lines that match the usual request pattern, and also catch lines that look like they contain a URL even if they do not match that exact format. Then it should group the results by endpoint name, remove duplicates, and export everything to a JSON file so I can see which endpoints were found and the URLs linked to each one.
Keep it simple and runnable from the command line with a single entry file. If you need to check anything about the current log format or parsing behavior, look up the latest details online.
Are you gonna build this?
make sure you review the code using coderabbit