Metadata-Version: 2.1
Name: geniusdotpy
Version: 0.1.4
Summary: Python wrapper for Genius API
Home-page: https://github.com/jjoeldaniel/genius.py
Author: jjoeldaniel
Author-email: <joeldanielrico@gmail.com>
Keywords: python,genius,api-wrapper
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE

# **genius.py**

[![PyPI version](https://img.shields.io/pypi/v/geniusdotpy)](https://pypi.org/project/geniusdotpy/)
[![Python 3.x version](https://img.shields.io/badge/python-3.x-brightgreen.svg)](https://www.python.org/downloads/)

> Python wrapper for Genius API

With genius.py, enjoy an easy-to-use interface to interact with [Genius API](https://docs.genius.com)

## Table of Contents

- [Features](#features)
- [Install](#install)
- [Getting Started](#getting-started)
- [References](#references)

---

## Features

- Feature rich interface
- Easy to use

## Install

```python
pip install geniusdotpy
```

## Getting Started

To get started...

1. Get your Client ID, Secret, and Access Token [here](https://genius.com/api-clients)

2. Create a new *GeniusBuilder* object

    ```python
    from geniusdotpy.genius_builder import GeniusBuilder

    genius = GeniusBuilder(client_id=client_id, client_secret=client_secret, client_access_token=client_access_token)
    ```

3. ???

4. Profit

## References

[Genius API](https://docs.genius.com)

---

Created with 💖 by [*jjoeldaniel*](https://github.com/jjoeldaniel)
