Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Next Auth | 15,325 | 21 | 73 | 4 hours ago | 567 | August 01, 2022 | 210 | isc | TypeScript | |
Authentication for the Web. | ||||||||||
Google Api Nodejs Client | 10,496 | 8,219 | 1,712 | a day ago | 218 | September 21, 2022 | 144 | apache-2.0 | TypeScript | |
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. | ||||||||||
Satellizer | 8,017 | 284 | 6 | 3 years ago | 56 | August 30, 2016 | 287 | mit | TypeScript | |
Token-based AngularJS Authentication | ||||||||||
Doorkeeper | 5,111 | 4,009 | 40 | a day ago | 109 | September 08, 2022 | 22 | mit | Ruby | |
Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape. | ||||||||||
4,863 | 458 | 45 | 4 years ago | 73 | February 15, 2017 | 13 | other | JavaScript | ||
微信公共平台消息接口服务中间件 | ||||||||||
3,998 | 26 | 9 hours ago | 58 | August 08, 2022 | 86 | apache-2.0 | Go | |||
WeChat SDK for Go (微信SDK:简单、易用) | ||||||||||
Octokit.rb | 3,736 | 36,226 | 665 | a day ago | 129 | September 14, 2022 | 54 | mit | Ruby | |
Ruby toolkit for the GitHub API | ||||||||||
Gist | 3,718 | 361 | 22 | 10 months ago | 36 | August 27, 2020 | 54 | mit | Ruby | |
Potentially the best command line gister. | ||||||||||
Devise_token_auth | 3,439 | 1,516 | 13 | 3 days ago | 112 | July 19, 2021 | 190 | wtfpl | Ruby | |
Token based authentication for Rails JSON APIs. Designed to work with jToker and ng-token-auth. | ||||||||||
Oauth2orize | 3,307 | 2,413 | 151 | a year ago | 21 | November 18, 2021 | 78 | mit | JavaScript | |
OAuth 2.0 authorization server toolkit for Node.js. |
A simple script that takes your liked videos on Youtube, and generates a Spotify playlist based on the song in your liked videos.
Check out the youtube video for a step by step walk through Youtube Video
Install All Dependencies
pip3 install -r requirements.txt
Collect You Spotify User ID and Oauth Token From Spotfiy and add it to secrets.py file
Enable Oauth For Youtube and download the client_secrets.json
Run the File
python3 create_playlist.py
Please visit this URL to authorize this application: <some long url>
authorization code
KeyError
this could
be caused by an expired token. So just refer back to step 3 in local setup, and generate a new
token!