update README

This commit is contained in:
cere 2024-01-16 04:58:07 -05:00
parent a58c71bb25
commit 78a14c9f2c
1 changed files with 3 additions and 8 deletions

View File

@ -1,13 +1,11 @@
# Piped API client (Python)
[![Test with pyTest](https://github.com/CWKevo/python-piped-api-client/actions/workflows/pytest.yml/badge.svg?branch=master)](https://github.com/CWKevo/python-piped-api-client/actions/workflows/pytest.yml)
A Python API wrapper for [Piped](https://piped-docs.kavin.rocks/). This can essentially be used as an alternative way to access YouTube's API, without needing to use an API key.
A Python API wrapper for [Piped](https://piped-docs.kavin.rocks/). This can essentially be used as an alternative way to access YouTube's API, without needing to use an API key. Forked to allow for search queries to be made.
## Installation
```bash
pip install piped-api
pip install git+https://gitdab.com/cere/python-piped-api-client
```
## Quickstart
@ -46,7 +44,4 @@ It is not meant to be a replacement for the official YouTube API, but it can hel
## Useful links
- [Piped's official API documentation](https://piped-docs.kavin.rocks/docs/api-documentation/)
- [Documentation for this package](https://cwkevo.github.io/python-piped-api-client/)
<a href="https://www.buymeacoffee.com/skevo"><img src="https://img.buymeacoffee.com/button-api/?text=Support me&emoji=🐣&slug=skevo&button_colour=ffa200&font_colour=000000&font_family=Poppins&outline_colour=000000&coffee_colour=FFDD00" /></a>
- [Piped's official API documentation](https://piped-docs.kavin.rocks/docs/api-documentation/)