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.0.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.2.0-py3-none-any.whl
(17.3 kB
view details)
File details
Details for the file gherila-1.2.0.tar.gz.
File metadata
- Download URL: gherila-1.2.0.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 |
1a971003a6a78e984d5ccfbbcd316718b86d9e26ca3ef1eb6c792034050cc200
|
|
| MD5 |
0ed6546d493b432c9320502c2062a12d
|
|
| BLAKE2b-256 |
651fedbc0abe8eb89cfaebd377a2fdd2c0343f087723f192ef895935973cbb5b
|
File details
Details for the file gherila-1.2.0-py3-none-any.whl.
File metadata
- Download URL: gherila-1.2.0-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 |
0827a407d6d9ac1b3fd8ea7d86a78055c4b8760ec63ba245c83f58fc332fbf9a
|
|
| MD5 |
a9cd5cca47c399667bbfec79ef0c4ad5
|
|
| BLAKE2b-256 |
00caf3f8658f33a8badf146b830bb236cf6901180737fa3ccbf01a206b451f4a
|