3 مستودعات
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.
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.
HanekeSwift هي مكتبة تخزين مؤقت عامة لـ iOS وإطار عمل متخصص لتخزين الصور مؤقتاً. توفر نظاماً متعدد المستويات يخزن أنواع بيانات عشوائية في الذاكرة وعلى تخزين القرص الدائم لتقليل طلبات الشبكة. يتميز المشروع بمعالج صور متخصص يدير التحميل غير المتزامن، وتغيير الحجم، وتخزين القرص لمكونات واجهة المستخدم. يتضمن نظام استرجاع في الخلفية يجلب المحتوى البعيد ويملأ ذاكرات التخزين المؤقت المحلية تلقائياً. تغطي المكتبة تخزين بيانات المفتاح والقيمة مع احتياطيات متسلسلة، حيث تتحقق من الذاكرة، ثم القرص، وأخيراً المصادر البعيدة. تنفذ إدارة سعة تلقائية من خلال سياسات إخلاء الذاكرة وتتعامل مع إلغاء ضغط البيانات والتحويلات خارج الخيط الرئيسي.
Provides a background retrieval system to fetch remote content and populate local caches asynchronously.
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.