Menu

🌍 Live Open Source Explorer

Explore live open-source projects and AI models.

Search public open-source repositories from GitHub and AI models from Hugging Face. Every page shows 10 results with clean pagination.

🔎 Live Search

Search live open-source data

Search GitHub repositories and Hugging Face models directly, then explore stars, downloads, source links and project details.

Reset Search
🔎
🌐

Try keywords like automation, CRM, analytics, chatbot, llama or workflow.

Choose where to search live data.

Live Results

GitHub Open Source Repositories

Search: python-email-crawler

Page 1

Showing 4 results from 4

P

samwize/python-email-crawler

GitHub Python

Search on Google, and crawls for emails related to the result

★ 296 Forks 125 samwize Updated 10 Mar 2026
E

bookworm52/EthicalHackingFromScratch

GitHub

Welcome to my comprehensive course on python programming and ethical hacking. The course assumes you have NO prior knowledge in any of these topics, and by the end of it you'll be at a high intermediate level being able to combine both of these skills to write python programs to hack into compute... Read more

★ 94 Forks 8 bookworm52 Updated 28 May 2026
P

iam-mhaseeb/Python-Scrapy-Email-Phone-Number-Crawler

GitHub Python MIT License

Search given query on Google, and crawls for emails & phones related to the result

★ 55 Forks 20 iam-mhaseeb Updated 27 May 2026
A

udinparla/aa.py

GitHub

#!/usr/bin/env python import re import hashlib import Queue from random import choice import threading import time import urllib2 import sys import socket try: import paramiko PARAMIKO_IMPORTED = True except ImportError: PARAMIKO_IMPORTED = False USER_AGENT = ["Mozilla/5.0 (Windo... Read more

★ 26 Forks 0 udinparla Updated 20 May 2026