My GitHub is available here with projects built for myself, yet shared with the world.
Bludit command line posting
https://blog.tyclifford.com/create-posts-from-command-line-on-bludit
Cloudflare Zone Management tool
A program to manage (mostly) records at Cloudflare via command line, or by combining some other automation. Uses Cloudflare's direct API. There is a dynamic IPv4 updater, like the old days available here (blog post here).
Using zone management tool
Example:
./cloudflare add_update_record <zone_id> A example.com 192.0.2.1 3600 1
The map process
Example:
./map list_zones
$ ./map display_record blog.tyclifford.com
Domain/Subdomain: blog.tyclifford.com
Zone ID: x
Record ID: x
Proxied: 1
IP: x
$
Digital Ocean IP Updater
This PowerShell script is for updating tagged VPSs using Digital Ocean's firewall. It uses their direct API. Available here.
Future tools
There are quite a few other hacks I have put together which are not shared yet. In due time!