This small project contains two .py files :
backloggd.pycan be executed to fetch your backlog on Backloggd and convert it to a csv file.hltb.pytakes a csv file with game title and add the length to complete it according to How Long to Beat.
- Install the requirements
- Change your username and the
max_pageparameter inbackloggd.py, corresponding to the number of page in your collection. We could directly fetch it, but at the moment, it's not implemented.