LyBerry Api
This is a python library that helps to interface with lbrynet in an simple way so that making LBRY clients is easy.
Install
pip install lyberry-api
Use
create a lbrynet connection
import lyberry_api
lbry = lyberry_api.LBRY_Api()
get a channel
channel = lbry.resolve('@mybeansarebaked')
get their latest publication
pub = next(channel.pubs_feed)
get the latest comment
comment = next(pub.comments_feed)
License
Copyright (C) 2022 MyBeansAreBaked
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.
Release files for lyberry-api 0.2.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| lyberry_api-0.2.2-py3-none-any.whl | Python 3 | none | any | Details |
Release files / lyberry_api-0.2.2-py3-none-any.whl
| Download URL | lyberry_api-0.2.2-py3-none-any.whl |
|---|---|
| Size | 23.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
216d8fcce240d93385c5f92188a5a065f350d4aeee021a1ee6743b886cdc0748
|
|
BLAKE2b-256 checksum How to use checksums |
bd2deef2a5380b6a6ed56af8054607297850280fcd8d0f35c47e678dc0989879
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.10.4
|