{"id":23488393,"url":"https://github.com/rodionlim/carousell","last_synced_at":"2026-05-01T19:33:40.924Z","repository":{"id":57657484,"uuid":"460796749","full_name":"rodionlim/carousell","owner":"rodionlim","description":"Carousell provides primitives for querying Carousell (Singapore). It keeps users updated on new listings, allowing faster reverting than if they were to do it manually","archived":false,"fork":false,"pushed_at":"2022-09-06T08:27:46.000Z","size":25265,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T13:09:31.016Z","etag":null,"topics":["carousell","cli","go","golang","singapore","slack"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rodionlim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-02-18T09:53:26.000Z","updated_at":"2023-04-03T01:43:30.000Z","dependencies_parsed_at":"2022-08-26T05:21:41.245Z","dependency_job_id":null,"html_url":"https://github.com/rodionlim/carousell","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/rodionlim/carousell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodionlim%2Fcarousell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodionlim%2Fcarousell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodionlim%2Fcarousell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodionlim%2Fcarousell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rodionlim","download_url":"https://codeload.github.com/rodionlim/carousell/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodionlim%2Fcarousell/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32510807,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["carousell","cli","go","golang","singapore","slack"],"created_at":"2024-12-24T23:10:54.616Z","updated_at":"2026-05-01T19:33:40.904Z","avatar_url":"https://github.com/rodionlim.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Overview\n\nCarousell is both a library and CLI tool written in Golang that fetches Carousell listings and notifies users.\n\n# Installation\n\nUsing 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`:\n\n```\ngo install github.com/rodionlim/carousell@latest\n```\n\nTo use the library, `go get` will install the libraries and dependencies for your project.\n\n```\ngo get github.com/rodionlim/carousell\n```\n\nLater, to receive updates, run\n\n```\ngo get -u github.com/rodionlim/carousell\n```\n\n# Executable Usage\n\nThere 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\n\n`get` will fetch the listings and output them to the console.\n\n```\ncarousell get \"nintendo switch\" -r\n```\n\n`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\n\n```\ncarousell notify --slack-channel=CHANNEL_ID \"nintendo switch\" -r\n```\n\nTo get help on the available flags, use the `-h` flag.\n\n```\ncarousell -h\n```\n\n# Quick Start\n\nThe following Go code generates the latest 20 listing based on key words specified\n\n```\nr := carousell.NewReq(crs.WithSearch(\"nintendo switch\"))\nr.Get()\n```\n\n# License\n\nCarousell is released under the Apache 2.0 license. See [LICENSE](https://github.com/rodionlim/carousell/blob/master/LICENSE.txt)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodionlim%2Fcarousell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frodionlim%2Fcarousell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodionlim%2Fcarousell/lists"}