|
|
|
Show HN: Got Tired of LLMs refusing to visit URLs Built open source analyzer CLI
(github.com)
|
|
3 points
by thetall0ne
178 days ago
|
|
Built this because I got tired of ChatGPT/Claude refusing to visit websites when doing research. Crawls sitemaps, parses metadata files (robots.txt, humans.txt, llms.txt), detects tech stack with Wappalyzer, then generates summaries using either AWS Bedrock or a local Llama model via Ollama. Batch mode processes CSVs with checkpoint/resume - hit Ctrl+C anytime and pick up where you left off. The local LLM option means zero API costs and your data never leaves your machine. Llama 3.2 3B works surprisingly well for this task. |
|
Really annoying - thank you for this! Now, am I too lazy to apply it, that's the question.