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.
Instalation
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.4.tar.gz
(7.0 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
File details
Details for the file gherila-1.0.4.tar.gz.
File metadata
- Download URL: gherila-1.0.4.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a3ebe26c93733e0b7f94c16bc4e19946e63e83a2db5d8c72ecb9697ded0fe825
|
|
| MD5 |
33f7bf1920e40e6d30d9adab8b4f4a52
|
|
| BLAKE2b-256 |
bf448cc7f7d8ff143fb59eb0538744b997705edb8f7a3ae5b34d07b968870b3b
|
File details
Details for the file gherila-1.0.4-py3-none-any.whl.
File metadata
- Download URL: gherila-1.0.4-py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6c720b3d932effc992a519ca089380d5527e9149095ef7e6bba8a735a85e4528
|
|
| MD5 |
d2cab9d2df0d06c567a2242e0094a4c6
|
|
| BLAKE2b-256 |
104dc620846fee106c140aac16a017bfbc06a5aa1a0363b086db77428143158e
|