Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/half-shot/matrix-migration-dumbgen
Creates dummy migration files for various services including Hipchat
https://github.com/half-shot/matrix-migration-dumbgen
Last synced: 26 days ago
JSON representation
Creates dummy migration files for various services including Hipchat
- Host: GitHub
- URL: https://github.com/half-shot/matrix-migration-dumbgen
- Owner: Half-Shot
- License: mit
- Created: 2018-12-31T12:52:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-16T20:14:15.000Z (over 3 years ago)
- Last Synced: 2024-12-09T20:08:50.372Z (about 1 month ago)
- Language: Python
- Size: 7.81 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# matrix-migration-dumbgen
Creates dummy migration files for various services including Hipchat
## Running
Simply run `main.py -h` to discover the available options.
For example, to generate a hipchat export with 2000 rooms and 1000 users: `./main.py --hipchat export.tar.gz -u 2000 -r 1000 --email [email protected]`