(Full disclosure I work for Anvil, the platform used in this tutorial.)
An applicant tracking system with Trello’s API
I wrote this tutorial on building a lightweight applicant tracking system using Trello’s API. The tutorial uses Python and shows you how to use the Trello API to add cards (chapter 3), add attachments to cards (chapter 3), update custom fields (chapter 3) and use Trello’s webhooks (chapter 4). Hopefully some people will find it helpful!