Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miohtama/tweetantistorm
Scrape a Twitter post thread and make a blog post out of it
https://github.com/miohtama/tweetantistorm
Last synced: about 20 hours ago
JSON representation
Scrape a Twitter post thread and make a blog post out of it
- Host: GitHub
- URL: https://github.com/miohtama/tweetantistorm
- Owner: miohtama
- Created: 2021-05-05T08:00:02.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-27T12:33:56.000Z (over 3 years ago)
- Last Synced: 2024-10-31T07:33:59.309Z (12 days ago)
- Language: Python
- Size: 53.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is my Twitter thread to blog post exporter. It uses Thread Reader App scraping as the source and the modifies the output HTML.
* Download and link any images locally
* Build link previews using [linkpreview.net](https://linkpreview.net)
# Demo
* [The original Twitter thread](https://twitter.com/moo9000/status/1389571466002325510)
* [The exported blog post: History and Future of cryptocurrencies](https://capitalgram.com/posts/history-of-cryptocurrencies/)
# Install
Using poetry
# Set up
[Get API key from Twitter]().
Run. Example:
```shell
poetry run tweetantistorm --thread-reader-app-link=https://threadreaderapp.com/thread/1389571466002325510.html --output-folder=out --image-src-prefix=/static/img/content/fixed-size/history-of-cryptocurrencies/
```# Usage