awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Alfred1984 avatar

Alfred1984/interesting-python

0
View on GitHub↗
4,990 estrellas·1,623 forks·Jupyter Notebook·4 vistas

Interesting Python

Este proyecto es una colección de implementaciones en Python para web scraping, interceptación de tráfico de red, análisis de datos y análisis de sentimiento. Proporciona métodos para extraer datos estructurados de sitios web e interfaces de aplicaciones móviles.

La colección incluye herramientas para capturar y analizar paquetes de red de aplicaciones móviles para identificar puntos finales de API internos ocultos. También cuenta con scripts para evaluar el tono emocional y la percepción pública de los datos de texto.

El proyecto cubre la manipulación y transformación de datos de grandes conjuntos de datos, así como la generación de gráficos para identificar tendencias y patrones demográficos.

Features

  • Web Data Scraping - Extracts large volumes of structured information from websites and social feeds using automated Python scripts.
  • Lexicon-Based Sentiment Analyzers - Determines emotional tone by matching text tokens against predefined dictionaries of positive and negative words.
  • Social Media Sentiment Analysis - Determines emotional tone and public perception from short-form social media posts and comments.
  • CSS Selector - Extracts user-defined fields from HTML pages by evaluating CSS selectors against the DOM.
  • Python Data Analysis - Uses Python and its ecosystem to process and analyze structured datasets for pattern and trend discovery.
  • API Interception - Captures network packets from mobile apps to discover hidden internal data interfaces and API endpoints.
  • Web Scraping - Extracts structured content from web pages by parsing HTML and targeting specific element selectors.
  • Intercepting Proxies - Captures and inspects network traffic between mobile devices and servers to discover hidden API endpoints.
  • Browser-Mimicking Request Simulators - Implements tools that mimic browser headers and cookies to programmatically fetch data from protected web interfaces.
  • Network Traffic Analyzers - Captures and inspects network packets from mobile applications to discover undocumented internal APIs.
  • Bot Detection Bypass - Emulates human-like browser behavior through custom headers and cookie management to bypass bot detection.
  • HTTP Interceptors - Captures and analyzes HTTP network traffic from mobile applications to identify internal API endpoints.
  • API Endpoint Discovery - Identifies undocumented internal API endpoints by capturing and analyzing network packets from mobile clients.
  • Mobile Traffic Analysis - Analyzes network data flowing between mobile applications and servers to identify internal data interfaces.
  • Dataset Statistics Analyzers - Calculates descriptive statistics and metrics to uncover hidden patterns and insights in collected data.
  • Sentiment Analysis Tools - Provides implementations for classifying the emotional tone of text data as positive, negative, or neutral.
  • Data Frame Transformations - Uses data frames to clean, filter, and reshape raw scraped information into structured formats.
  • Tabular Data Manipulations - Processes large datasets using tabular structures for cleaning, filtering, and transforming raw scraped information.
  • Matplotlib - Generates static plots and charts using Matplotlib to identify visual patterns and demographic shifts.
  • Data Trend Visualizations - Provides graphical representations of processed numerical datasets to reveal demographic trends and patterns.

Historial de estrellas

Gráfico del historial de estrellas de alfred1984/interesting-pythonGráfico del historial de estrellas de alfred1984/interesting-python

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Interesting Python

Proyectos open-source similares, clasificados según cuántas características comparten con Interesting Python.
  • nanmicoder/crawlertutorialAvatar de NanmiCoder

    NanmiCoder/CrawlerTutorial

    4,262Ver en GitHub↗

    CrawlerTutorial is a comprehensive Python web scraping tutorial and framework designed for extracting data from static and dynamic websites. It functions as a web data extraction pipeline and an HTTP request orchestrator, covering the full lifecycle of scraping applications from initial fetching to final data storage. The project provides specialized guidance on anti-bot bypass techniques and web API reverse engineering. It includes methods for evading browser detection through identity masking and proxy rotation, as well as techniques for identifying hidden API endpoints by analyzing network

    Python
    Ver en GitHub↗4,262
  • susanli2016/machine-learning-with-pythonAvatar de susanli2016

    susanli2016/Machine-Learning-with-Python

    4,583Ver en GitHub↗

    This project is a Python machine learning library and data science toolkit designed for building predictive models and analyzing complex datasets. It provides a collection of implementations for common supervised and unsupervised algorithms using the Scikit-Learn framework. The toolkit includes a predictive modeling suite for generating predictions from historical data and a statistical analysis framework for applying Bayesian modeling and causality tests. It also features a data visualization suite based on Matplotlib for rendering static charts and graphs to interpret classifier boundaries

    Jupyter Notebook
    Ver en GitHub↗4,583
  • realpython/materialsAvatar de realpython

    realpython/materials

    5,173Ver en GitHub↗

    This project is a comprehensive collection of Python programming education materials, including tutorials, exercises, and curated code samples. It serves as a learning curriculum and software engineering toolkit, utilizing Jupyter Notebooks to combine executable code with descriptive educational text. The repository provides practical implementation guides for building large language model applications, such as retrieval-augmented generation systems, stateful AI agents, and machine learning workflows. It distinguishes itself by offering a structured approach to agentic coding workflows, cover

    Jupyter Notebook
    Ver en GitHub↗5,173
  • jz-darkal/androidhttpcaptureAvatar de JZ-Darkal

    JZ-Darkal/AndroidHttpCapture

    4,598Ver en GitHub↗

    AndroidHttpCapture is a mobile application for intercepting and analyzing HTTP and HTTPS network traffic directly on an Android device. It functions as a local proxy server and traffic interceptor to capture and monitor requests and responses from other installed mobile applications. The tool provides capabilities for MITM HTTPS decryption through root certificate installation and supports exporting captured network sessions as HAR files for external analysis. It allows for real-time response body injection and the modification of request headers via user agent spoofing. The project includes

    Java
    Ver en GitHub↗4,598
Ver las 30 alternativas a Interesting Python→

Preguntas frecuentes

¿Qué hace alfred1984/interesting-python?

Este proyecto es una colección de implementaciones en Python para web scraping, interceptación de tráfico de red, análisis de datos y análisis de sentimiento. Proporciona métodos para extraer datos estructurados de sitios web e interfaces de aplicaciones móviles.

¿Cuáles son las características principales de alfred1984/interesting-python?

Las características principales de alfred1984/interesting-python son: Web Data Scraping, Lexicon-Based Sentiment Analyzers, Social Media Sentiment Analysis, CSS Selector, Python Data Analysis, API Interception, Web Scraping, Intercepting Proxies.

¿Qué alternativas de código abierto existen para alfred1984/interesting-python?

Las alternativas de código abierto para alfred1984/interesting-python incluyen: nanmicoder/crawlertutorial — CrawlerTutorial is a comprehensive Python web scraping tutorial and framework designed for extracting data from static… susanli2016/machine-learning-with-python — This project is a Python machine learning library and data science toolkit designed for building predictive models and… realpython/materials — This project is a comprehensive collection of Python programming education materials, including tutorials, exercises,… jz-darkal/androidhttpcapture — AndroidHttpCapture is a mobile application for intercepting and analyzing HTTP and HTTPS network traffic directly on… cjhutto/vadersentiment — VADER (Valence Aware Dictionary and sEntiment Reasoner) is a rule-based, lexicon-driven sentiment analyzer that… cocoadebug/cocoadebug — CocoaDebug is a debugging framework for iOS that provides a toolkit for inspecting application logs, network traffic,…