HackUnderway/SearchPhone — reverse-engineered prompt

Reverse engineered prompt

Build me a small Python terminal tool called Search Phone that lets me enter a phone number and look up the linked information using the Phone Number Analyzer API on RapidAPI. I want it to feel simple to run from the command line, with clear prompts and readable results in the terminal, so a normal user can just open it, paste a number, and see the returned details.

Please make it use an API key from a .env file, and handle the common stuff cleanly, like missing keys, bad input, network issues, or no results. Add a basic requirements file and make sure it works on Windows and common Linux setups. A short README with setup steps is enough, including where to get the free RapidAPI key and how to run the script. If the screenshots suggest a certain style of output, keep it neat and similar. Look up the current API docs online if you need to.

Want more depth? Deep Reverse