Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bidoubiwa/bgg_dataset
- Owner: bidoubiwa
- Created: 2020-01-12T23:34:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-04T00:35:14.000Z (over 3 years ago)
- Last Synced: 2024-12-15T12:06:51.078Z (26 days ago)
- Language: JavaScript
- Size: 79.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```