Terminal application to find and copy your own Paste for Pastebin.
- Search in Paste public and private state.
- Copies to the clipboard raw Paste automatically.
- Prints raw Paste by console.
## Use
``` bash
getmypastebin --api-key [Get Developer API Key] --username [username account Pastebin] --password [password account Pastebin] [search]
```
[Get Developer API Key](https://pastebin.com/api#1)
Example
``` bash
getmypastebin --api-key 123qwe456rty --username example --password 123 wordpress
```
## Install
``` bash
pip3 install --user get-my-pastebin
```
## Update
``` bash
pip3 install --user --upgrade get-my-pastebin
```