Terminal application to find and copy your own Paste for Pastebin
Go to file
2019-01-13 16:06:56 +01:00
.gitignore Initial commit 2019-01-13 13:29:23 +01:00
get_my_pastebin.py Upload pip version 2019-01-13 16:06:56 +01:00
LICENSE Initial commit 2019-01-13 13:29:23 +01:00
logo.png Update README 2019-01-13 15:49:11 +01:00
Pipfile First commit 2019-01-13 13:32:02 +01:00
Pipfile.lock First commit 2019-01-13 13:32:02 +01:00
README.md Upload pip version 2019-01-13 16:06:56 +01:00
setup.py Upload pip version 2019-01-13 16:06:56 +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.

Use

getmypastebin --api-key [Get Developer API Key] --username [username account Pastebin] --password [password account Pastebin] [search]

Get Developer API Key

Example

getmypastebin --api-key 123qwe456rty --username example --password 123 wordpress

Install

pip3 install --user get-my-pastebin 

Update

pip3 install --user --upgrade get-my-pastebin