As LBRY Desktop and Odysee.com are bloated mess of .JS files. I want to make a few new clients to talk to this network. I like the network. I don't like the UI implementation of the main branch.
Jeison Yehuda Amihud (Blender Dumbass) 6c005670fc Upload files to '' | 3 سال پیش | |
---|---|---|
flbry | 3 سال پیش | |
How-To-Use.md | 3 سال پیش | |
LICENSE | 3 سال پیش | |
README.md | 3 سال پیش | |
run.py | 3 سال پیش |
An LBRY network is amazing. The only problem is, to interact with it you need to either use the LBRY Desktop application, or to use Odysee.com which are quite bloated for the kind of applications that they are. I don't blame them. They are trying make the presentation of it work nicely. And for it the easiest way it to build your own custom UI using something like JavaScript.
Decentralized protocols don't live much without people building apps upon them. Email has a lot of implementations. Matrix has a ton of clients developed by different people. ActivityPub with FreeTube and Mastodon makes for an interesting place to be. But LBRY? LBRY Desktop or Odysee... Which are basically just a theme setting apart from each other.
This application will be a set of very organized scripts written in python to provide users with a way to interact with the LBRY protocol. If anybody wants to contribute into hacking it, help is needed.
(kind of possible)
The LBRY SDK used for this project is under the MIT license. The rest of the project is under the GNU General Public License Version 3 or any later version. To read the legal code of the license go to LICENSE file.
#FastLBRY:matrix.org
)See Hot-To-Use.md in the end for information about the code structure it self. and how you can start hacking it.