An open API service indexing awesome lists of open source software.

https://github.com/bluzir/aio-telegraph

Async wrapper for telegra.ph API
https://github.com/bluzir/aio-telegraph

aiohttp telegraph telegraph-api

Last synced: 4 months ago
JSON representation

Async wrapper for telegra.ph API

Awesome Lists containing this project

README

          

# aio-telegraph
![Python 3.6|3.7](https://img.shields.io/badge/python-3.6%20%7C%203.7-blue.svg)
![MIT](https://img.shields.io/pypi/l/aio-telegraph.svg)
![1.0.0](https://img.shields.io/pypi/v/aio-telegraph.svg)

Async library for telegra.ph API

Cover all API methods for [December 19 2016](https://telegra.ph/api).

# Installation
`pip install aio-telegraph`

# Usage
Usage example are available at `examples.py`