Skip to main content

Platform-specific implementations for social networks.

Installation

pip install agoras-platforms

Supported Platforms (10)

All platforms are fully extracted and functional:

  • Discord - Gaming and community platform

  • Facebook - Social network

  • Instagram - Photo and video sharing

  • LinkedIn - Professional network

  • Telegram - Messaging platform

  • Threads - Text-based conversations (Meta)

  • TikTok - Short-form video

  • WhatsApp - Messaging platform

  • X - Social network (formerly Twitter)

  • YouTube - Video platform

Usage

import asyncio
from agoras.platforms.facebook import Facebook

async def post_to_facebook():
    fb = Facebook(facebook_access_token='...')
    await fb._initialize_client()
    try:
        post_id = await fb.post(
            status_text='Hello World',
            status_link='https://example.com'
        )
        print(f'Posted: {post_id}')
    finally:
        await fb.disconnect()

asyncio.run(post_to_facebook())

Dependencies

  • agoras-core>=2.0.0

  • Platform-specific SDKs:

    • tweepy (X/Twitter)

    • python-facebook-api (Facebook)

    • linkedin-api-client (LinkedIn)

    • discord.py (Discord)

    • google-api-python-client (YouTube)

    • python-telegram-bot (Telegram)

    • And more…

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

agoras_platforms-2.1.0.tar.gz (157.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

agoras_platforms-2.1.0-py3-none-any.whl (147.2 kB view details)

Uploaded Python 3

File details

Details for the file agoras_platforms-2.1.0.tar.gz.

File metadata

  • Download URL: agoras_platforms-2.1.0.tar.gz
  • Upload date:
  • Size: 157.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for agoras_platforms-2.1.0.tar.gz
Algorithm Hash digest
SHA256 6a0d818860d7bc06d143296e466890a403bfa3f360b194a2e247ba180cf71850
MD5 5ad924d542a33926a010d20fef20e43b
BLAKE2b-256 46f9f2c052cee9e87e7264128c3543494465a5a9d7a857688113b240a63dcba5

See more details on using hashes here.

Provenance

The following attestation bundles were made for agoras_platforms-2.1.0.tar.gz:

Publisher: release.yml on LuisAlejandro/agoras

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file agoras_platforms-2.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for agoras_platforms-2.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 683186d16b3ae55233b7887c45000f5bd25b515997d5b0f37f25d555163612f8
MD5 027b798171144b891b79ca7dc333d727
BLAKE2b-256 9649686f8964078ca9d228bd7306f74337f29d7414b0cf0050c87f900e7475e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for agoras_platforms-2.1.0-py3-none-any.whl:

Publisher: release.yml on LuisAlejandro/agoras

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page