Skip to content

AymanLar/reddox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reddox

reddox

Get your subreddit posts documented in markdown and pdf automatically 🤖

MIT License Open Source Love

Reddox is a tool to convert subreddit posts to a markdown file (to a pdf file)

Tuto

Requirements

git clone [email protected]:Ayman-s-Lab/reddox.git
cd reddox/
pip install -r requirements.txt

Usage

python redox.py
grip reddit.md

grip will render the markdown on localhost ... - just edit away and refresh the browser. Save as PDF ready 🚀.

Here we Have other ways to convert markdown to PDF:

Here they are several methods for converting a Markdown (.md) formatted file to PDF, from UNIX or Linux machines.

  • Using Pandoc:
$ reddit.md -s -o posts.pdf

we still recommend to use grip to display markdown in the browser and then "Save as PDF" option in the Print dialog (for chrome based browsers), because it's lighter weight than installing LaTeX (required by pandoc for pdf generation).

  • Using node.js based markdown-pdf`:
npm install -g markdown-pdf
markdown-pdf /path/to/markdown

ayman

About

document your favorite subreddit using python magic !

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages