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.1.2.tar.gz
(13.3 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.1.2-py3-none-any.whl
(15.3 kB
view details)
File details
Details for the file gherila-1.1.2.tar.gz.
File metadata
- Download URL: gherila-1.1.2.tar.gz
- Upload date:
- Size: 13.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f89fb94de29c7abdb82d4208f91a36b47ac622cdc4c54f791aea4589e1214fd4
|
|
| MD5 |
7f4081cbc87c23f16c3f4f6bbdf9fad6
|
|
| BLAKE2b-256 |
8036bb379ed563c5a165f509d26c5e076315b6048646f1d614589ffbdf41eac2
|
File details
Details for the file gherila-1.1.2-py3-none-any.whl.
File metadata
- Download URL: gherila-1.1.2-py3-none-any.whl
- Upload date:
- Size: 15.3 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 |
e4656d0e4fbacd7d6fbda99822d5e2192681552f1c6c270c3a10dc53133dc338
|
|
| MD5 |
692a889d0ba549cfb0113e1964b3e538
|
|
| BLAKE2b-256 |
00c86202b695da85439897e7c17338f8c1a690e412b2a8899e890a74093dad5b
|