Browse Source

begin

master
Cristina Cochior 5 years ago
commit
5ef2bda00d
  1. 1
      README.md
  2. 3
      glossary.py

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

3
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.")
Loading…
Cancel
Save