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.9.tar.gz
(14.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.1.9-py3-none-any.whl
(17.4 kB
view details)
File details
Details for the file gherila-1.1.9.tar.gz.
File metadata
- Download URL: gherila-1.1.9.tar.gz
- Upload date:
- Size: 14.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b1c75a8b7cc766fcb483792632566f782c15452286c8f7602f653f487e5d74e8
|
|
| MD5 |
3fce71481a8be84fc1686d1618b9c443
|
|
| BLAKE2b-256 |
98829bbb7ddeaf3dba253ed974cf042707634f142c010c3c2b559696cf89c9fb
|
File details
Details for the file gherila-1.1.9-py3-none-any.whl.
File metadata
- Download URL: gherila-1.1.9-py3-none-any.whl
- Upload date:
- Size: 17.4 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 |
2cfa07d30e72b4c427934671c94d01dd3efe27d9b604ab4b8b9f5276501221d3
|
|
| MD5 |
3c5910fcd9097fd632e617b651a3c9ff
|
|
| BLAKE2b-256 |
8279383abf52d14a8db74a5a52baa1a03bc3c951396938538b8c2d3847524e4e
|