Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MaitreGEEK authored Jul 4, 2023
1 parent 979843c commit 8420718
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
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 -

0 comments on commit 8420718

Please sign in to comment.