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.4.tar.gz
(13.9 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.4-py3-none-any.whl
(16.3 kB
view details)
File details
Details for the file gherila-1.1.4.tar.gz.
File metadata
- Download URL: gherila-1.1.4.tar.gz
- Upload date:
- Size: 13.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd4e5cb854cd5968f6ab2f3804447312682103f7b668b60090b6326145e7d81e
|
|
| MD5 |
ef162df5f1a45c731910ef63a0f51d20
|
|
| BLAKE2b-256 |
751efb5a0ab4cd553425521c16ef755ba83657a9548f0b354492e31a049772b1
|
File details
Details for the file gherila-1.1.4-py3-none-any.whl.
File metadata
- Download URL: gherila-1.1.4-py3-none-any.whl
- Upload date:
- Size: 16.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 |
08a1f3e7f55704b450fbfedb875e0c6a90c7f5dedb91ba01a2a08170e89399b2
|
|
| MD5 |
bb056ceb8ceb583cb20643319e118a28
|
|
| BLAKE2b-256 |
e1763108fb5db60a42aef1001469c8193c1d4df7f08f296d7098fe53446f4fda
|