Spotify Dashboard Bot
D 52 completedPipeline State
completedPipeline Metadata
AI Prompt
Catalog Information
Automates the management of the Spotify Developer Dashboard allowlist via a secure API.
Description
This project provides a lightweight API server that automates adding and removing user emails from the Spotify Developer Dashboard allowlist. It uses Playwright to control a Chromium browser, interacting with the dashboard’s UI and extracting 2‑factor authentication codes from Gmail OAuth2 tokens. The API requires an x‑api‑key header for security and exposes endpoints for adding, removing, listing allowlisted emails, and health checks. It is designed for developers who need to manage the limited 5‑user Dev Mode slot allocation without manual browser interaction, integrating smoothly into CI/CD pipelines or other automation workflows. The solution reduces manual effort, minimizes human error, and enhances security by centralizing allowlist changes behind a protected API.
الوصف
يتيح هذا المشروع أتمتة إدارة قائمة السماح في لوحة تحكم مطوري Spotify، مما يسرّع عمليات إضافة أو إزالة عناوين البريد الإلكتروني للمستخدمين. يعتمد على مكتبة Playwright لتشغيل متصفح Chromium وتفاعل مع واجهة المستخدم الرسومية للوحة التحكم، مع استخراج رموز التحقق من 2FA عبر OAuth2 في Gmail. يوفر واجهة برمجة تطبيقات REST بسيطة تتطلب مفتاح API لتأمين الوصول، وتدعم عمليات POST لإضافة أو إزالة عناوين البريد الإلكتروني، وGET لاستعراض القائمة الحالية، وGET للتحقق من حالة الخدمة. يهدف إلى حل مشكلة القيود اليدوية على حصة 5 مستخدمين في وضع التطوير، حيث يمكن للمطورين تعديل القائمة تلقائياً دون الحاجة لتسجيل الدخول يدويًا. يدمج الأمان عبر مفتاح API وتكامل 2FA، ما يضمن أن التغييرات تتم فقط من قبل جهات موثوقة. يختلف عن الحلول التقليدية بكونه يعمل كخدمة خلفية يمكن استدعاؤها من خطوط CI/CD أو أدوات إدارة البنية التحتية، مع واجهة برمجة تطبيقات موحدة. الجمهور المستهدف هم مطورو Spotify الذين يحتاجون إلى إدارة قائمة السماح بكفاءة، أو فرق DevOps التي ترغب في دمج هذه العمليات في سير العمل الآلي. يساهم في تقليل الأخطاء البشرية وتحسين أمان العمليات المتعلقة بإدارة حسابات المطور.
Novelty
6/10Tags
Technologies
Claude Models
Quality Score
Strengths
- Consistent naming conventions (snake_case)
Weaknesses
- No LICENSE file \u2014 legal ambiguity for contributors
- No tests found \u2014 high risk of regressions
- No CI/CD configuration \u2014 manual testing and deployment
- Potential hardcoded secrets in 1 files
- 185 duplicate lines detected \u2014 consider DRY refactoring
Recommendations
- Add a test suite \u2014 start with critical path integration tests
- Set up CI/CD (GitHub Actions recommended) to automate testing and deployment
- Add a linter configuration to enforce code style consistency
- Add a LICENSE file (MIT recommended for open source)
- Move hardcoded secrets to environment variables or a secrets manager
Security & Health
Languages
Frameworks
Concepts (2)
| Category | Name | Description | Confidence | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Source: Repobility analyzer · https://repobility.com | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| auto_description | Project Description | Automates Spotify Developer Dashboard allowlist management (add/remove user emails) via Playwright. Designed to programmatically manage the 5-user Dev Mode slot allocation without manual browser interaction. | 80% | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| auto_category | Web Backend | web-backend | 70% | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Embed Badge
Add to your README:
