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.2.9
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.2.9.tar.gz | 16.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| gherila-1.2.9-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 36.1 kB
Release files / gherila-1.2.9.tar.gz
| Download URL | gherila-1.2.9.tar.gz |
|---|---|
| Size | 16.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d8f55de3f98220f929935e29cedd9d73240ed4ba0522879191ec7921c0d176e6
|
|
BLAKE2b-256 checksum How to use checksums |
f7c71a2eac2bebca75e8ae3c0d0aa236af2790a0d1b23ad28ae9b74a22f41eb6
|
| 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.2.9-py3-none-any.whl
| Download URL | gherila-1.2.9-py3-none-any.whl |
|---|---|
| Size | 19.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3fca995123dde4a08f0e75d2c1b33ef86407ec3f0ff6a4602441fd72bd452807
|
|
BLAKE2b-256 checksum How to use checksums |
dd7ea8c53f239fb37319520c5ee24f85f6bbd31713c61b5e196bce3604948fee
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.6
|