Skip to content
/ Puff Public

A python API wrapper that enables posting audio to Huffduffer.

Notifications You must be signed in to change notification settings

GloryFish/Puff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Puffer

A python API wrapper that enables posting audio to Huffduffer.

Can also be used as a simple command-line client.

Usage

Command line

puff.py http://example.com/audio.mp3

Module

You can specify a username and password directly to the Puffer() constructor, or create a puff.ini file with the following format in the same directory as puff.py:

[huffduffer]
username = YOURUSERNAME
password = YOURPASSWORD

Then in your code:

import puff
puffer = puff.Puffer()
puffer.post('http://example.com/audio.mp3')

Requirements

Python 2.x Mechanize (pip install mechanize)

About

A python API wrapper that enables posting audio to Huffduffer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages