Skip to main content

Get all the artists and/or all styles of the world

Project description

Description

MusicTour generates a JSON or returns all the styles and/or artists in the world.

It is based on the website https://everynoise.com/

Quick start

import musicTour
musicTour.getAll() # Generates a JSON with all styles and artists in the world

Warning

Generating all the styles and/or artists can take several dozens of minutes.

Parameters

The function musicTour.getAll() can take 3 arguments. By default, they are all set to True.

musicTour.getAll(styles, artists, output)

All three arguments are booleans.

To generate a JSON, you have to set the third argument to True.

Examples:

musicTour.getAll(True, True, True) # generates a JSON of all styles and artists.

musicTour.getAll(False, True, True) # generates a JSON of all artists.

musicTour.getAll(True, False, True) # generates a JSON of all styles.

When you just want to return the value in a variable, you can set the third argument to False:

Examples:

allArtistsStyles = musicTour.getAll(True, True, False)
print(allArtistsStyles) # Prints all styles and artists

musicTour.getAll(False, True, False)# returns all artists.

musicTour.getAll(True, False, False)# returns all styles.

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

musicTour-1.6.0.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

musicTour-1.6.0-py3-none-any.whl (4.8 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