A couple of python scripts that allows you to create users from a csv file. I use it to download a class list form moodle and automatically generate login credentials.
Clone the repo. Install any dependencies (so far only requests
) Run the script and add any arguments. For example
py addUsers.py src/addUsers.py --admin_username adminuser --csv_file_path "testData/test.csv" --group_name SEE395_2024 --webodm_url "http://132.181.102.65:8000/"
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Made with contrib.rocks.
Distributed under the MIT License.
Project Link: https://github.com/jrjdavidson/webODM-account-manager