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.8.tar.gz
(11.2 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.8-py3-none-any.whl
(12.9 kB
view details)
File details
Details for the file gherila-1.0.8.tar.gz.
File metadata
- Download URL: gherila-1.0.8.tar.gz
- Upload date:
- Size: 11.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fbe8fc8bc7a9eb41dfdd51edc5802b0a43e62b7613bdadd75516384dbb509e2a
|
|
| MD5 |
11b79f1a4296398dcb8c0c15715a4bfe
|
|
| BLAKE2b-256 |
d2b7ed4233a766e12664e7cffe90dffd68cb95dcf081f1eff636477fd0d08151
|
File details
Details for the file gherila-1.0.8-py3-none-any.whl.
File metadata
- Download URL: gherila-1.0.8-py3-none-any.whl
- Upload date:
- Size: 12.9 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 |
33483c03eef52085d1bc901f5285755daa25b07454a3c2978057a6e7a045c0ad
|
|
| MD5 |
d0680ab9efd3afe3a8d0185ee79681f5
|
|
| BLAKE2b-256 |
f96ac702f5154b37392bafb4cf45c0f7ef0c33f42434c7db7b07738e3a9221fa
|