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.2.tar.gz
(15.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.2.2-py3-none-any.whl
(17.7 kB
view details)
File details
Details for the file gherila-1.2.2.tar.gz.
File metadata
- Download URL: gherila-1.2.2.tar.gz
- Upload date:
- Size: 15.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 |
b56bdc34bc4446dc42fa50d82df1c43b5ad4dab5f55366bb9b1bcc3a24404595
|
|
| MD5 |
f3259bc8450a9a8dfbdf7eb2d892bb86
|
|
| BLAKE2b-256 |
62a785602a7b6da8cf6bf441b0ffffe52fb85eb434e3d3e441f825f22e642d7b
|
File details
Details for the file gherila-1.2.2-py3-none-any.whl.
File metadata
- Download URL: gherila-1.2.2-py3-none-any.whl
- Upload date:
- Size: 17.7 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 |
81bfb70130cb42895c37d25b58764a0cb844f13fb2836795eeb58295c154af10
|
|
| MD5 |
481280c39e8354744380b6fd04b3c40f
|
|
| BLAKE2b-256 |
0ca9a0257e2751d5400368188822bf732b23fefd8d22438e679605ac09fc41fe
|