Ignorant new generation.
Project description
Ignorant
Message from the original creator @megadose:
👋 Hi there! For any professional inquiries or collaborations, please reach out to me at: megadose@protonmail.com
📧 Preferably, use your professional email for correspondence. Let's keep it short and sweet, and all in English!
For BTC Donations : 1FHDM49QfZX6pJmhjLE5tB2K6CaTLMZpXZ
ignorant does not alert the target phone number
ignorant allows you to check if a phone number is used on different sites like snapchat, instagram.
Ignorant-ng
All the intelligence lies with megadose. I'm merely a code inspector bringing the code up to standard.
@ArcherHeffern's contribution
- Modernizes to uv for easier onboarding
- Adds types to codebase
- Makes extending easier
💡 Prerequisite
🛠️ Installation
With PyPI
pip3 install ignorant-ng
With Github
git clone https://github.com/archerheffern/ignorant.git
cd ignorant/
uv run main.py
📚 Example
uv run main.py 33 644637111
Rate limit, just change your IP
Extending
Add a new file and class in src.modules extending Module, and implementing the run method.
# ./ignorant/src/modules/new_website.py
from typing import final
from httpx import AsyncClient
from src.module import Module, ModuleResult
@final
class NewWebsite(Module):
async def run(
self,
phone: str,
country_code: str,
client: AsyncClient,
) -> ModuleResult:
raise NotImplementedError()
Thank you to :
📝 License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ignorant_ng-0.1.0.tar.gz.
File metadata
- Download URL: ignorant_ng-0.1.0.tar.gz
- Upload date:
- Size: 26.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.30 {"installer":{"name":"uv","version":"0.9.30","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
11e1a0651f44df931e83b0ea0a6fa4b7faed87430f4529d4260733b133537c27
|
|
| MD5 |
cf0ffe11659d2e85e97079ba4e7fba9e
|
|
| BLAKE2b-256 |
5bcc27ecf759c2a307863b1ef2191bd5a3ae5ac243f40bcdfac03256cc48bb5c
|
File details
Details for the file ignorant_ng-0.1.0-py3-none-any.whl.
File metadata
- Download URL: ignorant_ng-0.1.0-py3-none-any.whl
- Upload date:
- Size: 27.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.30 {"installer":{"name":"uv","version":"0.9.30","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
33f15ae98103c7729db7b22ff59b0280ccca8ebc1a7635606a29d6e1f859c036
|
|
| MD5 |
53ab8941266688fae2db6774c84cc31a
|
|
| BLAKE2b-256 |
a5b26aefd1affa9d2587676c45ea272267c352d1f23638330b745e899f60f3b0
|