Spotify from YouTube Installer, or syfin (pronounced siphon
), is a Command Line Application that searches YouTube for any given Spotify track, album, or playlist, and installs the best matching MP3s.
[This is a pet project that I'm not completely focused on, it might be a while before this is usable. :)]
TODO: Write installation instruction here.
TODO: Write usage instruction here.
You can find a comprehensive list of exmaples and snippets here
.
- Fork the repository:
Fork
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request! 🎉
You can also re-create these steps with GitHub Desktop, Visual Studio Code, or whatever git version control UI you prefer.
TODO: Write developement notes for CLI here.
TODO: Write developement notes for API here.