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.7
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.7.tar.gz | 16.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| gherila-1.2.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 35.8 kB
Release files / gherila-1.2.7.tar.gz
| Download URL | gherila-1.2.7.tar.gz |
|---|---|
| Size | 16.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
aa156e0f4ba224dab65be4f9f6c7f5bfbff185412b01f575d584b71f769f55c9
|
|
BLAKE2b-256 checksum How to use checksums |
bd39dbb93218975225ab28e70b81203ff66862146ac5601344ca2935fdbc0d78
|
| 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.7-py3-none-any.whl
| Download URL | gherila-1.2.7-py3-none-any.whl |
|---|---|
| Size | 19.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
599c154f4a3ef75a0ccbf808e6ed15097b80d9fc1865287fb898baf511c96d65
|
|
BLAKE2b-256 checksum How to use checksums |
a7f30b2c11fc0d970b39b92138fb6b04cd2fca1751af6b4d80573d6f3c6e5f1a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.6
|