An open API service indexing awesome lists of open source software.

https://github.com/python273/twitter-reader

Read X/Twitter threads without clicking "show replies" endlessly
https://github.com/python273/twitter-reader

alternative-frontend svelte twitter x

Last synced: 3 months ago
JSON representation

Read X/Twitter threads without clicking "show replies" endlessly

Awesome Lists containing this project

README

          

# twitter-reader

Read *full* X/Twitter threads in a threaded UI.

A random thread to check out the reader:
https://tw.cns.wtf/#1559672719414681601

```
$ python3 load_thread_async.py 12345 app/public/tree_12345.json
$ cd app
$ npm run dev

$ open "http://localhost:5000/#12345"
```

```
# Runs the same steps
$ sh load.sh 12345
```