tesouro-direto 0.1.0

Creator: bradpython12

Last updated:

0 purchases

TODO
Add to Cart

Description:

tesourodireto 0.1.0

Set of tools to allow automated information recovery from your
“Tesouro Direto” account.


Installation
Configuration
Available tools

Email Report

Configuring Crontab
Work Days Calculation







Installation
To install the tool the easiest way is to use pip:
pip install tesouro-direto


Configuration
Here is a sample configuration file:
# The credentials to access the tesourodireto.bmfbovespa.com.br website.
# This is necessary to the tool to get your information and send it to you.
bmfbovespa:
cpf: "00000000000"
password: "secret"

# SMTP settings for email sending. If port is not specified, the default
# value is 25. Provide the username and password if necessary.
smtp:
server: "mail.mydomain.com"
port: 587
username: "user"
password: "secret"

from: "me@mydomain.com"
to: "you@yourdomain.com"


Available tools
The main goal of this module is to generate an email that keeps you updated
regarding your titles. It also aims to provide some numbers that you can
use to have a better idea of how your money is working for you.

Email Report
The email report allows you to have very in depth view of your titles. It
lists them based on the brokerage and them on the titles you have.
Besides that it will provide the following information:

Summaries of all your titles;
Calculations about your title current situation.

Here is a sample email screenshot:
(todo)

Configuring Crontab
You can configure crontab to call the program above. This way you can have
a automated email at the time and periodicity that you like.


Work Days Calculation
There is a simple module that can calculate the amount of work days between
two dates based on Brazilian national holidays. You can use it in your
program if you like by importing the module.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.