Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devbrones/wol-api
API that runs on the Watch-on-LBRY extension proxy https://madiator.com
https://github.com/devbrones/wol-api
Last synced: about 2 months ago
JSON representation
API that runs on the Watch-on-LBRY extension proxy https://madiator.com
- Host: GitHub
- URL: https://github.com/devbrones/wol-api
- Owner: devbrones
- License: gpl-2.0
- Created: 2021-12-30T18:39:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-02T15:31:49.000Z (over 2 years ago)
- Last Synced: 2024-08-03T23:03:13.871Z (5 months ago)
- Language: Python
- Homepage:
- Size: 281 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-LBRY - wol-api - WOL-API (API for future impl. in Watch-on-LBRY) (Tools)
README
# WOL-API
## Watch-on-LBRY API proxy that saves data from LBRY to a databaseCurrent version: **1.1.87**
**Requirements:**
- pipenv
- flask (pipenv install flask)
- postgresql
- libpq-dev**Installation instructions:**
Clone the repository from Github:
```git clone https://github.com/devbrones/wol-api```
Change working directory to the recently cloned folder:
```cd wol-api```
Install dependencies:
```pipenv install```
Fetch submodules:
```git submodules update && cd docs/wol-docs && git pull```
Configure api settings in /src/apimod/apcnf.py
Run the API:
```pipenv run python src/apimod/index.py```
See docs for more info.
**Common issues:**
P: Infinite loading after running the command.F:
- Make sure you have configured /src/apimod/apcnf.py properly.