4 lines
169 B
Python
4 lines
169 B
Python
from etherpad_lite import EtherpadLiteClient
|
|
c = EtherpadLiteClient(base_params={'apikey':'HEREAPIKEY'})
|
|
c.createPad(padID='grants', text="Lorem ipsum dolor sit amet.")
|