Tons of anthology work with notes and scripts. Updated DE's tamplates. Small script changes as well.

This commit is contained in:
Norm Rasmussen
2023-11-17 17:18:13 -05:00
parent c3aedce0d1
commit 09053c34cd
32 changed files with 22644 additions and 575 deletions

View File

@ -36,10 +36,10 @@ def get_groups(APIKEY):
if "next" not in nextlink:
break
pp.pprint(groups)
# print(len(groups))
with open('/Users/normrasmussen/Documents/Work/CustomerNotes/Anthology/antho-groups.json', 'w') as jsn:
json.dump(groups, jsn)
pp.pprint(groups)
print(len(groups))
# with open('/Users/normrasmussen/Documents/Work/CustomerNotes/Anthology/antho-groups.json', 'w') as jsn:
# json.dump(groups, jsn)
if __name__ == "__main__":