Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ilyakatz/automation


https://github.com/ilyakatz/automation

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Automation

Scripts to automate various tasks

## Installation

```
yarn install
yarn add sharp --ignore-engines

```

Copy `sample.env` to `.env` and update the values

### Water billing

```
export [email protected]
export DATE_START=3/21/2024
export DATE_END=4/29/2024
export TOTAL=181.44
export ADULTS=2
```

```
yarn water --subject "Water and Sewer Usage Report" \
--to "$EMAIL_TO" \
--billing-start "$DATE_START" \
--billing-date "$DATE_END" \
--total $TOTAL \
--adults $ADULTS

### Manga downloader

```
yarn comics

```

#### Debugging

Add

```
--debug

```