An async package destioned to fetch information from different platforms
Project description
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())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gherila-1.0.9.tar.gz
(12.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
gherila-1.0.9-py3-none-any.whl
(14.7 kB
view details)
File details
Details for the file gherila-1.0.9.tar.gz.
File metadata
- Download URL: gherila-1.0.9.tar.gz
- Upload date:
- Size: 12.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f181b4be1135d154c42d298999492c9deef0b8c7e6af812aa0c9be636c4b8293
|
|
| MD5 |
38b7efdd710873186bf78c351e001e0b
|
|
| BLAKE2b-256 |
c7f07fe2e153b602bc504f9baaab25630814fc5a4443b0e8909014d0161c9063
|
File details
Details for the file gherila-1.0.9-py3-none-any.whl.
File metadata
- Download URL: gherila-1.0.9-py3-none-any.whl
- Upload date:
- Size: 14.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a23729b3040952e9f1ab77fca00c50229a232b8469cbb202fd7653eadbe783a7
|
|
| MD5 |
cd9d2e41bc3a10d2b5a3f1967b89f60a
|
|
| BLAKE2b-256 |
32bfb323c5a816dab2a88fad63fbb8fbbc6264870d63e6ec46c281ee4e336a96
|