Skip to content

fagnercandido/GeniusMLAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeniusMLAPI

PyPI package to use Genius.

Getting Started

Dependencies

You need Python 3.7 or later to use geniusmlapi. You can find it at python.org. You also need setuptools, wheel and twine packages, which is available from PyPI. If you have pip, just run:

pip install setuptools
pip install wheel
pip install twine

Installation

Clone this repo to your local machine using:

git clone https://github.com/fagnercandido/GeniusMLAPI

Features

  • File structure for PyPI packages
  • Setup with package informations
  • License example

Running

pip install geniusmlapi

And then

from geniusmlapi import gml

Finally:

genius = gml.GeniusLM(ACCESS_TOKEN)
songs = genius.search('my search')
dataframe = genius.get_dataframe(songs)
dataframe.head()

About

This a little implementation of Genius and PyPI packages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages