Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 1.3 KB

README.md

File metadata and controls

58 lines (36 loc) · 1.3 KB

genius.py

PyPI version Python 3.x version Documentation Downloads

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


Created with 💖 by jjoeldaniel