Asynchronus Python wrapper for telgra.ph API
Project description
TelegraphAPI
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
- Asynchronus
- 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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file telegraph_api-1.0.3-py3-none-any.whl
.
File metadata
- Download URL: telegraph_api-1.0.3-py3-none-any.whl
- Upload date:
- Size: 14.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 48e51b2e20e112a91ef68e1192808b83566d0dac62815952a4d31016602e5bf8 |
|
MD5 | cc477d407e6578811227b9ee4e9e5bf9 |
|
BLAKE2b-256 | 63c78e84524f04f0e848bfab7941a8afefbd26b48397bf17864fd7b5f622c6e9 |