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-testing-crawler

Page 1

Showing 4 results from 4

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

python-testing-crawler/python-testing-crawler

GitHub Python Mozilla Public License 2.0

A crawler for automated functional testing of a web application

★ 74 Forks 5 python-testing-crawler Updated 13 Jan 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
O

sinha-debojyoti/Ookla-Speedtest.net-Crawler

GitHub Python Apache License 2.0

A python web crawler that fetches more than 25 billion pages of https://www.speedtest.net to fetch download speed, upload speed, latency, date, distance, country code, server ID, server name, sponsor name, sponsor URL, connection_mode, isp name, isp rating, test rank, test grade, test rating, path.

★ 17 Forks 17 sinha-debojyoti Updated 10 Jun 2025