Categorygithub.com/dreddick-home/mixcloudclient
modulepackage
0.0.2
Repository: https://github.com/dreddick-home/mixcloudclient.git
Documentation: pkg.go.dev

# README

mixcloudclient

A simple CLI for interacting with Mixcloud

Description

This is a utility for interacting with Mixcloud.

The project was started to find an easier way to search Mixcloud for content.

Search

The search function uses go routines to query the Mixcloud API quickly using a search term. Client-side filters can be applied to exclude or include items from the results.

Usage

Use the following syntax to run mixcloudclient commands from your terminal window:

$ mixcloudclient [command] [flags]

Commands

Search

Flags:
  -e, --excludes strings   Must exclude term, multiple items accepted.
  -h, --help               help for search
  -i, --includes strings   Must include term, multiple items accepted.
  -m, --max int32          Max results (in 100s). Default 20.
  -t, --term string        Search Term
  -w, --workers int32      The max number of concurrent workers. Defaults to number of cores of system. (default 8)

Nick Warren Search

Install

Build and Install the Binaries from Source

Prerequisite Tools

  • Git
  • Go

Fetch from GitHub

$ git clone https://github.com/dreddick-home/mixcloudclient.git
$ cd mixcloudclient
$ go build -o /usr/local/bin/mixcloudclient

Releases

See https://github.com/dreddick-home/mixcloudclient/releases

# Packages

No description provided by the author
Copyright © 2020 NAME HERE <EMAIL ADDRESS> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.