Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/python273/twitter-reader
Broken :( ... Read Twitter threads without clicking "show replies" endlessly
https://github.com/python273/twitter-reader
svelte twitter
Last synced: 8 days ago
JSON representation
Broken :( ... Read 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 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-21T10:24:11.000Z (about 1 year ago)
- Last Synced: 2024-10-08T17:02:40.433Z (29 days ago)
- Topics: svelte, twitter
- Language: Svelte
- Homepage:
- Size: 99.6 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# twitter-reader
Twitter thread reader that shows tweets as comments tree **(WIP)**
A random thread to check out the reader:
https://tw.cns.wtf/#1559672719414681601```
$ python3 load_thread_async.py 12345
$ python3 thread_to_tree_grouped.py 12345
$ mv tree_12345.json app/public/
$ cd app
$ npm run dev$ open "http://localhost:5000/#12345"
``````
# Runs the same steps
$ sh load.sh 12345
```