Lagg / steamodd

Python module for the steam API
ISC License
76 stars 18 forks source link

Batch user profile support #14

Closed Lagg closed 11 years ago

Lagg commented 11 years ago

The user profile request in the Steam API supports batches of up to 100 IDs at a time, but steam.user.profile is designed and implemented to reflect only 1 profile. In order to support the batch requests a multi-profile fetching class will need to be implemented which will build and return lists of steam.user.profile objects in a way similar to what happens when you iterate schema and inventory objects.