Update README
This commit is contained in:
parent
93f244c701
commit
32215d32a0
35
README.md
35
README.md
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user