kbravh / tweet-to-markdown

A command line tool to convert Tweets to Markdown.
MIT License
159 stars 9 forks source link

[feature request] option to strip out metadata and save only content #14

Closed championswimmer closed 2 years ago

championswimmer commented 2 years ago

For example right now the content saved is


![championswimmer](../images/championswimmer-63066473.jpg)
Arnav Gupta 💉💉💉 ([@championswimmer](https://twitter.com/championswimmer))

I don't think doing artificially created puzzles like LeetCode should be involved in early stage learning to code. 

Learning to build a website or app first, and coming to algo-gyms later in life is a better approach.

Or else people miss the forest for the trees.

[Tweet link](https://twitter.com/championswimmer/status/1548562277502046208)

IF there is a flag to download only the content, i.e.

- ![championswimmer](../images/championswimmer-63066473.jpg)
- Arnav Gupta 💉💉💉 ([@championswimmer](https://twitter.com/championswimmer))

I don't think doing artificially created puzzles like LeetCode should be involved in early stage learning to code. 

Learning to build a website or app first, and coming to algo-gyms later in life is a better approach.

Or else people miss the forest for the trees.

- [Tweet link](https://twitter.com/championswimmer/status/1548562277502046208)

Final result

I don't think doing artificially created puzzles like LeetCode should be involved in early stage learning to code. 

Learning to build a website or app first, and coming to algo-gyms later in life is a better approach.

Or else people miss the forest for the trees.

Why ?

Helps me when building a substack article out of my Twitter threads :)

kbravh commented 2 years ago

@championswimmer Sorry for taking so long to get to this! Check out version 2.3.0 with the -x flag to generate markdown files with only the text and without metadata.