Skip to content

Releases: titulebolide/binance-report-bot

Binance Report Bot 0.6.3

03 Sep 06:58
Compare
Choose a tag to compare

Improvements:

  • Add support for binance.us users
  • Add support for multiple apprise endpoints

Binance Report Bot 0.6.2

09 Jul 17:17
Compare
Choose a tag to compare

⚠️ Reminder of the breaking changes since v0.5.1:

  • Replace python3 main.py calls by python3 -m brb
  • Rename conf.py to conf_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 and conf_user.py

Binance Report Bot 0.6.1

25 Jun 20:25
Compare
Choose a tag to compare

⚠️ Please rename 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 in conf_default.py

Bugfix

  • Handle symbols in the wallet that has not ticker

Binance Report Bot 0.6.0

10 Jun 09:52
Compare
Choose a tag to compare

⚠️ 0.5.0 -> 0.6.0 INTRODUCES A BREAKING CHANGE IN THE API ⚠️

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

03 Jun 07:43
Compare
Choose a tag to compare

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

Binance Report Bot 0.5.0

02 Jun 07:01
Compare
Choose a tag to compare

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

01 Jun 09:59
Compare
Choose a tag to compare

Bugfix:

  • COIN not found if having coin in binance savings

Binance Report Bot 0.5.0 Release Candidate 1

31 May 17:14
Compare
Choose a tag to compare

Improvements:

  • Beautiful formating of the time axis
  • Plotting of relative holdings
  • Plotting of several coins

Binance Report Bot 0.4.0

27 May 23:30
Compare
Choose a tag to compare

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

26 May 08:48
Compare
Choose a tag to compare

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.