Skip to content
/ TPaste Public

A pastebin commandline app that allows the users to upload their source code to pastebin.com through their terminal :)

License

Notifications You must be signed in to change notification settings

dreygur/TPaste

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pastebin App Build Status

About

The package allows you to communicate directly with Pastebin.com from your Python application, either logged in or anonymously. This can be handy

for a number of reasons - dumping error logs before an abort, regular web based status updates, but can't be bothered getting a web-server running etc.

It allows you to do everything the API allows, which is:

  • Paste, either logged in or anonymously
  • 200+ selectable languages for syntax highlighting
  • Set expiry times on pastes
  • Set public/private/unlisted status for pastes
  • See trending pastes
  • See pastes by a particular user
  • Delete your pastes
  • Retrieve your user details
  • Generate a session (user) key for added security
  • Paste using the old, non-token anonymous API (for as long as they keep it open)

Installation

Just clone the git and use as you wish:

$ git clone https://github.com/rytotul/TPaste.git

Thats it. You can help me to improve it by submitting an issue or commiting the changes.

Acknowledgements

About

A pastebin commandline app that allows the users to upload their source code to pastebin.com through their terminal :)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages