Tools
Not included here is project-related code or other things not meant for general use. See my Github profile for more of my coding and writing.
archive-md-urls Link to heading
A tool to convert URLs in Markdown files into snapshots from archive.org. The primary use case are blogs written with static site generators like Hugo or Jekyll that rely on Markdown. The tool will try to use archive.org snapshots close to the time stamp of blog posts and recognizes “stable” URLs that won’t be changed, like intra-site links or URLs that contain stable identifiers.
pymac Link to heading
A command line tool for installing and managing Python versions from Python.org’s Mac installers. Allows you to download, install and manage Python.org versions entirely from the command line.
github-scraper Link to heading
This tool focuses on scraping information from organizational Github accounts, which means that it only takes a list of organizations as input, not normal user accounts. It generates CSV spreadsheets or GEXF files to be used in network analysis software like Gephi. See this blogpost for an example for an example of an analysis conducted with this tool.