Registry / http-networking / gherila

gherila

JSON →
library1.1.9pypypiunverified

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 gherila
INSTALL
IMPORT
SIG · GHERILA
G
gherila
http-networkingpythonv1.1.9
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

fetch
from gherila import fetch
from gherila import fetch

Minimal async fetch example using the library.

import asyncio from gherila import fetch async def main(): data = await fetch('https://api.github.com/repos/br4nch/gherila') print(data) asyncio.run(main())
gherila --version
Debug
Known issues
deprecatedThe synchronous `fetch_sync` function is removed in v1.1.0+. Use async `fetch` only.
fix
Convert code to async/await pattern.
affects: >=1.1.0
gotcha`fetch` does not support custom headers by default; pass headers as a dict to `Session`.
fix
Initialize `Session(headers={'User-Agent': '...'})` and use `session.fetch()`.
affects: all
breakingThe `gherila.scrape` module was removed in v1.1.0. Use `gherila.fetch` instead.
fix
Replace `from gherila.scrape import ...` with `from gherila import fetch`.
affects: >=1.1.0
Upgrade
Version history
1.1.9latest on PyPI · released May 6, 2026
Audit
Dependencies
aiohttprequiredAsync HTTP client for API requests
beautifulsoup4requiredHTML parsing for web scraping
Agent activity
20 hits · last 30 days
node
16
Amazon
1
OpenAI (training)
1
Resources
gherila — pip install gherila · libregistry