freesnd

command
v0.0.0-...-db137ac Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 6, 2016 License: GPL-2.0 Imports: 13 Imported by: 0

README

freesnd

A command-line tool for interacting with freesound.

Install

go get github.com/briansorahan/freesound/freesnd

Authentication

  • Configure freesnd with your key and secret. As of right now, you can get them (or apply for them if you don't already have them) at this link. The key is "Client id" and the secret is "Client secret".
freesnd configure -key MY_FREESOUND_KEY -secret MY_FREESOUND_SECRET
  • Get the URL for generating an auth code.
freesnd get-code
https://www.freesound.org/apiv2/oauth2/authorize?client_id=MY_FREESOUND_KEY&response_type=code
  • Go to the URL to generate the auth code.

This will take you to a URL that looks like this. Copy the generated auth code to your clipboard.

  • Store the auth code.
freesnd authorize PASTE_AUTH_CODE

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL