Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 763 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 763 Bytes

#Pastee A small Program to submit pastes to Paste.ee

####Description This is program allow you to submit pastes of their program or text files to paste.ee (A site like pastebin) and returns a url to share among the users.

This Program also copies the returned url to Clipboard so that you can paste it anywhere you want and share instantly.

####Syntax:

python pastee.py -d(optional) <filename.extension> or file or file_path

####Example: Note: this has to done from windows command line:

>>python pastee.py -d example examplefile.txt

####Requirements:

  1. Python 2.7.0
  2. Requests(version:2.3.0)
  3. API_KEY