tweet-to-markdown icon indicating copy to clipboard operation
tweet-to-markdown copied to clipboard

A command line tool to convert Tweets to Markdown.

Results 6 tweet-to-markdown issues
Sort by recently updated
recently updated
newest added

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...

I noticed that tweet-to-markdown does not have the "date" information, which the Obsidian plugin has. I edited the `main.js` directly. Here is the `diff` for anyone that might find this...

Since the Twitter API still work I made some small fixes: 1. Add quote format to the quoted tweet link as below: ``` Tweet text > Quoted author > >...

Thanks for this project, it's useful! Is there a way to get this tool to pull a range of tweets from a given account? Something like: npx tweet-to-markdown --since https://twitter.com/example/status/14542...

# What - Add Thread Reader App and the end Before ```markdown [Tweet link](https://twitter.com/mattpocockuk/status/1509964736275927042) ``` After ```markdown [Tweet link](https://twitter.com/mattpocockuk/status/1509964736275927042) [Thread by @mattpocockuk on Thread Reader App – Thread Reader App](https://threadreaderapp.com/thread/1509964736275927042.html)...

Currently, the date format is hardcoded for the frontmatter and the tweet text. Ideally, the user should be able to pass in a format string, such as `LLL` or `YYYY-MM-DD`....