tegal1337/Backlink-Generator — reverse-engineered prompt
Reverse engineered prompt
Build me a simple Node.js tool that can auto generate backlinks for a website. I want to run it from the terminal, enter my website URL, choose whether I want doFollow or noFollow backlinks, then have it process a list of target sites and save the results in a results folder so I can review what was created.
Keep it easy to install with npm install and start with npm start. It should work on Windows and Linux with Node 10 or newer. Please make the terminal output clear, with a small banner, progress messages, success and failed counts, and a final summary. If something goes wrong, show a readable error instead of crashing.
Do not build proxies or analytics yet, but leave the code organized so those could be added later. Include a short README with setup instructions and an example of how to use it.
Want more depth? Deep Reverse