Usage:
- Go To
https://numverify.com
. And get your API key from there. 🔑 - Add your API key to the
config.json
file. 🔧 - Install Libraries:
pip install -r requirements.txt
📜 - Launch Script:
python3 FireFly.py <number>
🚀
This tool is for educational purposes only. I am not responsible for any damage you cause.
Thanks To Lexxrt For This Epic Tool 25.05.24 - The Following Code Alterations Have Been Made
- Error Handling: Added try-except blocks for handling network requests and JSON parsing errors.
- Key Check: Ensured the API key is present in the configuration file.
- Feedback Messages: Enhanced feedback for the user, especially on failure cases.
- Dependencies: Mentioned dependencies (requests) in the comments or documentation.