Python: Static Twitter

This code is used to download all of the tweets (and stay in-sync by running it regularly) as markdown files for inclusion into e.g. static blogs, such as this one. While you can simply display your timeline using Twitter’s official JS, replicating the tweets to your blog keeps it more current, allows for native comments, and, most importantly, ensures that visitors that may have tracker protections in use, can still see your posts aka tweets.

Read more