Tons of anthology work with notes and scripts. Updated DE's tamplates. Small script changes as well.
This commit is contained in:
@ -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__":
|
||||
|
||||
Reference in New Issue
Block a user