
Collection of awesome projects on LBRY.
Clients
- FastLBRY
A fully featured, terminal application to interact with LBRY. It will allow watching videos, download files, view and send comments, upload new files. This stage is half finished.
- LBRY Desktop
Official LBRY desktop client based on Electron.
- lbt
lbt is a collection of command-line tools for interacting with the LBRY network, written in POSIX shell.
Applications
Scripts & one-purpose applications
- lbry-sync-ytdl
lbry-sync-ytdl is a shell script for uploading content to LBRY using youtube-dl.
- lbry-channel-feed
LBRY RSS Feed provider 🗞 - Support channels at the moment (RSS, Atom & JSON).
- LBRY Utility Scripts
Various python scripts for LBRY by Brendon Brewer.
- A Python script to download all content (or just recent content) from a single LBRY channel
- A Python script to check all your LBRY vanity names (LBRY Desktop)
- A Python tool to manage stalled LBRY downloads
- A Python script to delete files from your LBRY Library on a per-channel basis
- Estimate your LBRY seeding ratio with this little Python script
- LBRYFileUploader
Java based mass file uploader for LBRY.
- lbry_discord_repost_bot
Discord bot to post new uploads on a LBRY channel to a specific discord channel.
Browser extensions
- Watch on Odysee Firefox Chromium GitHub
Plugin that automatically redirects you to the Odysee version of any video on YouTube that is available on Odysee.
- Watch on LBRY Firefox Chromium GitHub
Plug that automatically redirects you to the LBRY network when it detects that the YouTube video is there.
- LBRY Link Chromium GitHub
Makes lbry:// links clickable.
- LBC Today Firefox Chromium GitHub
Check LBC price live on your browser.
Libraries & API’s
- LBRY SDK (lbrynet)
LBRY SDK for Python is currently the most fully featured implementation of the LBRY Network protocols and includes many useful components and tools for building decentralized applications.
- lbry-trending-algos
Various LBRY trending algorithms by Brendon Brewer.
- lbrytools
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.