{"id":16897099,"url":"https://github.com/megadose/ignorant","last_synced_at":"2025-05-15T00:07:06.650Z","repository":{"id":40319060,"uuid":"351114247","full_name":"megadose/ignorant","owner":"megadose","description":"ignorant allows you to check if a phone number is used on different sites like snapchat, instagram.","archived":false,"fork":false,"pushed_at":"2024-07-27T06:11:44.000Z","size":35,"stargazers_count":1162,"open_issues_count":7,"forks_count":143,"subscribers_count":22,"default_branch":"main","last_synced_at":"2025-04-11T10:15:58.376Z","etag":null,"topics":["amazon","instagram","osint","phone-number","python","snapchat","trio"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/megadose.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":"FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://btc.com/1FHDM49QfZX6pJmhjLE5tB2K6CaTLMZpXZ"]}},"created_at":"2021-03-24T14:40:34.000Z","updated_at":"2025-04-11T06:50:09.000Z","dependencies_parsed_at":"2024-06-19T00:25:28.444Z","dependency_job_id":"b6395022-eba0-470a-981c-5aa09e572822","html_url":"https://github.com/megadose/ignorant","commit_stats":{"total_commits":6,"total_committers":1,"mean_commits":6.0,"dds":0.0,"last_synced_commit":"3d77fe8930d5daba4c29d2604dca91e46fd982f6"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/megadose%2Fignorant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/megadose%2Fignorant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/megadose%2Fignorant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/megadose%2Fignorant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/megadose","download_url":"https://codeload.github.com/megadose/ignorant/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254249198,"owners_count":22039029,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["amazon","instagram","osint","phone-number","python","snapchat","trio"],"created_at":"2024-10-13T17:34:58.700Z","updated_at":"2025-05-15T00:07:06.590Z","avatar_url":"https://github.com/megadose.png","language":"Python","readme":"# Ignorant\n👋 Hi there! For any professional inquiries or collaborations, please reach out to me at:\nmegadose@protonmail.com\n\n📧 Preferably, use your professional email for correspondence. Let's keep it short and sweet, and all in English!\n#### For BTC Donations : 1FHDM49QfZX6pJmhjLE5tB2K6CaTLMZpXZ\n### ignorant does not alert the target phone number\nignorant allows you to check if a phone number is used on different sites like snapchat, instagram.\n\n![](https://github.com/megadose/gif-demo/raw/master/ignorant-demo.gif)\n## 💡 Prerequisite\n[Python 3](https://www.python.org/downloads/release/python-370/)\n\n## 🛠️ Installation\n### With PyPI\n\n```pip3 install ignorant```\n\n### With Github\n\n```bash\ngit clone https://github.com/megadose/ignorant.git\ncd ignorant/\npython3 setup.py install\n```\n\n## 📚 Example\n\n```bash\nignorant 33 644637111\n```\n\n\n### Rate limit, just change your IP\n\n## 📈 Example of use\n\n```python\nimport trio\nimport httpx\n\nfrom ignorant.modules.shopping.amazon import amazon\n\n\nasync def main():\n    phone=\"644637111\"\n    country_code=\"33\"\n    client = httpx.AsyncClient()\n    out = []\n\n    await amazon(phone, country_code, client, out)\n\n    print(out)\n    await client.aclose()\n\ntrio.run(main)\n```\n\n\n## The output of the modules\nThe result of the modules is in this form : ```{\"name\": \"instagram\",\"domain\":\"instagram.com\",\"method\":\"orther\",\"frequent_rate_limit\":\"False\",\"rateLimit\": False,\"exists\": False}```\n- rateLitmit : is to find out if you've been rate-limited\n- exists : know an account is associated with the mail\n\n## Thank you to :\n- [yazeed44](https://github.com/yazeed44)\n\n## 📝 License\n\n[GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.fr.html)\n\n## Modules :\n| name                | domain                                 | method            | frequent_rate_limit |\n| ------------------- | -------------------------------------- | ----------------- | ------------------- |\n| amazon              | amazon.com                             | login             |     ✘               |\n| instagram           | instagram.com                          | register          |     ✘               |\n| snapchat            | snapchat.com                           | other             |     ✘               |\n","funding_links":["https://btc.com/1FHDM49QfZX6pJmhjLE5tB2K6CaTLMZpXZ"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmegadose%2Fignorant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmegadose%2Fignorant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmegadose%2Fignorant/lists"}