Update README

This commit is contained in:
Andros Fenollosa 2019-01-13 15:49:11 +01:00
parent 93f244c701
commit 32215d32a0
2 changed files with 33 additions and 2 deletions

View File

@ -1,3 +1,34 @@
# Get-my-pastebin # Get my pastebin
Terminal application to find and copy your own Paste for 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
```

BIN
logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB