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.6
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.6.tar.gz | 16.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| gherila-1.2.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 35.3 kB
Release files / gherila-1.2.6.tar.gz
| Download URL | gherila-1.2.6.tar.gz |
|---|---|
| Size | 16.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
62e7b0e5d8d1c6442e82178d85628e9626cb9c877e4fe5df5b19ddb952ee6cb4
|
|
BLAKE2b-256 checksum How to use checksums |
9468c40eea72cc76508dfe165213d3b053f27b532d95363dba12f04257da389b
|
| 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.6-py3-none-any.whl
| Download URL | gherila-1.2.6-py3-none-any.whl |
|---|---|
| Size | 19.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6235f40336562bc72376e2577d9bf43e4556cc9a87d1dd3d3c4fc9632ccb9dca
|
|
BLAKE2b-256 checksum How to use checksums |
4ed84d02945fb13d647c345181f0aca7f22b1e0ce137bd88f50408e3815e569c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.6
|