Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xasos/twitch-plays-tinder

Dating with data, streamed from Twitch.
https://github.com/xasos/twitch-plays-tinder

Last synced: 2 months ago
JSON representation

Dating with data, streamed from Twitch.

Awesome Lists containing this project

README

        

twitch-plays-tinder
===

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](http://www.charlesproxy.com/). To run this, you need to install an app that streams a webview of your screen to Twitch, such as [OBS](https://obsproject.com/). This was originally streamed on Twitch [here](http://www.twitch.tv/twitchplaystinderbot). Built at Hack the North Fall 2014. Inspired by [Twitch Plays Pokémon](http://www.twitch.tv/twitchplayspokemon).

```sh
# 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
```

## Team
Contributor | Task
--- | ---
[Andrew Breckenridge](https://github.com/andrewsb) | Twitch Integration
[Henry Boldizsar](https://github.com/9o) | Back-End (Tinder API)
[Niraj Pant](https://github.com/xasos) | Front-End
[Andy Fang](https://github.com/AndyF) | Front-End & Design

## License
[MIT License](LICENSE)