omgitsjan / Starter-DiscordBotAI

This is a simple starter Discord Bot. Its main use case is that it's using the OpenAI API to generate responses to messages in a Discord chat. The bot is written in C# and uses the DSharpPlus library to interact with the Discord API and the RestSharp library to make HTTP requests to the OpenAI API. It also has some small other features.
https://hub.docker.com/r/omgitsjan/discordbotai
MIT License
14 stars 5 forks source link

[FEATURE] Add Cryptocurrency Support #37

Closed omgitsjan closed 10 months ago

omgitsjan commented 1 year ago

The feature would allow users to fetch current cryptocurrency data (prices, trends, market cap etc.) in real-time. This could be achieved by integrating APIs of popular crypto exchanges (like CoinMarketCap, Binance, or Kraken). This feature could potentially extend to support various cryptocurrencies such as Bitcoin, Ethereum, Ripple, etc.

omgitsjan commented 10 months ago

I've noted that we already got this. I think it's out of scope for this project to add a deep crypto functionality. Furthermore, I've updated the current one so that people can also addition add into which physical you can convert, that should be enough.