All Projects → piyx → YoutubeSpotifyDL

piyx / YoutubeSpotifyDL

Licence: other
Youtube and Spotify music downloader with metadata.

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to YoutubeSpotifyDL

Ytspotifydl
Youtube and Spotify music downloader with metadata.
Stars: ✭ 34 (-48.48%)
Mutual labels:  spotify, downloader, songs
Getsong
Download any song mp3 with no dependencies except ffmpeg
Stars: ✭ 102 (+54.55%)
Mutual labels:  spotify, downloader, songs
sapfy
Spotify daemon recorder and downloader
Stars: ✭ 55 (-16.67%)
Mutual labels:  spotify, downloader, songs
Alltomp3
Node module to download and convert in MP3 with tags an online video
Stars: ✭ 120 (+81.82%)
Mutual labels:  spotify, songs
Spotivy
🎼 Download music videos from Spotify playlists
Stars: ✭ 64 (-3.03%)
Mutual labels:  spotify, downloader
Ytmdl
A simple app to get songs from YouTube in mp3 format with artist name, album name etc from sources like iTunes, Spotify, LastFM, Deezer, Gaana etc.
Stars: ✭ 2,070 (+3036.36%)
Mutual labels:  spotify, songs
Spotify Dl
Spotify Downloader and alternative of Spotdl(python) tool made in NodeJS based on youtube-dl
Stars: ✭ 427 (+546.97%)
Mutual labels:  spotify, downloader
remixr
Discover new music based on the Spotify playlists you know and love!
Stars: ✭ 37 (-43.94%)
Mutual labels:  playlists, spotify
Swaglyrics For Spotify
📃 Get lyrics of currently playing Spotify song so you don't sing along with the wrong ones and embarrass yourself later. Very fast.
Stars: ✭ 235 (+256.06%)
Mutual labels:  spotify, songs
Spotify Downloader
Download your Spotify playlists and songs along with album art and metadata (from YouTube if a match is found).
Stars: ✭ 6,957 (+10440.91%)
Mutual labels:  playlists, spotify
DingoLingo
A Discord music bot written in Python with support for Youtube, SoundCloud, Spotify, Bandcamp, Twitter, and custom files.
Stars: ✭ 183 (+177.27%)
Mutual labels:  playlists, songs
CoverMaster
Download covers arts from Spotify and Soundcloud and embeds them to your MP3 files. (My first GUI attempt in python.)
Stars: ✭ 64 (-3.03%)
Mutual labels:  spotify, downloader
spotipy2
The next generation Spotify Web API wrapper for Python 3.7+
Stars: ✭ 25 (-62.12%)
Mutual labels:  spotify, spotipy
Spy Spotify
🎤 Records Spotify to mp3 without ads and adds media tags to the files 🎵
Stars: ✭ 929 (+1307.58%)
Mutual labels:  spotify, songs
Lyricfier
a Spotify Lyrics alternative app | New updates at https://github.com/emilioastarita/lyricfier2 (a faster version in golang)
Stars: ✭ 598 (+806.06%)
Mutual labels:  spotify, songs
Spotifydownload
A dependency-free Spotify playlist downloader that should just work
Stars: ✭ 245 (+271.21%)
Mutual labels:  spotify, downloader
Spotify Dl
a script that allows you to download spotify songs or playlists , written in python
Stars: ✭ 275 (+316.67%)
Mutual labels:  spotify, songs
Ytmdl Web V2
Web version of ytmdl. Allows downloading songs with metadata embedded from various sources like itunes, gaana, LastFM etc.
Stars: ✭ 398 (+503.03%)
Mutual labels:  spotify, songs
Exportify
Export/Backup Spotify playlists using the Web API
Stars: ✭ 1,611 (+2340.91%)
Mutual labels:  playlists, spotify
YoutubePlaylistDownloader
A tool to download whole playlists, channels or single videos from youtube and also optionally convert them to almost any format you would like
Stars: ✭ 226 (+242.42%)
Mutual labels:  playlists, downloader

YoutubeSpotifyDL

Youtube and Spotify downloader

Example

example.mp4

How to run

1. Create a Spotify App.

See how to create and setup a spotify app

2. Set Environment Variavles

Edit the .env file and set the credentials.
Set the SPOTIPY_CLIENT_ID AND SPOTIPY_CLIENT_SECRET values.

3. Clone the project

git clone https://github.com/piyx/YoutubeSpotifyDL.git

4. Navigate to the project directory.

cd YoutubeSpotifyDL

5. Install Dependencies

pip install -r requirements.txt

6. Install the package locally.

pip install -e .

7. Run main.py inside ytspdl folder

python ytspdl/main.py
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].