Skip to content

ElixirCL/telegraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegraph Exporter

This simple command line application can download a Telegra.ph page and convert it to Markdown and HTML.

Example Usage

./telegraph https://telegra.ph/Sample-Page-12-15
./telegraph --path Sample-Page-12-15 --json
./telegraph --path Sample-Page-12-15 --html
./telegraph --path Sample-Page-12-15 --markdown

If you download it as json, you can convert it later

# will download it as json.
./telegraph --path Sample-Page-12-15 --json

# will generate markdown and html
./telegraph --file sample-page-12-15.json

Installation

📘 License

Unless explicitily stated, all source code is under the permissive MPL v2.0 (Mozilla Public License Version 2.0) license.

Is a copyleft license that is easy to comply with. You can combine the MPL version 2.0 software with a proprietary or differently licensed code.

  • If you don’t modify the code inside this library, you will have to provide just a link to the library sources.

  • If you modify these libs, you will have to provide just the sources for the modified files (not the entire project).

🤩 Credits

Made with by Ninjas.cl