Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hamishivi/shrec

A recommendation website for your steam backlog
https://github.com/hamishivi/shrec

collaborative-filtering flask steam website

Last synced: about 1 month ago
JSON representation

A recommendation website for your steam backlog

Awesome Lists containing this project

README

        

# shrec
Get Shreced

## Setting up dev environment

Requirements:
- `virtualenv`

```sh
virtualenv .env
source .env/bin/activate
pip install -r requirements.txt
```

There should be a `config.py` file in the root folder of the project. You can use the following template to create it.

```
STEAM_API_KEY = "1234"
IGDB_API_KEY = "5678"
```

## Running the server
```
./run.py
```