awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
fake-useragent avatar

fake-useragent/fake-useragentArchived

0
View on GitHub↗
4,058 Stars·538 Forks·Python·Apache-2.0·2 Aufrufepypi.python.org/pypi/fake-useragent↗

Fake Useragent

fake-useragent ist ein Tool zur Generierung realistischer Browser-Identifikations-Strings und zum Parsen existierender Agents in strukturierte Metadaten. Es fungiert als HTTP-User-Agent-Generator und Web-Scraping-Utility, das Browser-Identitäten rotiert, um bei der automatisierten Datenerfassung verschiedene Geräte vorzutäuschen.

Das Projekt bietet Funktionen für die zufällige User-Agent-Generierung und Filterung basierend auf spezifischen Browsern, Betriebssystemen, Geräteplattformen oder Mindestversionsnummern. Es enthält zudem einen User-Agent-Parser, um detaillierte Metadaten wie Browser-Versionen und Gerätemarken aus Agent-Strings zu extrahieren.

Features

  • User Agent Generators - Produces realistic and randomized browser identification strings for use in HTTP requests.
  • Automated Web Scraping - Provides realistic browser identification strings to bypass bot detection during automated web scraping.
  • User Agent Parsers - Parses HTTP user agent strings to extract structured browser and operating system metadata.
  • Web Scraping Evasion Tools - Provides browser identity rotation to avoid detection during automated web data collection.
  • Remote Data Fetching - Retrieves the most recent real-world user agent strings from a remote JSON database.
  • Pattern-Based Extraction - Uses predefined regular expression patterns to parse complex user agent strings into structured metadata.
  • User Agent Selection Filters - Filters browser identification strings by browser, operating system, device platform, or version.
  • Random Element Selections - Picks a single random user agent from a filtered set to vary browser identities.
  • HTTP Traffic Simulation - Generates valid user agent headers for HTTP requests to simulate legitimate user traffic.

Star-Verlauf

Star-Verlauf für fake-useragent/fake-useragentStar-Verlauf für fake-useragent/fake-useragent

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Fake Useragent

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Fake Useragent.
  • luyishisi/anti-anti-spiderAvatar von luyishisi

    luyishisi/Anti-Anti-Spider

    7,291Auf GitHub ansehen↗

    Anti-Anti-Spider is an automated web scraping toolkit and CAPTCHA bypass framework. It uses convolutional neural networks to recognize characters and digits in image-based security challenges, enabling programmatic access to protected web content. The project functions as an image recognition model trainer, providing a workflow to preprocess labeled image datasets and train custom neural networks. Users can configure model architectures and hyperparameters to align the recognition system with the visual style of specific target websites. The toolkit covers capabilities for image data preproc

    Pythongeekpythonspider
    Auf GitHub ansehen↗7,291
  • alirezamika/autoscraperAvatar von alirezamika

    alirezamika/autoscraper

    7,297Auf GitHub ansehen↗

    Autoscraper is an automatic web scraping library and pattern-based data extractor that learns extraction rules from sample data. It identifies and retrieves text, URLs, and HTML elements from web pages by analyzing sample values to replicate data patterns across different URLs. The system functions as a web scraping model manager, allowing users to save and reload learned rules to maintain consistent data extraction. It supports the export and import of scraping rules to a local file system to avoid repeating the training process for the same website. The library covers automated web data ex

    Python
    Auf GitHub ansehen↗7,297
  • alovajs/alovaAvatar von alovajs

    alovajs/alova

    3,999Auf GitHub ansehen↗

    Alova is a frontend data fetching library and HTTP request toolkit designed to manage remote data states and asynchronous communication in web applications. It functions as a request state management system that automates data retrieval, response caching, and synchronization between backend services and the user interface. The library distinguishes itself through a modular architecture that decouples network transport layers from request logic, allowing for consistent behavior across different environments. It utilizes a plugin-driven middleware system to extend core operations, enabling the

    TypeScriptajaxalovaawesome-list
    Auf GitHub ansehen↗3,999
  • springside/springside4Avatar von springside

    springside/springside4

    5,652Auf GitHub ansehen↗

    SpringSide 4 is an enterprise Java reference architecture and utility library built on the Spring Framework. It provides a pragmatic, best-practice application stack for building RESTful web services, web applications, and data access layers, along with a curated collection of high-performance utility classes for common operations like text, date, collection, reflection, concurrency, and I/O handling. The project distinguishes itself by combining a complete reference application scaffold with production-oriented infrastructure. It includes a JPA-based data access layer that automatically tran

    Java
    Auf GitHub ansehen↗5,652
Alle 30 Alternativen zu Fake Useragent anzeigen→

Häufig gestellte Fragen

Was macht fake-useragent/fake-useragent?

fake-useragent ist ein Tool zur Generierung realistischer Browser-Identifikations-Strings und zum Parsen existierender Agents in strukturierte Metadaten. Es fungiert als HTTP-User-Agent-Generator und Web-Scraping-Utility, das Browser-Identitäten rotiert, um bei der automatisierten Datenerfassung verschiedene Geräte vorzutäuschen.

Was sind die Hauptfunktionen von fake-useragent/fake-useragent?

Die Hauptfunktionen von fake-useragent/fake-useragent sind: User Agent Generators, Automated Web Scraping, User Agent Parsers, Web Scraping Evasion Tools, Remote Data Fetching, Pattern-Based Extraction, User Agent Selection Filters, Random Element Selections.

Welche Open-Source-Alternativen gibt es zu fake-useragent/fake-useragent?

Open-Source-Alternativen zu fake-useragent/fake-useragent sind unter anderem: luyishisi/anti-anti-spider — Anti-Anti-Spider is an automated web scraping toolkit and CAPTCHA bypass framework. It uses convolutional neural… alirezamika/autoscraper — Autoscraper is an automatic web scraping library and pattern-based data extractor that learns extraction rules from… alovajs/alova — Alova is a frontend data fetching library and HTTP request toolkit designed to manage remote data states and… springside/springside4 — SpringSide 4 is an enterprise Java reference architecture and utility library built on the Spring Framework. It… mechanicalsoup/mechanicalsoup — MechanicalSoup is a Python web automation library and scraping framework designed to simulate browser sessions and… jenssegers/agent — This project is a PHP user agent parser and mobile device detector. It analyzes HTTP user agent strings to identify…