Schroedinger-Hat / youtube-to-anchorfm

An automation process to convert YouTube video into audio file and uploading it to Anchor.fm podcast
MIT License
129 stars 71 forks source link

Added new login with spotify #116

Closed VasilisTako closed 8 months ago

VasilisTako commented 8 months ago

As discussed into #107 the old anchor account is deprecated for new users.

So in this PR i've implemented the new login process using the spotify account. That can be activated setting the ANCHOR_LOGIN env variable to false.

By default that's set to true so up to now the anchor login remains the default one.

I've added to the yaml file the new secrets for running the action with SPOTIFY_EMAIL and SPOTIFY_PASSWORD, so here could be worth updating the action and .env docs too? I've already updated the .env.sample in this commit with the new env variables.

Any opinion on this?

VasilisTako commented 8 months ago

@matevskial @abe-101 @TheJoin95

VasilisTako commented 8 months ago

Refers to #113 too