Skip to content

becm/hoerapi.py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hoerapi.py

Install

$ pip install hoerapi

Setup

Use python3.

$ virtualenv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ pip install -e .

Tests

$ py.test

Usage

import hoerapi;

data = hoerapi.get_podcast_data('wrint')
print(data.cluster) # 'berlin'

Publishing

$ python setup.py sdist bdist_dumb upload

Methods

Errors

todo

Classes

About

hoerapi in python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%