This commit is contained in:
Cristina Cochior 2019-11-04 16:47:32 +01:00
commit 5ef2bda00d
2 changed files with 4 additions and 0 deletions

1
README.md Normal file
View File

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

3
glossary.py Normal file
View File

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