get-my-pastebin/README.md
Andros Fenollosa 32215d32a0 Update README
2019-01-13 15:49:11 +01:00

35 lines
711 B
Markdown

# Get my pastebin
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.
<p align="center">
<img src="https://min.gitcdn.link/repo/tanrax/get-my-pastebin/master/logo.png">
</p>
## Use
``` bash
getmypastebin --api-key [your api key dev] --username [username account Pastebin] --password [password account Pastebin] [search]
```
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
```