Skip to content

Instantly share code, notes, and snippets.

View n2iw's full-sized avatar

Ming Ying n2iw

View GitHub Profile
#!/usr/bin/env python3
# Batch create users from CSV file
'''
This is one of the tools I wrote recently, The batch create users in a web
application (Knowledge Forum 6).
This program read data from a csv file, organize data and call some APIs
to create users, add users to specified community and group.
'''