Skip to content

Releases: hawooni/crypto-opnbot

v0.4.0 (2022-01-24)

24 Jan 06:58
Compare
Choose a tag to compare

Changed

  • CHART-IMG API key is required.

Added

  • /fear_greed_index Fear and greed index support.

Removed

  • /overview, /performance, /oscillators, /moving_avgs Market screener no longer supported by CHART-IMG API.

v0.3.3 (2021-12-16)

16 Dec 17:01
Compare
Choose a tag to compare

Changed

  • Telebot /example with intervals.
  • update handleError().
  • update package dependency node-telegram-bot-api.

v0.3.2 (2021-12-06)

06 Dec 17:29
Compare
Choose a tag to compare

[0.3.2] - 2021-12-06

Changed

  • Telebot sendMessage() to use chat id.

Fixed

  • Override telebot _request() to handle 403 error with message.
  • /chart and /price caption external link to use default size.

v0.3.1 (2021-12-05)

05 Dec 17:45
Compare
Choose a tag to compare

Added

  • /chart and /price caption with external link.

Changed

  • doc image example.png.
  • Too many request messages by sendMessage() for consistency.

Fixed

  • /start incorrect github link.
  • /example incorrect chart technical indicator.

v0.3.0 (2021-12-03)

03 Dec 22:38
Compare
Choose a tag to compare

Add

  • console option --log with default VERBOSE.
  • Telegram market screener command support: /overview, /performance, /oscillators and /moving_avgs.

Changed

  • Use parsed setting.
  • Input back button with character '« BACK'.
  • Chart study caption to ids only. eg. "EMA:50;EMA:200:RSI" to "EMA,RSI"
  • Telegram callback_query error handles without showing alerts and just sends error messages instead.

v0.2.0 (2021-12-01)

01 Dec 16:45
Compare
Choose a tag to compare

Fixed

  • /chart STUDIES delimiter changed to ';' from ',' due to conflicts with studies parameters.

Changed

  • config setting.js CHART_INPUT_STUDIES value must be an array.
  • config setting.js DEFAULT_CHART_STUDIES setting change to ['EMA:50', 'EMA:200', 'RSI'].

Added

  • /chart include input 'back' button.
  • Handle callback query error 403 Forbidden by sending a message "Please /start to re-initiate a conversation."