get-my-pastebin/README.md

35 lines
711 B
Markdown
Raw Normal View History

2019-01-13 15:49:11 +01:00
# Get my pastebin
2019-01-13 13:32:02 +01:00
2019-01-13 15:49:11 +01:00
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
```