twitch-plays-tinder is a crowdsourced blind dating platform built atop the Tinder/Twitch APIs. The facebook auth tokens used in the Tinder API were sniffed using Charles. To run this, you need to install an app that streams a webview of your screen to Twitch, such as OBS. This was originally streamed on Twitch here. Built at Hack the North Fall 2014. Inspired by Twitch Plays Pokémon.
# Run the API/Web interface
$ cd tinder-server
$ npm install
$ node app.js
# App is now live at http://localhost:1337/main.
# Run the key listener for Twitch streaming
$ cd twitch-chat
$ python main.py
Contributor | Task |
---|---|
Andrew Breckenridge | Twitch Integration |
Henry Boldizsar | Back-End (Tinder API) |
Niraj Pant | Front-End |
Andy Fang | Front-End & Design |