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

https://github.com/chadnpc/clihelper.pastebin

A module for interacting with the Pastebin API from PowerShell.
https://github.com/chadnpc/clihelper.pastebin

Last synced: over 1 year ago
JSON representation

A module for interacting with the Pastebin API from PowerShell.

Awesome Lists containing this project

README

          


# [cliHelper.pastebin](https://www.powershellgallery.com/packages/cliHelper.pastebin)

A module for interacting with the Pastebin API from PowerShell.

It handles all the essential functionality described in the API documentation,

## requirements

- API_KEY: replace "YOUR_API_KEY" with your actual Pastebin API key, and never commit your API key to a public repository.

## Usage

```PowerShell
Install-Module cliHelper.pastebin
```

then

```PowerShell
Import-Module cliHelper.pastebin
# do stuff here.
```

## License

This project is licensed under the [WTFPL License](LICENSE).