awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesAsynchronous Content Retrievers

Tools that use asynchronous generators to fetch and paginate content from remote data sources.

Distinct from Asynchronous Item Search: None of the candidates cover asynchronous pagination for content retrieval; they focus on UI search or specific data structure iterators.

Explore 3 awesome GitHub repositories matching data & databases · Asynchronous Content Retrievers. Refine with filters or upvote what's useful.

Awesome Asynchronous Content Retrievers GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • hect0x7/jmcomic-crawler-pythonالصورة الرمزية لـ hect0x7

    hect0x7/JMComic-Crawler-Python

    6,371عرض على GitHub↗

    JMComic-Crawler-Python is a high-performance asynchronous web scraper and API client designed to programmatically retrieve images and metadata from a comic hosting service. It functions as a media archiving tool for batch downloading albums and chapters, automating the process of saving content to a local filesystem. The project is distinguished by its ability to reverse server-side pixel obfuscation, using a decryption tool to reconstruct sliced and shuffled images. To maintain stable connectivity, it utilizes a network bypass utility featuring dynamic domain rotation and proxy routing to ci

    Uses asynchronous requests and generators to retrieve manga images and metadata at high speed.

    Python18comicasynciocrawler
    عرض على GitHub↗6,371
  • haneke/hanekeswiftالصورة الرمزية لـ Haneke

    Haneke/HanekeSwift

    5,164عرض على GitHub↗

    HanekeSwift هي مكتبة تخزين مؤقت عامة لـ iOS وإطار عمل متخصص لتخزين الصور مؤقتاً. توفر نظاماً متعدد المستويات يخزن أنواع بيانات عشوائية في الذاكرة وعلى تخزين القرص الدائم لتقليل طلبات الشبكة. يتميز المشروع بمعالج صور متخصص يدير التحميل غير المتزامن، وتغيير الحجم، وتخزين القرص لمكونات واجهة المستخدم. يتضمن نظام استرجاع في الخلفية يجلب المحتوى البعيد ويملأ ذاكرات التخزين المؤقت المحلية تلقائياً. تغطي المكتبة تخزين بيانات المفتاح والقيمة مع احتياطيات متسلسلة، حيث تتحقق من الذاكرة، ثم القرص، وأخيراً المصادر البعيدة. تنفذ إدارة سعة تلقائية من خلال سياسات إخلاء الذاكرة وتتعامل مع إلغاء ضغط البيانات والتحويلات خارج الخيط الرئيسي.

    Provides a background retrieval system to fetch remote content and populate local caches asynchronously.

    Swift
    عرض على GitHub↗5,164
  • ethanwillis/zotero-scihubالصورة الرمزية لـ ethanwillis

    ethanwillis/zotero-scihub

    4,015عرض على GitHub↗

    This project is a reference manager extension and academic PDF downloader. It functions as a plugin that integrates Sci-Hub with Zotero to automate the retrieval of full-text academic papers and books from an external digital archive. The utility uses digital object identifiers to locate specific documents and translate academic metadata into direct download links. Once retrieved, the tool attaches the downloaded PDF files directly to the corresponding items within a Zotero library. The system handles document sourcing through an API-driven process and performs PDF retrieval asynchronously t

    Downloads academic documents in the background to ensure the user interface remains responsive during network requests.

    TypeScriptopensciencescihubzotero
    عرض على GitHub↗4,015
  1. Home
  2. Data & Databases
  3. Asynchronous Content Retrievers

استكشف الوسوم الفرعية

  • Background PDF DownloadsRetrieving PDF documents asynchronously to prevent interface blocking. **Distinct from Asynchronous Content Retrievers:** Focuses on binary PDF file downloads rather than paginated content retrieval via generators