No description
| camisatoshi_wordpress_reports | ||
| tests | ||
| .env-example | ||
| .gitignore | ||
| poetry.lock | ||
| pyproject.toml | ||
| README.md | ||
camisatoshi-wordpress-reports
This repository hosts a Python CLI app that can be used to generate reports by fetching data from wordpress. Its purpose is to generate useful stuff for camisatoshi processes.
How to install
- Install the package
- In the home directory of the running user, create a folder named
.camisatoshi-wordpress-reports. - Copy the provided
.env-examplefile in that directory and fill it with the required params from Woocomerce.
Open issues
- Clean up controller
- Better output
- Update readme with instructions
- Sit down and write process in camisatoshi docs to clarify how much of this process should be done by the script and what belongs to the operator.