Skip to main content

Asynchronus Python wrapper for telgra.ph API

Project description

TelegraphAPI

Documentation Status Lines of code PyPI wakatime GitHub Repo stars

Asynchronus Python wrapper for telgra.ph API

Installation

Use the package manager pip to install telegraph_api.

pip install telegraph-api

Documentation

You can read documentation of this package on readthedocs

Documentation of original REST api can be found on telegra.ph site

Features

  • Asynchronous
  • HTML2Nodes convertation
  • File uploading
  • Built with Pydantic
  • Documentation is provided

Usage

# Importing required package
from telegraph_api import Telegraph
import asyncio


# Declaring asynchronous function for using await
async def main():
    # Creating new Telegraph object
    telegraph = Telegraph()
    # Creating new account
    await telegraph.create_account("My Favourite Blog", author_name="Ivan")
    # Creating new page
    new_page = await telegraph.create_page(
        "My first Telegraph Post",
        content_html="<p>Hello world!</p>" # Html content can be presented      
    )
    # Printing page url into console
    print(new_page.url)


# Running asynchronous function
asyncio.run(main())

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

I choosed MIT license


Article in my blog about writing this wrapper (On Russian) - https://blog.rteam.club/all/fromegeya2telegram-1/

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

telegraph_api-1.1.0.tar.gz (10.4 kB view details)

Uploaded Source

Built Distribution

telegraph_api-1.1.0-py3-none-any.whl (12.1 kB view details)

Uploaded Python 3

File details

Details for the file telegraph_api-1.1.0.tar.gz.

File metadata

  • Download URL: telegraph_api-1.1.0.tar.gz
  • Upload date:
  • Size: 10.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.14

File hashes

Hashes for telegraph_api-1.1.0.tar.gz
Algorithm Hash digest
SHA256 402acc36c4f41fa32c3f3327f1a45f113de5ea733a7d1b370f04c16759dd55e4
MD5 8ede31014293411515ba284cba872678
BLAKE2b-256 50ea865b1b75b38b7b817be86d022ed710490dbe7b9c7e41017af3475a39d145

See more details on using hashes here.

File details

Details for the file telegraph_api-1.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for telegraph_api-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7f2b7dab8542dc55e51dc7eae178647f24d988ebec8cf949e0e373232b216bf4
MD5 8075fcd244b6fbec9cefbd3d4b928547
BLAKE2b-256 0613f31f8265073c0f0b50b9c87032ec910a6a5ecd6c991cc53234ca8f71445c

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