spotigen-chat-gpt-plugin
A ChatGPT Plugin that generates Spotify playlists π΅ based on your prompts β¨.
νμΌ νμκΈ°
- index.py
- api.py
- __init__.py
- spotify.py
- __main__.py
- index.py
- utils.py
- ai-plugin-dev.json
- ai-plugin.json
- logo.png
- openapi.yaml
- .gitignore
- CONTRIBUTING.md
- LICENSE
- main.py
- README.md
- requirements.txt
- vercel.json
# CDNμΌλ‘ μ¬μ©νκΈ°
jsDelivrjsDelivrλ κ³΅κ° GitHub 리ν¬μ§ν 리λ₯Ό λ³λ μ€μ μμ΄ CDNμΌλ‘ μ¦μ μλΉν©λλ€. λ²μ κ³Ό νμΌμ κ³ λ₯΄λ©΄ μΉνμ΄μ§μ λ°λ‘ λΆμΌ μ μλ λ§ν¬μ μμ μ½λκ° λ§λ€μ΄μ§λλ€.
λͺ λ Ήμ΄ μ©μ΄μ§
μ΄ λ¬Έμμμ μ¬μ©λ λͺ λ Ήμ΄λ₯Ό λͺ¨μλ΄€μ΅λλ€. λ―μ λͺ λ Ήμ΄κ° μλ€λ©΄ νΌμ³μ νμΈν΄λ³΄μΈμ.
ngrok
μ€λͺ
보기 βΌ
ngrok
λ‘컬μμ μ€ν μ€μΈ μΉ μλΉμ€μ κ³΅μ© μλν¬μΈνΈλ‘λΆν° μμ ν ν°λμ μμ±νλ 리λ²μ€ νλ‘μ.
λ λ§μ μ 보: <https://ngrok.com/docs/agent/cli>.
ngrok http {{80}}
μ§μ λ ν¬νΈλ‘ λ‘컬 HTTP μλΉμ€ λ ΈμΆ:
ngrok http {{example.com}}:{{80}}
νΉμ νΈμ€νΈμμ λ‘컬 HTTP μλΉμ€ λ ΈμΆ:
ngrok http https://localhost
λ‘컬 HTTPS μλ² λ ΈμΆ:
pip install
μ€λͺ
보기 βΌ
pip install
Install Python packages.
pip install {{package1 package2 ...}}
Install one or more packages:
pip install {{package1 package2 ...}} {{[-U|--upgrade]}}
Upgrade all specified packages to the latest version, installing any that are not already present:
pip install {{package}}=={{version}}
Install a specific version of a package:
uvicorn
μ€λͺ
보기 βΌ
uvicorn
λΉλκΈ° νλ‘μ νΈλ₯Ό μν Python ASGI HTTP μλ².
λ λ§μ μ 보: <https://www.uvicorn.org/settings/>.
uvicorn {{import.path:app_object}}
Python μΉ μ± μ€ν:
uvicorn --host {{localhost}} --port {{8080}} {{import.path:app_object}}
localhostμμ ν¬νΈ 8080μΌλ‘ μμ λκΈ°:
uvicorn --reload {{import.path:app_object}}
λΌμ΄λΈ 리λ‘λ νμ±ν:
