mikec964 / meeple-matcher

Recommendation engine for board games, using data from BoardGameGeek.com
GNU General Public License v3.0
1 stars 0 forks source link

Load or sample ratings #7

Closed mikec964 closed 7 years ago

mikec964 commented 7 years ago

Some games have over 12,000 ratings. API calls return pages of 100 ratings each: That's up to 120 calls per game!

When loading ratings, specify max number of pages to load.

mikec964 commented 7 years ago

It loads sequentially, but it loads all ratings now. Done.