I know I'm posting this a second time but this is a more general question than before to hopefully get some eyes on it:

#FlipperZero devs: if you can point me towards how to interact at all with IR reading/writing through a script (let's say python for simplicity but I don't really care), please send it to me.

Like, I'd be satisfied with a single line of code of just like

MysteriousFlipperFunctionForIR(RawIRNum1,RawIRNum2,etc)

I have the entire rest of the algorithm I need in my head, but I haven't done anything with scripting for the Flipper Zero and I have no idea how I can send or receive raw IR data from it. The only missing link for me is this part. I basically just need an IR-specific hello world kinda thing here to get this going.

@lori https://github.com/wh00hw/pyFlipper ? note : I've not used on my end but the readme seems to indicate at least a tx/rx wrapper in python
GitHub - wh00hw/pyFlipper: Unoffical Flipper Zero cli wrapper written in Python

Unoffical Flipper Zero cli wrapper written in Python - GitHub - wh00hw/pyFlipper: Unoffical Flipper Zero cli wrapper written in Python

GitHub