commit 5ef2bda00d63a1ed6de468208492a87adc5c3455 Author: Cristina Cochior Date: Mon Nov 4 16:47:32 2019 +0100 begin diff --git a/README.md b/README.md new file mode 100644 index 0000000..fc7d038 --- /dev/null +++ b/README.md @@ -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). diff --git a/glossary.py b/glossary.py new file mode 100644 index 0000000..bc38db0 --- /dev/null +++ b/glossary.py @@ -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.")