Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cloudquery/cq-source-bitly

CloudQuery Bitly Source Plugin
https://github.com/cloudquery/cq-source-bitly

Last synced: 2 months ago
JSON representation

CloudQuery Bitly Source Plugin

Awesome Lists containing this project

README

        

# Bitly Source Plugin for CloudQuery

Bitly plugin for CloudQuery to get links and their stats. See the plugin documentation in the [docs](./docs/README.md) folder.

## Running locally

To start the plugin locally, run it with poetry:

```shell
poetry install
poetry run main serve
```

## Publishing

1. Run `poetry run main package -m "Initial release" "v0.0.1" --docs-dir docs .` where `-m` specifies changelog and `v0.0.1` is the version.
2. Run `cloudquery plugin publish` to publish the plugin to the CloudQuery registry. Run the command with `-f` to remove the draft status.

Read more about publishing plugins in the [documentation](https://docs.cloudquery.io/docs/developers/publishing-an-addon-to-the-hub).

## Testing

To run unit tests, simply run `pytest`.