New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

GenieAPI

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

GenieAPI

Genie Music API

  • 0.1.2
  • PyPI
  • Socket score

Maintainers
1

GenieAPI 🎵

GenieAPIGenie Music 데이터를 쉽게 가져올 수 있는 Python API 라이브러리입니다.

주요 기능 ✨

  • 곡 정보 가져오기
  • 싱크 가사 다운로드 하기

설치 방법 🛠️

pip install GenieAPI

사용 방법

from genieapi import GenieAPI

genie = GenieAPI()
song = genie.search_song("APT ROSE",limit=1)

genie.get_lyrics(song[0][1])
  • APT ROSE -> 곡 제목
  • limit=1 -> 가져올 곡의 개수 (기본값: 1)

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc