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.6.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.6-py3-none-any.whl
(17.3 kB
view details)
File details
Details for the file gherila-1.1.6.tar.gz.
File metadata
- Download URL: gherila-1.1.6.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 |
56d63dd55064edd9cda497a875ed4e6d593118ebf5ff647f01ea309b18abb19e
|
|
| MD5 |
b7148bb95d9059234c1ea3e2f85b0f5c
|
|
| BLAKE2b-256 |
515fb09bb0209d8003186c76f7f46dbfa8460056b4722d241dfbec5c2692395c
|
File details
Details for the file gherila-1.1.6-py3-none-any.whl.
File metadata
- Download URL: gherila-1.1.6-py3-none-any.whl
- Upload date:
- Size: 17.3 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 |
c41da3ca14ba5f2dedd3fc0b16943c1ea1c02d99be6e03b73a2c026d85ed927e
|
|
| MD5 |
489494e20baf55eed3dcd0a49193f229
|
|
| BLAKE2b-256 |
42aed9898947f201cf19dea5c3a56a406432a246536f3e33dc90416bd073a7d4
|