Library to interact with the lbrynet client from the LBRY project
A library of functions that can be used to manage the download of claims from the LBRY network. It includes methods to download claims by URI (canonical url), claim ID, or from specific channels.
It also includes methods to clean up older files and free space, so the functions are suitable for use in a headless computer that will download files, and seed them to the network with little user intervention.
This libary is released as free software under the MIT license.
The LBRY Desktop application provides basic functionality to manage downloaded claims. Real control of the system is achieved with the lbrynet
headless client, also called the lbry-sdk.
This library provides convenience functions that wrap around lbrynet
in order to search, download, and delete many claims