-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
979843c
commit 8420718
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 - |