Skip to content

vcokltfre/socialgal.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An async API wrapper for SocialGal written in Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages