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.5
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.5.tar.gz | 15.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| gherila-1.2.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 34.9 kB
Release files / gherila-1.2.5.tar.gz
| Download URL | gherila-1.2.5.tar.gz |
|---|---|
| Size | 15.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d7540a772e9020d56a26696de31e69350b5ef1bbf877694f2c28b7edd0d3db3f
|
|
BLAKE2b-256 checksum How to use checksums |
5c9a17471d011f120a63b757975c8a04e2c16eea48ba46320a37dbc114f0af13
|
| 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.5-py3-none-any.whl
| Download URL | gherila-1.2.5-py3-none-any.whl |
|---|---|
| Size | 19.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4b39dd987a0da209e67ad560b6210d03e720e48b352a0d2c0e6761764ade1578
|
|
BLAKE2b-256 checksum How to use checksums |
3b81b11a0e4994493d7ebacfe486a9fd413e572b75a28577a82283951cd6bc76
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.6
|