Skip to content

Bypassing regional restrictions for a free Spotify account

License

Notifications You must be signed in to change notification settings

angelicachao/SpotifyGeoFreedom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SpotifyGeoFreedom

Bypassing Regional Restrictions for a Free Spotify Account

This solution is designed for users residing in countries where Spotify is not officially available and they are forced to register through other countries and also confirm their fake location every 14 days using a VPN.

Method Overview

This method employs GitHub Actions to run a runner with a USA location one day a week. It logs into the desktop Spotify client using your username and password, allowing you to access Spotify as if you were in the USA.

Requirements

Before getting started, make sure you have the following:

  • A GitHub account
  • A free Spotify account
  • Your Spotify account must have the USA selected as the country ( if you have another country specified, then you can change it yourself to Usa, use Vpn )

Getting Started

Text tutorial

Follow these steps to set up and use this method:

  1. Fork this Repository

  2. Repository Settings

    • In your fork's Settings
    • navigate to Secrets and Variables => Actions
  3. Create Repository Secrets:

    • Click on New Repository Secret
    • In the Name field, enter LOGIN
    • In the Secret field, enter your Spotify account login. Click Add Secret
  4. Password Secret:

    • Repeat the same process for your password
    • Click New Repository Secret
    • Enter PASS in the Name field
    • Enter your Spotify account password in the Secret field. (Remember to update it here if you change your password)
  5. Activate the Runner:

    • Go to the Actions tab in your forked repository
    • Confirm the activation of the runner
Video tutorial

YouTube

How can I check the runner's operation after the initial setup?

If the time trigger has not yet activated, and you want to check if your runner is working successfully, manual launch is provided. Follow these steps:

Steps

  • While on the main page of your fork, go to the tab 2023-09-11 080820

  • In the left sidebar, click the "Run SpotifyGeoFreedom Script" button

    screenshot

    Снимок экрана 2023-09-11 081017

  • On the right side, a dropdown menu "Run workflow" will appear, inside of which there will be a green "Run workflow" button. Click on it to start the runner

    screenshot

    Снимок экрана 2023-09-11 085001

  • Wait for a couple of minutes until the script completes, and its icon turns green

    screenshot

    Снимок экрана 2023-09-11 082025

  • Go to the runner actions "Run SpotifyGeoFreedom Script" => "run-powershell"

  • Expand the "Сlient download and login" action

  • If the script outputs "Client response: Successful authentication," then everything is fine; your runner has successfully opened the Spotify client using your login and password

    screenshot

    Снимок экрана 2023-09-11 082132

  • If you see the message "Client response: Failed authenticating: login5_invalid_credentials," then most likely you did not correctly set your login and password in the secret variables. Try doing it again. If you are sure that your login and password were set correctly, then in 99% of cases, Spotify has reset your password. Check your email; there should be a password reset form. You need to reset it and set the new password in the secret variable

At what time does the runner trigger?

The launch occurs every Thursday at 2:37 UTC

Why is a login and password necessary? Is it considered secure?

Login and password are required to access your account from an Usa IP address, thus resetting the 14-day regional restriction counter. While setting up the method, you input your login and password into actions secrets, they are stored there in encrypted form, and only you have access to them. This is absolutely secure

Why can't I log into my Spotify account?

It's relatively rare, but Spotify can detect false suspicious activities. If this happens, you will receive an email with instructions to reset your password. After creating a new password, don't forget to update the PASS secret in your fork's settings.

Does it really work?

I have no idea🤣 as long as it's just being tested

Disclaimer

You are using this method at your own risk; the developer is not responsible for any potential issues.

About

Bypassing regional restrictions for a free Spotify account

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%