top | item 42551839

(no title)

matcha-video | 1 year ago

Very cool! I'm very impressed that Twitter hasn't detected your selenium usage, it seems like they're really trying to push people towards their paid API.

I made a similar tool, except it's a browser extension that lets you download threads as markdown (then it's up to you to dump them into a DB or train a model on them or whatever), I'd love to get your feedback https://chromewebstore.google.com/detail/thread-to-markdown/... (firefox version also available)

Edit: Example output using tweet thread mentioned elsewhere in this post https://sharetext.io/c04b7c82

discuss

order

vednig|1 year ago

Selenium usage is similar to browsing patterns of real person. (I hope they don't ban my account, if they see this)

Your extension somehow crashed on my system while downloading a thread(i couldn't see download button), I was able to get 1 md file downloaded though and I'd say it does it's job nicely, in the highest manner.

Feature Request: Make download button compatible with Dark Mode(currently it stands out loud)

matcha-video|1 year ago

You're a true user! I just put up a small change that should improve reliability, let me address dark mode as well.

May I ask what you use the markdown for after its downloaded? Would you modify the output at all to make it better fit your use case?