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.3
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.3.tar.gz | 15.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| gherila-1.2.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 34.5 kB
Release files / gherila-1.2.3.tar.gz
| Download URL | gherila-1.2.3.tar.gz |
|---|---|
| Size | 15.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
bb4a533d00c3f2293d5ec79339e4a2ab58fc21f6816afee35deb8d561fd83a63
|
|
BLAKE2b-256 checksum How to use checksums |
e7eaeaa323aebc9add656a52a306bdaecc46cbffdae028185c49fa33ac1156f9
|
| 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.3-py3-none-any.whl
| Download URL | gherila-1.2.3-py3-none-any.whl |
|---|---|
| Size | 18.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
387d8ff40b2743a9ae7a8e7932a6df18872b138baf678aca77ba15e6ac031938
|
|
BLAKE2b-256 checksum How to use checksums |
7b40f41049f02f3519f8984eb7fe50707d31ba7066b1516e2123a2a02b3533ec
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.6
|