An async Python package designed to fetch information from different platforms (e.g., Discord, Telegram, Twitter, GitHub). Current version 1.1.9, with monthly releases. Intended for web scraping and social media data extraction.
pip install gherilaNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal async fetch example using the library.
Convert code to async/await pattern.
Initialize `Session(headers={'User-Agent': '...'})` and use `session.fetch()`.Replace `from gherila.scrape import ...` with `from gherila import fetch`.