Releases: titulebolide/binance-report-bot
Releases · titulebolide/binance-report-bot
Binance Report Bot 0.6.3
Improvements:
- Add support for binance.us users
- Add support for multiple apprise endpoints
Binance Report Bot 0.6.2
v0.5.1
:
- Replace
python3 main.py
calls bypython3 -m brb
- Rename
conf.py
toconf_user.py
Features
- Plot the prices of the symbols in your list over the time (see
--graph-type
argument) - Choose the currency in which the price is written (see
--price-in
argument) - Prevent the output of the text or the graph report (see
--no-text
and--no--graph
arguments)
Bugfix
- Forward warning level to apprise
- Ignore
conf.py
andconf_user.py
Binance Report Bot 0.6.1
conf.py
to conf_user.py
Features
- Forward log of level errors and warning to apprise
- Wrap around every exception to forward them to apprise
- The text report computes the difference between now and whenever you want (e.g. a day ago, a month, a year, four decades...)
Improvement
- Place the legend out of the graph zone fro a better reading
- Increase the size of the graph if plotting more than ten currencies
- Revisions of the configuration should no longer break your install since a missing information in the
conf_user.py
is fetched inconf_default.py
Bugfix
- Handle symbols in the wallet that has not ticker
Binance Report Bot 0.6.0
You have to replace python3 main.py
calls by python3 -m brb
Improvements:
- Support many other currencies than USD and EUR
- Check configuration file for insconsitancies
- Use logging module
- Converted to a module
Bugfixes:
- Minor fix for printing
Binance Report Bot 0.5.1
Improvements:
- Send notification via apprise
- Choose the numbers of days over which the graph is plotted
API and conf modification:
- For
output
command:- Drop
--port
and--type
as this is replaced by APPRISE_URL - Add
--days
option to choose the number of days over whick the graph is plotted - Add
--quiet
to prevent printing in the terminal and the opening of a window displaying the graph
- Drop
Binance Report Bot 0.5.0
Official release of v0.5.0 based on rc2
Improvements:
- Beautiful formating of the time axis
- Plotting of relative holdings
- Plotting of several coins
Bugfixes:
- COIN not found if havinc coin in binance savings
Binance Report Bot 0.5.0 Release Candidate 2
Bugfix:
- COIN not found if having coin in binance savings
Binance Report Bot 0.5.0 Release Candidate 1
Improvements:
- Beautiful formating of the time axis
- Plotting of relative holdings
- Plotting of several coins
Binance Report Bot 0.4.0
Improvements:
- Add
output
option to choose which way to use to ouput data - Add
snapshot
option to make clear what is going on - Enrichment of README and
help
option.
Bugfix:
- If
plot-symbol
is used, the graph in FIAT is not generated.
Binance Report Bot 0.3.1
The last release (0.3.0) was mistagged, jumping to the 0.3.1 direcly.
Fixes:
- Incorrect calculation of the overall owning in the text report
The attached update.py
file update the database to this new version. A cryptocompare API key is required.