Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pho9ubenaa/twitter-thread-extractor
https://github.com/pho9ubenaa/twitter-thread-extractor
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pho9ubenaa/twitter-thread-extractor
- Owner: pHo9UBenaA
- License: mit
- Created: 2024-12-13T05:15:05.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2025-01-20T07:30:34.000Z (17 days ago)
- Last Synced: 2025-01-20T08:27:04.707Z (17 days ago)
- Language: TypeScript
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Twitter Thread to Markdown
This Chrome extension extracts Twitter threads and copies them to your clipboard in Markdown format. Useful for note-taking!
## Features
* Extracts text, links, and images (TODO: Image support is not yet implemented) from Twitter threads into Markdown format.
* Copies the extracted Markdown text to your clipboard.
* Can be executed via a command (`Ctrl+E` or `Command+E`) and a context menu.## Development Instructions
1. Clone the repository.
2. Navigate to the project directory: `cd twitter-thread-to-markdown`
3. Install dependencies: `bun install`
4. Compile TypeScript: `bun run build` (If `bun run build` returns an error, check your `tsconfig.json` settings. If necessary, generate `tsconfig.json` using `tsc --init` and adjust the settings.)
5. In the Chrome extensions management screen, load `dist/manifest.json` (The `dist` folder is generated after building).## License
MIT License
## Contributing
Pull requests are welcome.
## Disclaimer
This extension does not use the Twitter API. Therefore, it may stop working due to changes in Twitter's specifications.