Pre-release
This release is a pre-release and may not be stable for production use.
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
socialgal-1.0.0a0.tar.gz
(4.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
File details
Details for the file
socialgal-1.0.0a0.tar.gz.File metadata
pdm/2.9.2 CPython/3.10.13File hashes
acd077f93a5e0eb2ba8348995370ea374e12de7f6121cd79eab17b6712757bcf6d6e2b0a08de7d60c9679a050dc9baa284564aadb1946540e618b4764e5383bebf43ab242657e2139314b602887593abSee more details on using hashes here.