Skip to content
Joel edited this page Dec 25, 2022 · 7 revisions

PyPI version Python 3.x version Wiki Link

Python wrapper for Genius API

With genius.py, enjoy an easy-to-use interface to interact with Genius API

Table of Contents


Features

  • Feature rich interface
  • Easy to use
  • Lyrics web scraper

Install

pip install geniusdotpy

Getting Started

To get started...

  1. Get your Client Access Token here

  2. Create a new GeniusBuilder object

    from geniusdotpy.genius_builder import GeniusBuilder
    
    genius = GeniusBuilder(client_access_token=client_access_token)
  3. ???

  4. Profit

References

Genius API

Beautiful Soup

Clone this wiki locally