This is a really simple project that I have put together.
I purchased a 433MHz barcode scanner on Prime Day Link Here. I wanted to use this scanner to be able to scan barcodes into my Home Assistant or Node Red.
This script creates a docker container that listens for the Serial response from the USB dongle in this particular scanner. It then will send a webhook (POST Method) to the provided environment variable.
docker pull tfoote000/pyscan
docker run --device <host path>:<contianer path> -e COM_PORT=<container device path> -e WEBHOOK_URL=<webhook url> tfoote000/pyscan