I’ve been doing some domain research lately and wanted a no-dependency way to filter Estibot “ending today” CSV files by appraised value and check for availability using tldx (a CLI tool).

This script:

  • Sorts by Estibot value

  • Checks each domain using tldx

  • Prints available ones to stdout, no DB, no fluff

GitHub: https://github.com/BrianDurham/ending-today-github

It’s ~50 lines, uses only the stdlib, and might be useful if you’re into expired domains or just like building little automations.

Previous Post Next Post