Files
FragmentAPI/docs/README.md
T

1.6 KiB

Overview

pyfragment is an async Python client for Fragment.

If you are integrating Fragment into a bot or backend, this docs set is meant to be practical, not theoretical.

Recommended reading order:

  1. Install the package
  2. Configure FragmentClient
  3. Set up credentials and cookies
  4. Run the quick start
  5. Move to feature-specific flows

Who this is for

  • Python developers integrating Fragment into bots, services, and automation.
  • Teams that need predictable typed results and explicit error behavior.

Important: this library is not affiliated with Fragment or Telegram.

Where to begin

  1. Installation
  2. Library and Configuration
  3. Credentials and Cookies
  4. Quick Start

Feature entry points

Additional references

Live examples

Up-to-date runnable examples live in the main repository: