/FireFly

📱ᴘʜᴏɴᴇ ɴᴜᴍʙᴇʀ ʟᴏᴏᴋᴜᴘ📱

Primary LanguagePythonMIT LicenseMIT

FireFly - Python Script

Usage:

  1. Go To https://numverify.com. And get your API key from there. 🔑
  2. Add your API key to the config.json file. 🔧
  3. Install Libraries: pip install -r requirements.txt 📜
  4. Launch Script: python3 FireFly.py <number> 🚀

⚠️ Disclaimer ⚠️

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

  1. Error Handling: Added try-except blocks for handling network requests and JSON parsing errors.
  2. Key Check: Ensured the API key is present in the configuration file.
  3. Feedback Messages: Enhanced feedback for the user, especially on failure cases.
  4. Dependencies: Mentioned dependencies (requests) in the comments or documentation.