bltool
bltool copied to clipboard
A tool for command line interaction with backloggery.com
The program seems to be working correctly with no errors at first, but after a number of games get added, the website seems to blacklist the IP from where the...
I'm trying to push a tsv file of games to backloggery. My tsv looks like: `0 PC Unplayed Tacoma` Error returns: Adding null game 'null' to backloggery: Error adding game...
Testing some stuff has shown me that logging in, at least on the backloggery side with a password that contains a % (at least as the last character) breaks bltool....
Hello. I'm getting an error > Couldn't find any games at http://steamcommunity.com/id/[MYPROFILE] - are you sure you specified the right --steam-name? I'm 100% sure it's the right name, the link...
Steam imports work fine, but when trying to do the same for XBox I get: ``` java -jar bltool.jar --from xboxlive --to backloggery --xbox-name --bl-name --bl-pass Exception in thread "main"...
https://github.com/ToxicFrog/bltool/blob/4148836186698b398b306790f6bd10348a5911ba/src/bltool/data/text.clj#L10 Not all that familiar with Clojure, but something like this may work. ```clojure (vec (drop 1 (re-matches #"(\d+)\s+([^\s]*(?:\s+\([^\s]*\))?)\s+([^\s]*)\s+(.*)" game))) ```
It was hanging on the "Logging in to backloggery" and i thought it was just failing somewhere but after about an hour it then updated with a whole heap of...
I've created a new xboxapi account and changed the api key, just to avoid the rate limit problem, but I got stuck as well :\ I try to run the...
When importing `bltool.jar` into Eclipse, there's no available source attachment that can be used for code debugging. This along with the lack of an available JavaDoc makes knowing the callable...