belikor

Results 13 issues of belikor

At the moment we call the SDK methods by using `requests`. ```py import requests msg = {"method": "claim_search", "params": {"channel": "@example", "page": 1}} output = requests.post(server, json=msg).json() if "error" in...

enhancement
help wanted

These tools were developed to make `lbrynet` simpler to use with many files, particularly to download many claims from multiple channels, and thus help with seeding them. It would be...

enhancement

https://github.com/tuxfoo/lbry-seedit/issues/20 The `lbrytools.print_summary` function is able to create a CSV file with all claims downloaded so far. ```py p = print_summary(title=True, typ=False, path=False, cid=True, blobs=True, ch=False, name=True) ``` It would...

enhancement