All Projects → akornor → Playlistor

akornor / Playlistor

Licence: mit
🎶Apple Music ↔️ Spotify playlist convertor.

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Playlistor

Docker Django
A complete docker package for deploying django which is easy to understand and deploy anywhere.
Stars: ✭ 378 (+297.89%)
Mutual labels:  redis, django, celery
Dailyfresh
Django-天天生鲜电商学习项目
Stars: ✭ 127 (+33.68%)
Mutual labels:  redis, django, celery
Banking System
A banking System Created Using Django Python Web Framework
Stars: ✭ 105 (+10.53%)
Mutual labels:  redis, django, celery
Dailyfresh B2c
dailyfresh mall based on B2C model
Stars: ✭ 177 (+86.32%)
Mutual labels:  redis, django, celery
Chain
链喵 CMDB 本项目已停止开发!因长时间未对代码进行维护,可能会造成项目在不同环境上无法部署、运行BUG等问题,请知晓!项目仅供参考!
Stars: ✭ 240 (+152.63%)
Mutual labels:  redis, django, celery
Website
django 开发的BBS博客项目, 此项目包含多用户注册,话题模块,发布文章,文章评论,课程、社区BBS以及消息提示,关注,采用邮箱注册,激活验证登录,以及QQ注册登录,招募作者发布教程在后台管理系统发布, pc采用模板渲染,cms采用vue drf前后分离,登录采用JWT认证登录、移动端采用react开发,
Stars: ✭ 217 (+128.42%)
Mutual labels:  redis, django, celery
Django School Management
Deployment Ready Developer to Developer Full-stack School Management System with payments, e-admission, result management, academic functionalities, and much more implemented in a simple way.
Stars: ✭ 151 (+58.95%)
Mutual labels:  redis, django, celery
Ecommerce website development
本项目基于Django1.8.2等来开发一个电商平台,可实现注册、登录、浏览、购买、支付等全部常用功能。
Stars: ✭ 246 (+158.95%)
Mutual labels:  redis, django, celery
Docker Django Example
A production ready example Django app that's using Docker and Docker Compose.
Stars: ✭ 86 (-9.47%)
Mutual labels:  redis, django, celery
Python Spider
豆瓣电影top250、斗鱼爬取json数据以及爬取美女图片、淘宝、有缘、CrawlSpider爬取红娘网相亲人的部分基本信息以及红娘网分布式爬取和存储redis、爬虫小demo、Selenium、爬取多点、django开发接口、爬取有缘网信息、模拟知乎登录、模拟github登录、模拟图虫网登录、爬取多点商城整站数据、爬取微信公众号历史文章、爬取微信群或者微信好友分享的文章、itchat监听指定微信公众号分享的文章
Stars: ✭ 615 (+547.37%)
Mutual labels:  redis, django
Redbeat
RedBeat is a Celery Beat Scheduler that stores the scheduled tasks and runtime metadata in Redis.
Stars: ✭ 639 (+572.63%)
Mutual labels:  redis, celery
Funpyspidersearchengine
Word2vec 千人千面 个性化搜索 + Scrapy2.3.0(爬取数据) + ElasticSearch7.9.1(存储数据并提供对外Restful API) + Django3.1.1 搜索
Stars: ✭ 782 (+723.16%)
Mutual labels:  redis, django
Feedhq
FeedHQ is a web-based feed reader
Stars: ✭ 525 (+452.63%)
Mutual labels:  redis, django
Flower
Real-time monitor and web admin for Celery distributed task queue
Stars: ✭ 5,036 (+5201.05%)
Mutual labels:  redis, celery
Node Celery
Celery client for Node.js
Stars: ✭ 648 (+582.11%)
Mutual labels:  redis, celery
Ops
基于centos6+python3.6+django2+ansible2.4+celery4.2 运维管理系统,目前实现功能:用户和用户组管理、资产管理、集成ansible2.4、简易堡垒机(主机分配支持rdp以及vnc、用户分配、文件上传下载、配置禁用命令清单、操作录像回放功能)、CI/CD(支持git仓库和svn仓库)、数据库管理(一部分)、celery任务编排、知识库及文件共享
Stars: ✭ 502 (+428.42%)
Mutual labels:  django, celery
Django Celery Beat
Celery Periodic Tasks backed by the Django ORM
Stars: ✭ 884 (+830.53%)
Mutual labels:  django, celery
Bibi
An e-commerce fullstack solution for Flask 出口电商全栈解决方案
Stars: ✭ 914 (+862.11%)
Mutual labels:  redis, celery
Django Redis Sessions
Session backend for Django that stores sessions in a Redis database
Stars: ✭ 478 (+403.16%)
Mutual labels:  redis, django
Metta
An information security preparedness tool to do adversarial simulation.
Stars: ✭ 867 (+812.63%)
Mutual labels:  redis, celery

Playlistor

self-hosted apple music to spotify playlist convertor

CircleCI

Demo

Demo

Installing

For simplicity, you'll need docker and docker-compose to run playlistor in development. Create .env file and set the appropriate environment variables. For example:

	REDIS_URL=redis://redis:6379
	REDIRECT_URI=http://localhost:8000/callback
	SPOTIFY_CLIENT_ID=Loremipsumdolorsitamet
	SPOTIFY_CLIENT_SECRET=Loremipsumdolorsitamet

Then run docker-compose up to get things running.

Usage

Navigate to localhost:8000. You'll be required to login with your Spotify credentials on first attempt.

TODO

  • [X] Add feature to convert apple music playlist to spotify

Thanks and Acknowledgments

Thanks to Maame, Mayor, Samuel, Elikem, Diayan, Ike, Paul and Christian for helping me put this together. Not sure we'll have playlistor without you guys.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].