Skip to main content

An async API wrapper for SocialGal written in Python.

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.

Project 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)

Uploaded Source

Built Distribution

socialgal-1.0.0a0-py3-none-any.whl (5.8 kB view details)

Uploaded Python 3

File details

Details for the file socialgal-1.0.0a0.tar.gz.

File metadata

  • Download URL: socialgal-1.0.0a0.tar.gz
  • Upload date:
  • 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
MD5 6d6e2b0a08de7d60c9679a050dc9baa2
BLAKE2b-256 84564aadb1946540e618b4764e5383bebf43ab242657e2139314b602887593ab

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:
  • 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
MD5 8f186b84c83d585794d0caa9fa9b1e13
BLAKE2b-256 d85a13123dab6abbd0d79f38742917dc49c60b0d260c12dac73572d77b23d637

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page