From 8420718c46af89c1dd32fcdb1addd381a0f83797 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=AEtreGEEK?= <90345438+MaitreGEEK@users.noreply.github.com> Date: Tue, 4 Jul 2023 19:45:31 +0200 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 80d335b..96bafb5 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,15 @@ # string to link ytb A simple program to transform a list of videos strings - like a big query - into a list of their links using Google Youtube Search API + +To use the program you'll need to install python, then the module requests + +```pip install requests``` + +Then put all the songs you want to get the links into `songs.txt` + +Then run: +```python bin/main.py``` + +And once it's done, go into links.txt and all the links are here ! + +Feel free to modify it! - You can create any fork you want -