awesome-repositories.com
Blog
MCP
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
·
happycola233 avatar

happycola233/tchMaterial-parser

0
View on GitHub↗
5,383 estrellas·655 forks·Python·MIT·1 vistawww.bilibili.com/video/BV1Eu4y1v7mr↗

TchMaterial Parser

tchMaterial-parser es un descargador de PDF educativos y analizador de contenido diseñado para extraer libros de texto digitales de la Plataforma Nacional de Educación Inteligente. Funciona como un descargador de documentos por lotes que recupera múltiples recursos educativos de forma masiva, utilizando nombres de archivo automatizados basados en títulos y metadatos extraídos.

El sistema incluye un generador de marcadores PDF que crea tablas de contenido navegables y enlaces internos dentro de los archivos descargados. Resuelve enlaces de vista previa remotos en direcciones de descarga directa y emplea autenticación basada en tokens para autorizar solicitudes de API para la recuperación de recursos.

La herramienta cubre el archivado de libros de texto digitales y la organización de documentos, automatizando el proceso de descarga de materiales del curso para acceso sin conexión y asegurando que los PDF resultantes mantengan la secuencia de páginas correcta.

Features

  • Textbook Downloaders - Provides a system for batch downloading educational textbooks as PDF files from the National Smart Education Platform.
  • Digital Textbook Archiving - Downloads electronic textbooks from educational platforms to create permanent local backups of learning materials.
  • PDF Parsers - Processes remote textbook data to extract and parse direct document URLs and associated metadata.
  • Offline Learning Resources - Provides tools to download digital textbooks and course materials for offline study and access.
  • Bulk - Automates the retrieval of multiple PDF documents from a web source to avoid manual saving.
  • Preview Link Resolution - Translates platform preview links into direct downloadable PDF addresses for offline storage.
  • Sequential Resource Fetching - Retrieves document pages in a defined order to ensure the resulting PDF maintains correct page sequencing.
  • Batch Download Managers - Functions as a system for simultaneously downloading multiple educational resources in bulk.
  • PDF Navigational Bookmarks - Inserts internal jump-links and tables of contents into PDFs to enable efficient document navigation.
  • Textbook Chapter Downloaders - Enables the bulk downloading of textbooks from remote platforms for local storage.
  • API Request Authentication - Uses token-based authentication to authorize API requests and maintain sessions during resource retrieval.
  • File Naming - Automatically names downloaded textbooks by extracting titles and metadata from the server responses.

Historial de estrellas

Gráfico del historial de estrellas de happycola233/tchmaterial-parserGráfico del historial de estrellas de happycola233/tchmaterial-parser

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 happycola233/tchmaterial-parser?

tchMaterial-parser es un descargador de PDF educativos y analizador de contenido diseñado para extraer libros de texto digitales de la Plataforma Nacional de Educación Inteligente. Funciona como un descargador de documentos por lotes que recupera múltiples recursos educativos de forma masiva, utilizando nombres de archivo automatizados basados en títulos y metadatos extraídos.

¿Cuáles son las características principales de happycola233/tchmaterial-parser?

Las características principales de happycola233/tchmaterial-parser son: Textbook Downloaders, Digital Textbook Archiving, PDF Parsers, Offline Learning Resources, Bulk, Preview Link Resolution, Sequential Resource Fetching, Batch Download Managers.

¿Qué alternativas de código abierto existen para happycola233/tchmaterial-parser?

Las alternativas de código abierto para happycola233/tchmaterial-parser incluyen: faisalumair/udemy-downloader-gui — udemy-downloader-gui is a desktop application designed for archiving Udemy course videos and materials to a local… anionex/banana-slides — Banana-slides is a generative AI workflow engine designed to automate the creation and refinement of professional… appwrite/sdk-for-react-native — This is a Backend-as-a-Service SDK for React Native, providing a library to integrate mobile applications with backend… googleapis/google-api-nodejs-client — The Google API Node.js client is a development kit designed for integrating Google Cloud services into server-side… tursodatabase/libsql — LibSQL is a high-performance, distributed SQL database engine that extends SQLite to support remote network access,… pdfminer/pdfminer.six — pdfminer.six is a programmatic tool for extracting text, layout information, and metadata from PDF documents into…

Alternativas open-source a TchMaterial Parser

Proyectos open-source similares, clasificados según cuántas características comparten con TchMaterial Parser.
  • faisalumair/udemy-downloader-guiAvatar de FaisalUmair

    FaisalUmair/udemy-downloader-gui

    6,322Ver en GitHub↗

    udemy-downloader-gui is a desktop application designed for archiving Udemy course videos and materials to a local drive. Its primary purpose is to enable offline learning and the creation of local content backups for purchased courses. The tool supports batch downloading of multiple courses and video lessons simultaneously. It manages the retrieval process by preserving the original folder and file structure of the course content and provides controls for selecting video quality and managing active transfers. Access to content is handled through user account authentication using security tok

    JavaScriptdownloaderelectronlinux
    Ver en GitHub↗6,322
  • anionex/banana-slidesAvatar de Anionex

    Anionex/banana-slides

    12,060Ver en GitHub↗

    Banana-slides is a generative AI workflow engine designed to automate the creation and refinement of professional slide decks. By leveraging large language models, the platform transforms raw text, structured outlines, and existing documents into visual presentations. It functions as an automated tool that orchestrates the entire lifecycle of a presentation, from initial content generation and layout design to final export. The system distinguishes itself through a modular provider abstraction that allows users to integrate various artificial intelligence services for content and image synthe

    Pythonai-ppt-makerai-slide-builderai-slides
    Ver en GitHub↗12,060
appwrite/sdk-for-react-nativeAvatar de appwrite

appwrite/sdk-for-react-native

4,274Ver en GitHub↗

This is a Backend-as-a-Service SDK for React Native, providing a library to integrate mobile applications with backend services. It serves as a client for managing user authentication, cloud databases, and remote file storage within a mobile environment. The SDK enables mobile developers to implement secure login flows using OAuth, email, and phone verification. It includes a database client for performing CRUD operations on structured data and a storage client for uploading and retrieving binary assets from remote cloud buckets. Additionally, it features a WebSocket-based interface to receiv

TypeScriptappwritebaasjavascript
Ver en GitHub↗4,274
  • googleapis/google-api-nodejs-clientAvatar de googleapis

    googleapis/google-api-nodejs-client

    12,185Ver en GitHub↗

    The Google API Node.js client is a development kit designed for integrating Google Cloud services into server-side JavaScript applications. It provides generated interfaces that map application calls to remote service endpoints, enabling developers to execute requests and interact with cloud resources through a unified library. The library distinguishes itself through a modular architecture that allows developers to install specific service submodules individually, which optimizes application bundle sizes and improves startup performance. It also features automated OAuth2 token lifecycle mana

    TypeScriptclientclient-librarygoogle
    Ver en GitHub↗12,185
  • Ver las 30 alternativas a TchMaterial Parser→