Heda
Heda helps you search for items across Indonesian marketplaces
Downloads
Visit releases page
Supported platforms:
- Linux amd64
- Darwin amd64
- Windows amd64
Usage
Search without price constraint (find the cheapest):
heda search "hyperx cloud 2"
Search with price constraint (set the price range):
heda search "hyperx cloud 2" --price 1000000-1500000
Search to specific marketplaces:
heda search "hyperx cloud 2" --drivers tokopedia,shopee,blibli
Supported marketplaces
- Tokopedia
- Shopee
- Blibli
- Bukalapak
Development
Requirements:
- Go 1.15
- Unix environment would be awesome
Compiling:
// get dependencies
go get ./...
// compile
go build