Skip to main content

Upload HTML document to telegra.ph

Project description

build PyPI - Downloads

Python html to telegra.ph poster V2

Forked from html-telegraph-poster by mercuree.

Added async support and fixed some bugs (Because my projects need it). New features will be added soon.

Simple python function to post plain html text to https://telegra.ph/. Telegra.ph allows <a>, <blockquote>, <br>, <em>, <figure>, <h3>, <h4>, <img>, <p>, <strong>, elements. It also supports embedded youtube and vimeo iframe tags.

About telegram telegra.ph service https://telegram.org/blog/instant-view

Installation

pip install html-telegraph-poster-v2

Usage

>> > from html_telegraph_poster_v2 import TelegraphPoster
>> > t = TelegraphPoster(use_api=True)
>> > t.create_api_token('Elon Musk', 'Elon', 'https://www.spacex.com/')  # second and third params are optional
{'access_token': '9f3bab568f*************', 'auth_url': 'https://edit.telegra.ph/auth/HFYo***********',
 'author_name': 'Elon', 'short_name': 'Elon Musk', 'author_url': 'https://www.spacex.com/'}
>> > t.post(title='Just another funny joke', author='by me', text='<blockquote>Really hard way</blockquote>')
{'path': 'Just-another-funny-joke-06-05-4', 'url': 'http://telegra.ph/Just-another-funny-joke-06-05-4'}
Use graph.org instead of telegra.ph
>>> t = TelegraphPoster(use_api=True, telegraph_api_url='https://api.graph.org')
We can modify this article later:
>>> t.edit(text=t.text + '<p>some text at the end</p>')
{'path': 'Just-another-funny-joke-06-05-4', 'url': 'http://telegra.ph/Just-another-funny-joke-06-05-4'}
Modify page created earlier:
>>> t.edit(text="<p>new text</p>", path='/Another-one-page-06-05')
{'path': 'Another-one-page-06-05', 'url': 'http://telegra.ph/Another-one-page-06-05'}

Generate persistent access token

Actually it's a good idea to generate access token and put it inside environment variables. This command will generate .env file or append TELEGRAPH_ACCESS_TOKEN at the end of it. Note: script will not set environment variable. You can use python-dotenv, set it manually or hardcode it when call TelegraphPoster(access_token='access_token_string')

python -m html_telegraph_poster_v2.create_account "Elon Musk" "Elon" "https://www.spacex.com/"

Uploading images

Since telegra.ph is not support media uploading anymore, you can configure an image/video storage service.

Current supported services:

  • AWS S3
  • GitHub
## Utils module
Utils module provides ability to make some pre-process steps before document is passed to the converter.
#### Uploading all images to the telegra.ph

```python
from html_telegraph_poster_v2.utils import DocumentPreprocessor

dp = DocumentPreprocessor(html_string)
dp.upload_all_images()
dp.get_processed_html()  # this should return html string with uploaded and replaced image urls

Optionally you can pass base_url if the document contains images with relative paths

dp.upload_all_images(base_url='https://example.com')
dp.get_processed_html() 

Roadmap

  • rewrite the command line interface for simple usage
  • add automated test pipeline
  • add more services for media uploading
    • imgur
    • google drive

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

html_telegraph_poster_v2-0.1.2.tar.gz (26.9 kB view details)

Uploaded Source

Built Distribution

html_telegraph_poster_v2-0.1.2-py3-none-any.whl (33.0 kB view details)

Uploaded Python 3

File details

Details for the file html_telegraph_poster_v2-0.1.2.tar.gz.

File metadata

  • Download URL: html_telegraph_poster_v2-0.1.2.tar.gz
  • Upload date:
  • Size: 26.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.11.10 Linux/6.5.0-1025-azure

File hashes

Hashes for html_telegraph_poster_v2-0.1.2.tar.gz
Algorithm Hash digest
SHA256 452f5f347879740f232547c9ac2562c2f7d7e88613cafbc405dbd166e1eb6bc8
MD5 b1c39d680e9c61bc3e796f7704bb71ff
BLAKE2b-256 a455477b5e0a37792931fd7e8f0014aa7156063d31395824b1680d47a893ab0d

See more details on using hashes here.

File details

Details for the file html_telegraph_poster_v2-0.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for html_telegraph_poster_v2-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 6ba766161eb8e9441d82793348c7c68fc41f54b598db6b48fda0cc07cf329c22
MD5 194e3c4b2948e773fa6b933c845ec3c8
BLAKE2b-256 023f33cb8246f46e2e541c1a91e862155b512900a831fcaf22fdd8010646d666

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