Hacker News new | ask | show | jobs
by Saepirist 994 days ago
Hi all, I wrote a Go tutorial on Medium about how to write a simple movie recommender based on users’ subscribed streaming services. It goes over how to search for the movies on the streaming services and how you can provide deep links to them.

The final code is available on GitHub: https://github.com/movieofthenight/streaming-availability-ap...

And the finished product here: https://www.reccio.com/

I thought some of you might find it useful, let me know if you have any questions/comments!