Releases: masflam/MoneroChad
Releases · masflam/MoneroChad
Release 0.2.3
- added tipjars, now the bot needs a postgres db
- update the dependencies and python version
- rework the docker configs
- basic logging set up
- make API URLs configurable
- remove the "powered by xmrchain.net" footers
- add github action to build the docker image on release
Release 0.2.2
Made emojis configurable and provided the images for them in /assets.
Release 0.2.1
Finally got around to fixing the /xmr chart command which broke when Cryptowatch shut down.
- Uncaught exceptions in the nick changing and feed fetching loops are now DM'ed to a configurable list of "debug admins"
- We're back to relaying the Monero Observer feed
- Fixed
/xmr chartby switching to Kraken's API for OHLC data - Added a Dockerfile and instructions for it in the readme
Release 0.2.0
The long-procrastinated Python rewrite of the entire bot has finally come to fruition. I have ported all the functionality I wanted to keep relatively unchanged and I think it is ready for use.
Notable changes:
- the entire
untiesubcommand group got nuked (was useless anyway) - the
/timecommand is gone too - changed the news feed relayed to The Monero Standard, since escapethe3RA went on a hiatus with Monero Observer with no return date announced as far as I know
- the chart in
/xmr chartchanged a little since we now use matplotlib for it - I haven't ported
/xmr linksyet, and I'm thinking it should get a redesign anyway - the nickname is now of the format
$123.45 | MoneroChad - cooldown and cache TTL tweaks
Release 0.1.3
- Improve
/xmr chartUI and lower the cooldown to 10s - Use
/xmr priceembed style in/price
Release 0.1.2
- Add
/xmr chartcommand that responds with a chart of Monero's price, with 30s cooldown (API quotas) - Chane the bot's nick every 30s, rotating between Monero price in USD, EUR, BTC, and "Monero Chad"
- Display 24h change in
/xmr price - Use embeds for relaying Monero Observer news
- Use embeds for all command responses
- Fix typo in description of
/time - Custom launch banner
- Lower TTL of price info cache to 1 minute
Release 0.1.1
Fixed Monero Observer feed.
Release 0.1.0
The first iteration of the bot is ready.