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.3.tar.gz
(13.9 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.3-py3-none-any.whl
(16.2 kB
view details)
File details
Details for the file gherila-1.1.3.tar.gz.
File metadata
- Download URL: gherila-1.1.3.tar.gz
- Upload date:
- Size: 13.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
129fcecf095c5566c2451047df5d7ce7a1bbd508579917742c540ed34d490401
|
|
| MD5 |
6ee4e06300e73e3d2b4997d8a18b8212
|
|
| BLAKE2b-256 |
1a90e01662a0f8acd69e9e3d9d7b9d9fd6eb8cf2139b839622e00e83a6d26aad
|
File details
Details for the file gherila-1.1.3-py3-none-any.whl.
File metadata
- Download URL: gherila-1.1.3-py3-none-any.whl
- Upload date:
- Size: 16.2 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 |
68e88b4b68c0059a64e7854189a2845f653f6bc2b105c1e668699f489a785e85
|
|
| MD5 |
86ad0e9df4f14005783e5fdc79ac80f8
|
|
| BLAKE2b-256 |
d4dd6169ee1bbae20347e79e5fc2437d11dbe83daef999fd24b97ac64c7f4a16
|