https://github.com/NullPointerMaker/webpage2telegraph.adapter
Library Adapter: Transfer webpage to Telegraph archive.
https://github.com/NullPointerMaker/webpage2telegraph.adapter
telegraph
Last synced: 6 months ago
JSON representation
Library Adapter: Transfer webpage to Telegraph archive.
- Host: GitHub
- URL: https://github.com/NullPointerMaker/webpage2telegraph.adapter
- Owner: NullPointerMaker
- License: gpl-3.0
- Created: 2021-06-12T15:53:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-14T10:57:13.000Z (almost 4 years ago)
- Last Synced: 2024-08-09T13:13:23.746Z (9 months ago)
- Topics: telegraph
- Language: Python
- Homepage: https://pypi.org/project/webpage2telegraph/
- Size: 19.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Webpage to Telegraph Adapter
Adapter library to [Export to Telegraph](https://github.com/gaoyunzhi/export_to_telegraph): Transfer webpage to
Telegraph archive.
Hacking with monkey patches.## Usage
```
import webpage2telegraph
webpage2telegraph.token = YOUR_TELEGRAPH_TOKEN
telegraph_url = webpage2telegraph.transfer(webpage_url)
```If transfer failed, `telegraph_url` will be `None`.
## Install
```
pip3 install webpage2telegraph
```