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.0.tar.gz
(13.2 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.0-py3-none-any.whl
(15.2 kB
view details)
File details
Details for the file gherila-1.1.0.tar.gz.
File metadata
- Download URL: gherila-1.1.0.tar.gz
- Upload date:
- Size: 13.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d83128df5a17b9443de0c185fe3cd10646a93a73737751c71ac8317f6591209c
|
|
| MD5 |
4075aab62638c5cb540e1b56fbf42b65
|
|
| BLAKE2b-256 |
593b1ae254ec6a38a08d3c1e1dfbcb2d22db56b33cc3bd0b9269721c1d19e359
|
File details
Details for the file gherila-1.1.0-py3-none-any.whl.
File metadata
- Download URL: gherila-1.1.0-py3-none-any.whl
- Upload date:
- Size: 15.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5852081330ca09e628167693d5f043ae2847906b0dad95d23573812c8088e4a9
|
|
| MD5 |
bfc503e9c8d7ac37c07cc2ff02ed30be
|
|
| BLAKE2b-256 |
a276e16c2bc0d00cabf4661edd41d398768b7a675eb92f97b74d924d81bc3b00
|