This project is a Python script that reads two CSV files, extracts entries from the last N days, and saves them to a spreadsheet.
See more details in the documentation.
This repository is configured to publish a GitHub Pages site from the docs folder.
You can access the site at the following URL:
https://SeanCondon.github.io/meter-daily-csv-to-google-form
-
Clone the repository:
git clone https://github.com/githubnext/workspace-blank.git cd workspace-blank -
Install Poetry:
curl -sSL https://install.python-poetry.org | python3 - -
Install dependencies:
poetry install
-
Run the script:
poetry run python main.py <days> <input_file(s)>
This project uses a CI pipeline that includes a markdown linter to ensure the
quality and consistency of markdown files. The linter is configured to run on
all .md files in the repository.