bots-of-conduct/glossary-etherpad.py
2019-11-04 18:14:40 +01:00

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.")