├── LICENSE ├── README.md ├── Screenshot 2025-03-16 215516.png ├── config.json ├── main.py └── requirements.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scarlmao/phonium/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scarlmao/phonium/HEAD/README.md -------------------------------------------------------------------------------- /Screenshot 2025-03-16 215516.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scarlmao/phonium/HEAD/Screenshot 2025-03-16 215516.png -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scarlmao/phonium/HEAD/config.json -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scarlmao/phonium/HEAD/main.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | requests 2 | phonenumbers 3 | pystyle 4 | beautifulsoup4 5 | --------------------------------------------------------------------------------