Project description
socialgal.py
An async API wrapper for SocialGal written in Python.
Example
from asyncio import run # anyio/trio also work
from socialgal import Client
async def main () -> None :
async with Client (
token = "your_token" ,
session = "your_session_token" ,
) as client :
print ( await client . get_posts ())
run ( main ())
License
This project is licensed under the MIT License - see the LICENSE file for details.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages .
Source Distribution
Built Distribution
File details
Details for the file socialgal-1.0.0a0.tar.gz
.
File metadata
Download URL:
socialgal-1.0.0a0.tar.gz
Upload date:
Oct 12, 2023
Size: 4.2 kB
Tags: Source
Uploaded using Trusted Publishing? No
Uploaded via: pdm/2.9.2 CPython/3.10.13
File hashes
Hashes for socialgal-1.0.0a0.tar.gz
Algorithm
Hash digest
SHA256
acd077f93a5e0eb2ba8348995370ea374e12de7f6121cd79eab17b6712757bcf
Copy
MD5
6d6e2b0a08de7d60c9679a050dc9baa2
Copy
BLAKE2b-256
84564aadb1946540e618b4764e5383bebf43ab242657e2139314b602887593ab
Copy
See more details on using hashes here.
File details
Details for the file socialgal-1.0.0a0-py3-none-any.whl
.
File metadata
Download URL:
socialgal-1.0.0a0-py3-none-any.whl
Upload date:
Oct 12, 2023
Size: 5.8 kB
Tags: Python 3
Uploaded using Trusted Publishing? No
Uploaded via: pdm/2.9.2 CPython/3.10.13
File hashes
Hashes for socialgal-1.0.0a0-py3-none-any.whl
Algorithm
Hash digest
SHA256
703a2d7c88f5edeab8f77e6381f6e410c581471be8b5305e6e745e2da7700ace
Copy
MD5
8f186b84c83d585794d0caa9fa9b1e13
Copy
BLAKE2b-256
d85a13123dab6abbd0d79f38742917dc49c60b0d260c12dac73572d77b23d637
Copy
See more details on using hashes here.
File details
Details for the file
socialgal-1.0.0a0.tar.gz
.File metadata
File hashes
acd077f93a5e0eb2ba8348995370ea374e12de7f6121cd79eab17b6712757bcf
6d6e2b0a08de7d60c9679a050dc9baa2
84564aadb1946540e618b4764e5383bebf43ab242657e2139314b602887593ab
See more details on using hashes here.