awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Alfred1984 avatar

Alfred1984/interesting-python

0
View on GitHub↗
4,990 stars·1,623 forks·Jupyter Notebook·4 vues

Interesting Python

Ce projet est une collection d'implémentations Python pour le web scraping, l'interception de trafic réseau, l'analyse de données et l'analyse de sentiment. Il fournit des méthodes pour extraire des données structurées à partir de sites web et d'interfaces d'applications mobiles.

La collection inclut des outils pour capturer et analyser les paquets réseau provenant d'applications mobiles afin d'identifier des points de terminaison API internes cachés. Elle propose également des scripts pour évaluer le ton émotionnel et la perception publique des données textuelles.

Le projet couvre la manipulation et la transformation de données de grands ensembles de données, ainsi que la génération de graphiques pour identifier les tendances et modèles démographiques.

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.

Historique des stars

Graphique de l'historique des stars pour alfred1984/interesting-pythonGraphique de l'historique des stars pour alfred1984/interesting-python

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Questions fréquentes

Que fait alfred1984/interesting-python ?

Ce projet est une collection d'implémentations Python pour le web scraping, l'interception de trafic réseau, l'analyse de données et l'analyse de sentiment. Il fournit des méthodes pour extraire des données structurées à partir de sites web et d'interfaces d'applications mobiles.

Quelles sont les fonctionnalités principales de alfred1984/interesting-python ?

Les fonctionnalités principales de alfred1984/interesting-python sont : Web Data Scraping, Lexicon-Based Sentiment Analyzers, Social Media Sentiment Analysis, CSS Selector, Python Data Analysis, API Interception, Web Scraping, Intercepting Proxies.

Quelles sont les alternatives open-source à alfred1984/interesting-python ?

Les alternatives open-source à alfred1984/interesting-python incluent : 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,…

Alternatives open source à Interesting Python

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Interesting Python.
  • nanmicoder/crawlertutorialAvatar de NanmiCoder

    NanmiCoder/CrawlerTutorial

    4,262Voir sur 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
    Voir sur GitHub↗4,262
  • susanli2016/machine-learning-with-pythonAvatar de susanli2016

    susanli2016/Machine-Learning-with-Python

    4,583Voir sur 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
    Voir sur GitHub↗4,583
  • realpython/materialsAvatar de realpython

    realpython/materials

    5,173Voir sur 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
    Voir sur GitHub↗5,173
  • jz-darkal/androidhttpcaptureAvatar de JZ-Darkal

    JZ-Darkal/AndroidHttpCapture

    4,598Voir sur 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
    Voir sur GitHub↗4,598
  • Voir les 30 alternatives à Interesting Python→