No description
Find a file
2023-08-04 00:09:05 +02:00
camisatoshi_wordpress_reports Fix string for meta_data key 2023-08-04 00:09:05 +02:00
tests Create poetry template 2023-08-02 19:12:43 +02:00
.env-example Modify .env example 2023-08-02 19:47:38 +02:00
.gitignore Initial commit 2023-08-02 16:56:40 +00:00
poetry.lock Added loading api params from dotenv file 2023-08-02 19:42:43 +02:00
pyproject.toml Added loading api params from dotenv file 2023-08-02 19:42:43 +02:00
README.md Clean up a bit 2023-08-03 23:29:22 +02:00

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.