Local handy API

Hi, I recently made a home-made version of the handy that connects via USB to my PC and I can send commands via serial. It works fine, but I had to make my funscript reader. I’d love to be able to use all the sites and software compatible with the handy. I’ve looked at the API that handy uses and found a solution that involves modifying the host file to redirect requests to the API to localhost. I’ve created a little Python program that receives them. I created a few API routes to do a proof of work, and it works. I’ve been able to receive ‘faptap’ requests and I can respond (no functionality is present, I can’t play video or anything, but it would be possible if I kept working on it).I realise that it could take a long time to reimplement all the routes (especially the different versions of the API).
My question is, hasn’t someone already done this or something similar so that I don’t have to do it all over again for nothing?

Thanks

1 Like