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
- Host: GitHub
- URL: https://github.com/python273/twitter-reader
- Owner: python273
- License: mit
- Created: 2022-07-06T13:03:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-09-02T20:02:42.000Z (5 months ago)
- Last Synced: 2025-09-02T22:05:27.249Z (5 months ago)
- Topics: alternative-frontend, svelte, twitter, x
- Language: Svelte
- Homepage:
- Size: 317 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```