bots-of-conduct/glossary-etherpad.py

4 lines
169 B
Python
Raw Normal View History

2019-11-04 16:47:32 +01:00
from etherpad_lite import EtherpadLiteClient
c = EtherpadLiteClient(base_params={'apikey':'HEREAPIKEY'})
c.createPad(padID='grants', text="Lorem ipsum dolor sit amet.")