Typefully
@michaelmangial1
Log in
Experimenting With Creating a Gatsby Blog from Twitter Threads
Share
•
3 years ago
•
View on X
I created a
@GatsbyJS
source plugin that sources your latest threads from Twitter:
github.com/michaelmang/gatsby-source-twitter-threads
Here's an example of using this in order to generate a blog:
github.com/michaelmang/gatsby-source-twitter-threads
There are some limitations as the Twitter API only returns the previous 7 days' worth of threads. However, I think there could be a workaround to use threads for a full-fledged blog source:
github.com/michaelmang/gatsby-source-twitter-threads#limitations
Example 🔥 This was created from:
twitter.com/michaelmangial1/status/1448289062041890820
Definitely some work that could be done to improve formatting. If you're interested, please contribute on GitHub.