https://github.com/ravicious/markdown-twitter-thread
Export a Twitter thread to Markdown format
https://github.com/ravicious/markdown-twitter-thread
Last synced: 3 months ago
JSON representation
Export a Twitter thread to Markdown format
- Host: GitHub
- URL: https://github.com/ravicious/markdown-twitter-thread
- Owner: ravicious
- License: gpl-3.0
- Created: 2020-10-11T11:20:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-11T18:13:00.000Z (over 4 years ago)
- Last Synced: 2025-01-18T06:11:24.632Z (4 months ago)
- Language: Ruby
- Size: 20.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# markdown-twitter-thread
Export a Twitter thread to Markdown format## Development
To start the app, install the gems with `bundle` and then:
```
bundle exec rerun rackup
```