carousell

command module
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

README

Overview

Carousell is both a library and CLI tool written in Golang that fetches Carousell listings and notifies users.

Installing

Using Carousell is easy. First, use go install to install the latest version of the executable. This command will install the carousell executable in $GOPATH/bin:

go install github.com/rodionlim/carousell@latest

To use the library, go get will install the libraries and dependencies for your project.

go get -u github.com/rodionlim/carousell

Usage

There are two commands, get and notify. Flags can be used to modify the search behaviour, e.g. -r flag will query for only recent listings, -v flag represents verbose mode and add logging to the output

get will fetch the listings and output them to the console.

carousell get "nintendo switch" -r

notify will periodically fetch the listings, and notify users on new listings in Slack. For slack to work, the environment variable SLACK_ACCESS_TOKEN has to be set and the appropriate permissions granted, e.g. inviting the application to the slack channel

carousell notify --slack-channel=CHANNEL_ID "nintendo switch" -r

To get help on the available flags, use the -h flag.

carousell -h

License

Carousell is released under the Apache 2.0 license. See LICENSE

Documentation

Overview

Copyright © 2022 Rodion Lim <rodion.lim@hotmail.com>

Directories

Path Synopsis
library
carousell
Package carousell provides primitives for querying Carousell (Singapore) and parsing the listings programatically.
Package carousell provides primitives for querying Carousell (Singapore) and parsing the listings programatically.
log

Jump to

Keyboard shortcuts

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