Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bidoubiwa/bgg_dataset

Script to extract all boardgames from boardgamegeek
https://github.com/bidoubiwa/bgg_dataset

Last synced: 20 days ago
JSON representation

Script to extract all boardgames from boardgamegeek

Awesome Lists containing this project

README

        

# BGG dataset

### Envvironment variables

```
MEILI_HOST=http://127.0.0.1:7700
MEILI_API_KEY=key
```
Can be added in the `.env` file.

## Script

### Fetch all boardgames with the bgg API
```bash
yarn fetch_boardgames
```

### Bgg to MeiliSearch

Add the boardgames to your MeiliSearch Instance. Needs an UID to create the index.
```bash
yarn bgg_to_meili
```

### Settings to MeiliSearch

Add the settings to your index. Needs an UID to create the index.
```bash
yarn meili_settings
```

### Updates to MeiliSearch

Watch the updates in real time. Needs an UID to create the index.
```bash
yarn meili_updates
```