Skip to main content

Platform-specific implementations for Agoras social networks

Project description

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…

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

agoras_platforms-2.0.2.tar.gz (138.4 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.0.2-py3-none-any.whl (136.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: agoras_platforms-2.0.2.tar.gz
  • Upload date:
  • Size: 138.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for agoras_platforms-2.0.2.tar.gz
Algorithm Hash digest
SHA256 f02789878fe102935af0579b9073533c1bfd7376f0b8737d0d4585303829b202
MD5 82ccb552a9038a8253c8e5af5fde175c
BLAKE2b-256 a9fb643d5d5825df711fd4d0e5d3a33bf53577359619e77e4ae171e99622f709

See more details on using hashes here.

Provenance

The following attestation bundles were made for agoras_platforms-2.0.2.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.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for agoras_platforms-2.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 0014ff7395e72b3c2c210c197f96d5d34b4e45d4bb687f29af7f32cd8c32af37
MD5 05519a81c3669415b64dbcd802322275
BLAKE2b-256 f00586d072921afbe3467900c12d08d8b7c4b95003a5177c9a3f9c3fd1926672

See more details on using hashes here.

Provenance

The following attestation bundles were made for agoras_platforms-2.0.2-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 Pingdom Monitoring Sentry Error logging StatusPage Status page