Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 885 Bytes

File metadata and controls

19 lines (14 loc) · 885 Bytes

Crawlify

Crawlify is a containerized automation tool that exports your Spotify playlists using Exportify. It automates the login process and retrieves playlist data as a .zip archive.

Execute project

In the root directory of the project, create a file named .env and add the following:

EMAIL_SPOTIFY=your_spotify_email
PASSWORD_SPOTIFY=your_spotify_password

These credentials are used to log in to your Spotify account via the Exportify interface.

Then just use the following command to start the project.

docker compose up --build

The restarter container will be always active unless you manually stop it. Also, the client will retrieve playlists informations every day at 15:00. To change this behaviour, go to restart.sh to change the restart hour and then manually restart the entire project.