Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cloudquery/cq-source-bitly
- Owner: cloudquery
- License: mpl-2.0
- Created: 2023-11-15T11:36:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-04T12:29:39.000Z (10 months ago)
- Last Synced: 2024-04-17T16:18:50.011Z (9 months ago)
- Language: Python
- Size: 120 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
- Codeowners: CODEOWNERS
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`.