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.
- Host: GitHub
- URL: https://github.com/chadnpc/clihelper.pastebin
- Owner: chadnpc
- License: wtfpl
- Created: 2025-02-17T23:09:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-18T15:02:40.000Z (over 1 year ago)
- Last Synced: 2025-02-18T15:51:57.224Z (over 1 year ago)
- Language: PowerShell
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).