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
·
bisguzar avatar

bisguzar/twitter-scraperArchived

0
View on GitHub↗
4,013 estrellas·598 forks·Python·MIT·2 vistas

Twitter Scraper

Este proyecto es un scraper web no autenticado diseñado para extraer datos públicos de la API frontend de Twitter. Funciona como un extractor de datos de redes sociales que simula solicitudes de navegador para recopilar información sin necesidad de claves de API oficiales o autenticación de cuenta de usuario.

La herramienta proporciona capacidades para recopilar publicaciones públicas, recolectar metadatos de perfiles de usuario como biografías y ubicaciones, y recuperar temas de tendencia categorizados por región geográfica. Puede realizar scraping de contenido dirigido basado en nombres de usuario, hashtags o consultas de búsqueda específicas.

El sistema gestiona la recolección de datos a través de paginación, emulación de cliente basada en cabeceras para imitar navegadores web y el análisis de respuestas JSON estructuradas desde endpoints públicos.

Features

  • Social Media Profile Extractors - Extracts structured public data and profile information from social media platforms through automated scanning.
  • Browser Mimicking Requests - Emulates browser headers and tokens to access public API endpoints without authentication.
  • Social Media Post Retrievers - Gathers series of public social media posts based on search or user criteria.
  • Targeted Content Scraping - Searches for and collects posts based on specific usernames or hashtags for behavioral analysis.
  • Social Media Data Scraping - Scrapes public profiles, posts, and trends from social media frontends without requiring OAuth.
  • Account Profile Retrievers - Provides utilities for retrieving detailed public user profile metadata, including biographies and locations.
  • Public Profile Mapping - Collects biography, location, and birthday data to build detailed public user datasets.
  • Cursor-Based Pagination - Uses cursor-based tokens to sequentially retrieve large datasets of posts and profiles.
  • Social Trend Analysis - Monitors regional trending topics and hashtags to identify popular public discussions.
  • Twitter Data Extraction - Gathers public posts and profile information from Twitter without needing an official API key.
  • Twitter Data Extractors - Extracts public posts, user profiles, and trending topics from the Twitter frontend without requiring authentication.
  • Social Profile Metadata Extractors - Retrieves public personal metadata such as birthdays and biographies for identity mapping.
  • JSON Response Parsers - Provides utilities to convert complex JSON responses from social media APIs into structured data.
  • Browser Mimicking Headers - Implements specific HTTP headers to simulate a web browser and evade bot detection.
  • User Profile Extractions - Extracts detailed public biographical information, including location and bio, from user profiles.
  • User Profile Post Extraction - Retrieves a complete historical list of posts for a specific user profile via paginated scanning.
  • Trending Topic Detectors - Detects and retrieves current trending topics for local or regional areas.
  • Regional Trend Monitoring - Fetches trending topics for specific geographical areas to monitor local interests.
  • Hashtag and Profile Search - Scans multiple pages to collect social media results based on specific hashtags or user profiles.
  • Web Scrapers - Fetches and parses live internet content by simulating browser requests to avoid the need for official API keys.
  • Dynamic Endpoint Construction - Constructs targeted URL paths based on search terms or user IDs to retrieve specific data categories.
  • Query Parameter Configuration - Allows adjustment of API query parameters to filter results by source, location, or user criteria.

Historial de estrellas

Gráfico del historial de estrellas de bisguzar/twitter-scraperGráfico del historial de estrellas de bisguzar/twitter-scraper

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

Preguntas frecuentes

¿Qué hace bisguzar/twitter-scraper?

Este proyecto es un scraper web no autenticado diseñado para extraer datos públicos de la API frontend de Twitter. Funciona como un extractor de datos de redes sociales que simula solicitudes de navegador para recopilar información sin necesidad de claves de API oficiales o autenticación de cuenta de usuario.

¿Cuáles son las características principales de bisguzar/twitter-scraper?

Las características principales de bisguzar/twitter-scraper son: Social Media Profile Extractors, Browser Mimicking Requests, Social Media Post Retrievers, Targeted Content Scraping, Social Media Data Scraping, Account Profile Retrievers, Public Profile Mapping, Cursor-Based Pagination.

¿Qué alternativas de código abierto existen para bisguzar/twitter-scraper?

Las alternativas de código abierto para bisguzar/twitter-scraper incluyen: dataabc/weibo-crawler — This project is a Sina Weibo web scraper and social media data pipeline designed to extract user profiles, posts,… justanotherarchivist/snscrape — snscrape is a Python-based social media web scraper and crawler designed to extract public posts, profiles, and… ericciarla/trendfinder — TrendFinder is an AI-powered trend monitoring tool and sentiment analysis platform. It functions as a social media… d60/twikit — Twikit is a Python library and API wrapper designed for interacting with X (Twitter). It simulates browser requests… drawrowfly/tiktok-scraper — This project is a specialized TikTok API scraper and data extractor. It functions as a proxy-based web scraper… subzeroid/instagrapi.

Alternativas open-source a Twitter Scraper

Proyectos open-source similares, clasificados según cuántas características comparten con Twitter Scraper.
  • dataabc/weibo-crawlerAvatar de dataabc

    dataabc/weibo-crawler

    4,541Ver en GitHub↗

    This project is a Sina Weibo web scraper and social media data pipeline designed to extract user profiles, posts, comments, and multimedia assets. It functions as a containerized data crawler that automates the collection and local storage of social media content and engagement metrics. The system includes a processing layer that uses large language models to analyze scraped text, generating summaries and sentiment analysis. It differentiates itself through a deployment-ready container model featuring an HTTP interface for managing extraction tasks and monitoring job progress. The crawler co

    Pythoncrawlerweiboweibo-spider
    Ver en GitHub↗4,541
  • justanotherarchivist/snscrapeAvatar de JustAnotherArchivist

    JustAnotherArchivist/snscrape

    5,398Ver en GitHub↗

    snscrape is a Python-based social media web scraper and crawler designed to extract public posts, profiles, and hashtags from social networks without the use of official APIs. It functions as an archival tool and a utility for open-source intelligence data collection, allowing for the gathering of publicly available information to investigate trends and people. The tool facilitates social media data extraction for research and archival purposes, enabling the creation of historical records of conversations and user activity. It supports workflows for academic social analysis and the export of

    Python
    Ver en GitHub↗5,398
  • d60/twikitAvatar de d60

    d60/twikit

    4,038Ver en GitHub↗

    Twikit is a Python library and API wrapper designed for interacting with X (Twitter). It simulates browser requests and mimics private network traffic to enable programmatic access to the platform without requiring an official API key. The project focuses on social media automation and data extraction, featuring tools for scraping user profiles, trending topics, and chronological tweet histories. It includes a session manager that handles user authentication, two-factor authentication, and cookie persistence to maintain active account access. The library's capabilities cover a broad range of

    Pythonbotclientpython
    Ver en GitHub↗4,038
  • drawrowfly/tiktok-scraperAvatar de drawrowfly

    drawrowfly/tiktok-scraper

    5,120Ver en GitHub↗

    This project is a specialized TikTok API scraper and data extractor. It functions as a proxy-based web scraper designed to collect user metadata, video posts, and trend feeds, while providing a webhook data pipeline to route scraped information to external URLs via HTTP requests. The tool includes a watermark-free video downloader that saves high-definition content to local storage. It employs cryptographic request signing for server authentication and utilizes session cookie authentication combined with proxy rotation to manage network traffic and avoid rate limits. Capabilities cover bulk

    TypeScript
    Ver en GitHub↗5,120
Ver las 30 alternativas a Twitter Scraper→