A tool which can be used to search and play YouTube music!
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
madiwka3 5f94966776 First commit 4年前
dependencies.sh First commit 4年前
open.py First commit 4年前
readme.md First commit 4年前
spotitube.sh First commit 4年前

readme.md

Spotitube

Basically, a tool to listen to music using YouTube search results.

Instalation

FOR ARCH USERS ONLY STEP (SKIP IF OTHER OS):

cmod +x dependencies.sh
./dependencies.sh

This will install the required dependencies (skip next step)

Prerequisites

The dependencies.sh already handles the dependencies, but if you want to do it manually, then here you go.

This app requires python3, pip3, and youtube-search python module to function properly:

Arch:

sudo pacman -S python3 python-pip
pip install youtube-search

Debian/ubuntu:

sudo apt install python3 pip3
pip3 install youtube-search

Usage

All you have to do is launch spotitube.sh and give it a string argument with the song name!

./spotitube.sh "Song name"

Enjoy your music!