Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zackees/ytclip-server
Docker server running ytclip
https://github.com/zackees/ytclip-server
Last synced: about 1 month ago
JSON representation
Docker server running ytclip
- Host: GitHub
- URL: https://github.com/zackees/ytclip-server
- Owner: zackees
- License: gpl-3.0
- Created: 2022-04-04T05:05:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-27T19:56:10.000Z (about 1 year ago)
- Last Synced: 2024-11-18T07:48:40.717Z (about 2 months ago)
- Language: Python
- Size: 101 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ytclip-server
[![Actions Status](https://github.com/zackees/ytclip-server/workflows/MacOS_Tests/badge.svg)](https://github.com/zackees/ytclip-server/actions/workflows/push_macos.yml)
[![Actions Status](https://github.com/zackees/ytclip-server/workflows/Win_Tests/badge.svg)](https://github.com/zackees/ytclip-server/actions/workflows/push_win.yml)
[![Actions Status](https://github.com/zackees/ytclip-server/workflows/Ubuntu_Tests/badge.svg)](https://github.com/zackees/ytclip-server/actions/workflows/push_ubuntu.yml)Docker http server running [ytclip](https://github.com/zackees/ytclip).
![image](https://user-images.githubusercontent.com/6856673/196817552-1442f477-6251-4da0-b726-c9e86ed80fd4.png)
This repo has been tested with DigitalOcean and Render.com zero-config docker apps. Fork the repo then use the repo, the Docker app will be detected automatically.
# Docker
* `git clone https://github.com/zackees/ytclip-server`
* `cd ytclip-server`
* `docker-compose up`
* Now open up `http://127.0.0.1:80/`# Non docker
## Using pip
* `pip install ytclip-server`
* `ytclip-server --port 1234`
* Now open up `http://127.0.0.1:1234` in a browser.## Using github
* `git clone https://github.com/zackees/ytclip-server`
* `cd ytclip-server`
* `pip install -e .`
* `run_dev.sh` (Browser will open up automatically)# Full Tests + linting
* `git clone https://github.com/zackees/ytclip-server`
* `cd ytclip-server`
* `tox`