Python wrapper for Genius API
With genius.py, enjoy an easy-to-use interface to interact with Genius API
- Feature rich interface
- Easy to use
- Lyrics web scraper
pip install geniusdotpy
To get started...
-
Get your Client Access Token here
-
Create a new GeniusBuilder object
from geniusdotpy.genius_builder import GeniusBuilder genius = GeniusBuilder(client_access_token=client_access_token)
-
???
-
Profit
Created with 💖 by jjoeldaniel