twindle-co / twindle

Twindle - an open source project for beginners. Converting twitter threads to pdf, epub, and mobi format to be read by Kindle.
https://www.twindle.co
MIT License
134 stars 133 forks source link

Pdf filename improvement #764

Closed saurabhsri108 closed 3 years ago

saurabhsri108 commented 3 years ago

Description

users can now specify the string to append at the end of the filename with the option -a node . -i 1325822584269795331 -a core-principles

If no flag is specified, there won't be any "-" left hanging after the filename. Otherwise, it will append the supplied name to the filename.

closes: #733

Attach Screenshot

image

Note 2 code reviewer approval needed. Approach in twitter group & discord channel.

Proful commented 3 years ago

@madhusudanbabar is it same as yours? Can you both discuss?

saurabhsri108 commented 3 years ago

This is done by @madhusudanbabar