Homie-ota - uploader

Does any kind soul know how to create a script to upload the firmware to a web server based on this command from homie-ota:

curl -F upload=@lt.ino.d1_mini.bin
-F description=“D1-mini with homie-1.4.1”
http://homie-ota.example.org:9080/upload

Also how to configure platformio.ini for the script

See: GitHub - jpmens/homie-ota: OTA "server" in Python for Homie

You need Redirecting...

Ah, yes, thanks. I’ve played with that but python scripting is beyond me. I was hoping someone had already done this. I’ll just have to upload by hand.