Skip to content

A CLI tool that scrapes the Music Store website and returns the search results to the terminal.

License

Notifications You must be signed in to change notification settings

hugorithm/msfetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

msfetch

msfetch is a CLI webscraper for www.musicstore.de It allows for a product search without leaving the terminal

terminal example

Docker

Build with Docker

To build the image with docker use the following command.

docker build . -t msfetch

Run with Docker

To run the docker image use the following command.

docker run -it msfetch <command_name> <flag> <args>

Build and use locally

For local usage you can compile the source code.

go build -o msfetch

Usage

The help prints all the possible commands and flags

msfetch --help

About

A CLI tool that scrapes the Music Store website and returns the search results to the terminal.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published