Cristina Cochior
5 years ago
commit
5ef2bda00d
2 changed files with 4 additions and 0 deletions
@ -0,0 +1 @@ |
|||
Ongoing collection of bots for the Collective Conditions session by Constant. This repository will be gathering code written by many people during various moments (Relearn 2017, Relearn 2019, ongoing Varia work). |
@ -0,0 +1,3 @@ |
|||
from etherpad_lite import EtherpadLiteClient |
|||
c = EtherpadLiteClient(base_params={'apikey':'HEREAPIKEY'}) |
|||
c.createPad(padID='grants', text="Lorem ipsum dolor sit amet.") |
Loading…
Reference in new issue