14 lines
No EOL
590 B
Markdown
14 lines
No EOL
590 B
Markdown
# 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
|
|
|
|
1. Install the package
|
|
2. In the home directory of the running user, create a folder named `.camisatoshi-wordpress-reports`.
|
|
3. Copy the provided `.env-example` file in that directory and fill it with the required params from Woocomerce.
|
|
|
|
|
|
# Open issues
|
|
- Pagination is not being managed. The moment we have more than 100 orders, we are gonna run into issues. |