Skip to content

A simple python library work with Temp.PM service

License

Notifications You must be signed in to change notification settings

novaws/pyTempPM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

pip install pyTempPM

Usage

Functions create_note that's all you need to use full functionality of TempPM service.

Make a simple note call function create_note.

from pyTempPM import TempPM

note = TempPM()
note.create_note(note="is a test message")
# "https://temp.pm/?tE2D9Dlgx9InwK742E7Cf4901-3-7WkXq0DTHur0Namo8P95CM58E-N"

About

A simple python library work with Temp.PM service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages