rusmanaid/getcontact — reverse-engineered prompt
Reverse engineered prompt
Build me a simple PHP bot that lets someone check a phone number with Getcontact and quickly see the result in a clean, easy to read reply. I want it to feel lightweight and straightforward, not like a big app. A user should be able to send a number, the bot should process it, then return whatever contact name or tag information is available in a clear format, and show friendly error messages if the number is invalid or nothing is found.
Please keep the setup simple so I can run it easily on regular hosting or a small server. Put the important settings in one obvious place and make the code easy to follow. If login, session handling, or request headers are needed for Getcontact, handle that in a practical way. Also add basic validation and make sure it does not crash on bad input or failed requests.
Look up current docs or examples online if you need to.
Want more depth? Deep Reverse