Skip to main content

A Python wrapper around the Genius API for large scale applications

Project description

roland-gamos

Code style: black

Usage

import fastgenius
genius = fastgenius.Genius()
artist_name_list = ['Kekra', 'La F']
artist_name = 'Kekra'

genius.get_artist_id(artist_name_list)
genius.get_artist_id(artist_name)
genius.get_artist_info(artist_name_list)
genius.get_artist_info(artist_name)
genius.get_artist_songs(artist_name)
genius.get_artist_songs(artist_name_list)
genius.get_song_info('Kekra Ailleurs')
genius.get_song_info(['Kekra ailleurs', 'kekra laisse les faire'])
genius.get_artist_lyrics(artist_name)
genius.get_songs_from_tag('rock', max_nb_songs=100) # takes a lot of time

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fastgenius-0.0.1.tar.gz (27.5 kB view hashes)

Uploaded Source

Built Distribution

fastgenius-0.0.1-py3-none-any.whl (51.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page