Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/xasos/twitch-plays-tinder
- Owner: xasos
- License: mit
- Created: 2014-09-20T09:37:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-24T07:26:26.000Z (almost 10 years ago)
- Last Synced: 2024-10-31T06:50:41.674Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.09 MB
- Stars: 27
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)