MCPcopy
hub / github.com/megadose/ignorant

github.com/megadose/ignorant @main sqlite

repository ↗ · DeepWiki ↗
17 symbols 63 edges 11 files 4 documented · 24%
README

Ignorant

👋 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.

💡 Prerequisite

Python 3

🛠️ Installation

With PyPI

pip3 install ignorant

With Github

git clone https://github.com/megadose/ignorant.git
cd ignorant/
python3 setup.py install

📚 Example

ignorant 33 644637111

Rate limit, just change your IP

📈 Example of use

import trio
import httpx

from ignorant.modules.shopping.amazon import amazon


async def main():
    phone="644637111"
    country_code="33"
    client = httpx.AsyncClient()
    out = []

    await amazon(phone, country_code, client, out)

    print(out)
    await client.aclose()

trio.run(main)

The output of the modules

The result of the modules is in this form : {"name": "instagram","domain":"instagram.com","method":"orther","frequent_rate_limit":"False","rateLimit": False,"exists": False} - rateLitmit : is to find out if you've been rate-limited - exists : know an account is associated with the mail

Thank you to :

📝 License

GNU General Public License v3.0

Modules :

name domain method frequent_rate_limit
amazon amazon.com login
instagram instagram.com register
snapchat snapchat.com other

Core symbols most depended-on inside this repo

print_color
called by 6
ignorant/core.py
credit
called by 2
ignorant/core.py
import_submodules
called by 1
ignorant/core.py
get_functions
called by 1
ignorant/core.py
check_update
called by 1
ignorant/core.py
print_result
called by 1
ignorant/core.py
generate_signature
called by 1
ignorant/modules/social_media/instagram.py
generate_data
called by 1
ignorant/modules/social_media/instagram.py

Shape

Function 14
Method 2
Class 1

Languages

Python100%

Modules by API surface

ignorant/core.py9 symbols
ignorant/modules/social_media/instagram.py3 symbols
ignorant/instruments.py3 symbols
ignorant/modules/social_media/snapchat.py1 symbols
ignorant/modules/shopping/amazon.py1 symbols

For agents

$ claude mcp add ignorant \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact