Donna is a command line tool built to automate 🇨🇱 Chilean boring tasks such as college loans, taxes and contributions.
Donna starts session in the service you want to pay and leaves you right in the final step. What follows for now is not automated.
Behind scenes it uses puppeteer for the browser automation tool.
$ npm install -g donna-bot
Want to pay something? Donna will leave you right in the final step (payment).
$ donna pay
First select one of the available services:
Then, Donna will prompt you to enter your RUT and password for the service:
Available services:
- SII: F29 for independent workers.
- Previred: Contributions (AFP, Salud)
Service:
If you don't want to manually select the service you want to pay, you can use the service
argument.
For example:
$ donna pay -s sii
Available services: sii
and previred
RUT
rut can be specified with RUT
environment variable.
Password
The service password can be specified with an environment variable:
- SII_PASSWORD
- PREVIRED_PASSWORD
You can use this bot to automatically pay your SII contributions. The only "inconvenient" is that you MUST use PEC payment.
How you can pay with PEC? You can read more here. Then just run the donna pay -s sii
command with your SII credentials or just use environment variables.
Not working at the moment 😂 but it wasn't fully automated (yet).