gherila
A modern, easy-to-use, asynchronous package designed to fetch information from different platforms quick and efficient.
Installation
pip install -U gherila
Usage
from gherila import Instagram
async def main():
ig = Instagram("CSRF_TOKEN", "SESSION_ID")
user = await ig.get_user("USERNAME")
print(user)
if __name__ == "__main__":
import asyncio
asyncio.run(main())
Release files for gherila 1.3.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| gherila-1.3.1.tar.gz | 16.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| gherila-1.3.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 36.5 kB
Release files / gherila-1.3.1.tar.gz
| Download URL | gherila-1.3.1.tar.gz |
|---|---|
| Size | 16.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2fe007b1b6de13b744c0829feab9adf4c4b988785e719bb9ea4a947a5082a8c0
|
|
BLAKE2b-256 checksum How to use checksums |
def379342cbaa7816c697bf10e26324bbb355c8541341d6e537d12cd12abc158
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.6
|
Release files / gherila-1.3.1-py3-none-any.whl
| Download URL | gherila-1.3.1-py3-none-any.whl |
|---|---|
| Size | 19.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9f16d69945904431c537172fd32d6983dcd56e09df99d147857af35cc40e9681
|
|
BLAKE2b-256 checksum How to use checksums |
f1f9424961cde8b0531ce517551c825652e8fb9e27d1eac5b5df7629475739ff
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.6
|