Metadata-Version: 2.1
Name: radiko.py
Version: 3.0.7
Summary: radiko rapper
Home-page: UNKNOWN
Author: akatonbo1011
Author-email: akatonbobook@gmail.com
License: UNKNOWN
Description: # radiko.py
        
        "radiko.py" is a python library to use radiko API.
        
        # DEMO
        
        ```python
        client = radiko.Client()
        
        for station in client.stations:
            print(station.id, station.name, station.get_on_air().title)
            print(client.get_stream(station))
        ```
        
        # Requirement
        
        * Python 3.8
        
        # Installation
        
        ```bash
        pip install radiko.py
        ```
        
        # Author
        
        akatobo1011
        
Keywords: Radiko,radiko,radiko.py,Radiko.py
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: BSD License
Description-Content-Type: text/markdown
