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.8.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.8-py3-none-any.whl
(17.3 kB
view details)
File details
Details for the file gherila-1.1.8.tar.gz.
File metadata
- Download URL: gherila-1.1.8.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 |
3a08e3a7f02cde6bae8190d4a206f2a31e2dd5ed6a500eedcffc6505fdaa4664
|
|
| MD5 |
e5b86edc832803adde2f8b97488a2b3d
|
|
| BLAKE2b-256 |
b64dbd7b259ca38ceab5fc526cca1a3e07a404c972dbd54cb5c8ed2cfd74f135
|
File details
Details for the file gherila-1.1.8-py3-none-any.whl.
File metadata
- Download URL: gherila-1.1.8-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 |
1b3edfe2f9cf23af5a8b230350f4f493863892c2c6593a3cf54e65c84fd34829
|
|
| MD5 |
3bb0276651e26b423834e9d32c43c059
|
|
| BLAKE2b-256 |
276e5417e8057aa5c52d70e8ee0085b610b9311d276defa3e9b328a50b03e129
|