html-telegraph-poster
html-telegraph-poster copied to clipboard
Python html to telegra.ph poster (telegram article service)
Proxy.
Hello. Could you add the ability to work through a proxy? Best regards.
make ability to pass requests Session object and allow to configure it as much as possible
The url returned is always http://telegra.ph/xxx. I think it will be safer to use https:// I guess changing the base_url from 'http://telegra.ph' into 'https://telegra.ph' in html_to_telegraph.py can fix the problem.
I'd like to bring to your attention that we are [discussing](https://bugs.launchpad.net/lxml/+bug/1958539) the possibility of removing lxml's clean_html functionality from lxml library. Over the past years, there have been several concerning...
For my personal use purpose, I made a new asynchronous version package. I just copied the code and replaced all functions containing I/O operations with async and await. The HTTP...