-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Joel edited this page Dec 25, 2022
·
7 revisions
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