An easier way to interact with lbrynet using python
Project description
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/.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file lyberry_api-0.2.2-py3-none-any.whl
.
File metadata
- Download URL: lyberry_api-0.2.2-py3-none-any.whl
- Upload date:
- Size: 23.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 216d8fcce240d93385c5f92188a5a065f350d4aeee021a1ee6743b886cdc0748 |
|
MD5 | 814a310dfa0ef346fcc06218dd1e1974 |
|
BLAKE2b-256 | bd2deef2a5380b6a6ed56af8054607297850280fcd8d0f35c47e678dc0989879 |