Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lucasrcezimbra/cronjobs
- Owner: lucasrcezimbra
- License: gpl-3.0
- Created: 2017-06-28T02:39:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-04T20:59:11.000Z (about 2 months ago)
- Last Synced: 2024-11-04T21:34:58.857Z (about 2 months ago)
- Topics: automation, cronjobs, itau, nubank, spreadsheet
- Language: Python
- Homepage:
- Size: 523 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```