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.0
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.0.tar.gz | 16.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| gherila-1.3.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 36.4 kB
Release files / gherila-1.3.0.tar.gz
| Download URL | gherila-1.3.0.tar.gz |
|---|---|
| Size | 16.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ab51023306bd92b27b938b81452b211eab59db7fbeb0afb6f17e17feb4be6516
|
|
BLAKE2b-256 checksum How to use checksums |
bf463cb6d0ddb8d72d14f8ac6e2e6dc2774d3d7a36c1bbb34f6bfd88fcb3502a
|
| 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.0-py3-none-any.whl
| Download URL | gherila-1.3.0-py3-none-any.whl |
|---|---|
| Size | 19.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
55444182b1d71022c74a28225cba87e7136001239afd1108a58001feadca4640
|
|
BLAKE2b-256 checksum How to use checksums |
2ed2fa77a95d9817f6af0c3398478695261e139bd94355436c6f98684c4d58c8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.6
|