https://github.com/vivify-ideas/wp-woocommerce-products-seeder
https://github.com/vivify-ideas/wp-woocommerce-products-seeder
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vivify-ideas/wp-woocommerce-products-seeder
- Owner: Vivify-Ideas
- License: apache-2.0
- Created: 2021-04-08T07:30:12.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-08T07:32:20.000Z (about 4 years ago)
- Last Synced: 2025-01-04T06:27:51.149Z (4 months ago)
- Language: Python
- Size: 23.4 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WP woocommerce products seeder
This was used as starting point
https://github.com/GabeWeiss/sql_data_randomizerRun *-h* for full usage/options.
```bash
python mysql_faker.py -h
```Dockerfile and deployment yaml files also handy to run this in a container if you want to scale it up with Kubernetes.
Example:
```bash
python mysql_faker.py -u root -p mypassword -d exampledb -P 3306 --number 100000
```