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.2.1.tar.gz
(15.1 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.2.1-py3-none-any.whl
(17.5 kB
view details)
File details
Details for the file gherila-1.2.1.tar.gz.
File metadata
- Download URL: gherila-1.2.1.tar.gz
- Upload date:
- Size: 15.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
27c08982b68df8a8d9506a8729bf811e417d5017fbe32defa28b3a00aa076a08
|
|
| MD5 |
785769c052f67a9c470d48af6a95399b
|
|
| BLAKE2b-256 |
d7fd02e60f66040d90b25b687a6a6dcd9f8fc978fccca6a6b059165f9ae6f844
|
File details
Details for the file gherila-1.2.1-py3-none-any.whl.
File metadata
- Download URL: gherila-1.2.1-py3-none-any.whl
- Upload date:
- Size: 17.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22a892c3dd36465aa8ac91c4b9751538205f8efdca65649275666bbea568e9ab
|
|
| MD5 |
c49940836e534504209dd031468d8f56
|
|
| BLAKE2b-256 |
10736900e52a655967ea7e05d16cd7bedcc12445adaf94de75228e328a7d5cab
|