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.1.tar.gz
(13.6 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.1-py3-none-any.whl
(15.6 kB
view details)
File details
Details for the file gherila-1.1.1.tar.gz.
File metadata
- Download URL: gherila-1.1.1.tar.gz
- Upload date:
- Size: 13.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6400192f008239f367c7d148ccb7b4e44a4bc0e99e758b8e47684017e3a74ec0
|
|
| MD5 |
1443aad44b4073053bcac04a4f7e09f2
|
|
| BLAKE2b-256 |
deb774e43ab53afd0f6d36ed8b510812ed9e6493de990927c426cf2f37a942b0
|
File details
Details for the file gherila-1.1.1-py3-none-any.whl.
File metadata
- Download URL: gherila-1.1.1-py3-none-any.whl
- Upload date:
- Size: 15.6 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 |
eb0b0725a6e062179394006f8d8b593513aefc12ab18764efd318f4c5c7b1e1a
|
|
| MD5 |
061363e637948db17570c37f990537ff
|
|
| BLAKE2b-256 |
44faf9523a574fb9fb6e11fa481e3c7c2bd29a33d3ff8efda5569229c5dc1ec8
|