Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

lyberry_api-0.2.2-py3-none-any.whl (23.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page