Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lucasrcezimbra/cronjobs

Cronjobs to automate life
https://github.com/lucasrcezimbra/cronjobs

automation cronjobs itau nubank spreadsheet

Last synced: about 1 month ago
JSON representation

Cronjobs to automate life

Awesome Lists containing this project

README

        

# Cronjobs

[![Coverage Status](https://coveralls.io/repos/github/lucasrcezimbra/cronjobs/badge.svg)](https://coveralls.io/github/lucasrcezimbra/cronjobs)

## Setup
```bash
poetry install
cp contrib/env-sample .env
# add your credentials to .env
```

## Usage
### agilize
#### Download prolabore
```bash
poetry run python -m cronjobs.agilize_prolabore 2021-01-01
```

#### Download taxes
```bash
poetry run python -m cronjobs.agilize_taxes 2021-01-01
```

### Gastos Itaú
```bash
poetry run python -m cronjobs.gastos.itau 2023-01-01
```