Spotifygenerateplaylist

Spotifygenerateplaylist
Alternatives To Spotifygenerateplaylist
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Next Auth15,32521734 hours ago567August 01, 2022210iscTypeScript
Authentication for the Web.
Google Api Nodejs Client10,4968,2191,712a day ago218September 21, 2022144apache-2.0TypeScript
Google's officially supported Node.js client library for accessing Google APIs. Support for authorization and authentication with OAuth 2.0, API Keys and JWT (Service Tokens) is included.
Satellizer8,01728463 years ago56August 30, 2016287mitTypeScript
Token-based AngularJS Authentication
Doorkeeper5,1114,00940a day ago109September 08, 202222mitRuby
Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.
Wechat4,863458454 years ago73February 15, 201713otherJavaScript
微信公共平台消息接口服务中间件
Wechat3,998269 hours ago58August 08, 202286apache-2.0Go
WeChat SDK for Go (微信SDK:简单、易用)
Octokit.rb3,73636,226665a day ago129September 14, 202254mitRuby
Ruby toolkit for the GitHub API
Gist3,7183612210 months ago36August 27, 202054mitRuby
Potentially the best command line gister.
Devise_token_auth3,4391,516133 days ago112July 19, 2021190wtfplRuby
Token based authentication for Rails JSON APIs. Designed to work with jToker and ng-token-auth.
Oauth2orize3,3072,413151a year ago21November 18, 202178mitJavaScript
OAuth 2.0 authorization server toolkit for Node.js.
Alternatives To Spotifygenerateplaylist
Select To Compare


Alternative Project Comparisons
Readme

SpotifyGeneratePlaylist

A simple script that takes your liked videos on Youtube, and generates a Spotify playlist based on the song in your liked videos.

Table of Contents

Video

Check out the youtube video for a step by step walk through Youtube Video

Technologies

LocalSetup

  1. Install All Dependencies
    pip3 install -r requirements.txt

  2. Collect You Spotify User ID and Oauth Token From Spotfiy and add it to secrets.py file

    • To Collect your User ID, Log into Spotify then go here: Account Overview and its your Username alt text
    • To Collect your Oauth Token, Visit this url here: Get Oauth and click the Get Token button alt text
  3. Enable Oauth For Youtube and download the client_secrets.json

  4. Run the File
    python3 create_playlist.py

    • you'll immediately see Please visit this URL to authorize this application: <some long url>
    • click on it and log into your Google Account to collect the authorization code

ToDo

  • Tests
  • Add Error Handling

Troubleshooting

  • Spotify Oauth token expires very quickly, If you come across a KeyError this could be caused by an expired token. So just refer back to step 3 in local setup, and generate a new token!
Popular Token Projects
Popular Oauth Projects
Popular Security Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Token
Oauth
Youtube
Spotify