https://github.com/fleaz/whatcanweplaytogether
Find games which you can play together with your Steam friends.
https://github.com/fleaz/whatcanweplaytogether
hacktoberfest
Last synced: 4 months ago
JSON representation
Find games which you can play together with your Steam friends.
- Host: GitHub
- URL: https://github.com/fleaz/whatcanweplaytogether
- Owner: fleaz
- Created: 2017-07-01T22:37:25.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-12-01T23:35:24.000Z (over 4 years ago)
- Last Synced: 2025-10-08T11:44:10.998Z (8 months ago)
- Topics: hacktoberfest
- Language: HTML
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WhatCanWePlayTogether
This tool helps you with the problem of finding games which you can play together with your friends.
## Set-Up
### Requirements
* [steamapi python library](https://github.com/smiley/steamapi)
* Flask: `pip install flask`
### Run the application
Start the flask app: `python main.py`
Go to "localhost:5000/user/$yoursteamnickname" and select all of you friends which are part of the group.
On submit the tool will find all games which are present in all of your Steam librarys
## ToDo
- Code cleanup :D
- Some nicer HTML/CSS
- try/except to catch private Steam profiles
- Only consider games with multiplayer?