A simple maubot plugin to return basic financial data about stocks and cryptocurrencies
Go to file
wreck d7c0432c7f first pass at better readme with images 2021-01-11 16:04:40 -08:00
images first pass at better readme with images 2021-01-11 16:04:40 -08:00
README.md first pass at better readme with images 2021-01-11 16:04:40 -08:00
base-config.yaml include basic crypto exchange price data 2021-01-07 17:11:09 -08:00
maubot.yaml fix handler names 2021-01-07 18:04:08 -08:00
sample-api-output.json initial commit 2020-12-05 00:30:52 -08:00
tickerbot.py fix handler names 2021-01-07 18:04:08 -08:00

README.md

a simple maubot module that responds with financial data about stock price or cryptocurrency exchange rate.

note: this module depends on having an api key for the following services RapidAPI (used for the yahoo-finance api endpoints, which you must subscribe to in your account settings) CoinAPI

Setup

plug in API keys for both your RapidAPI yahoo finance app and your CoinAPI account in the config file (either before packaging in the base-config, or directly in the maubot interface after loading).

update the commands you want to use, by default stock data is returned with the !stonks command, and crypto data is returned with !hodl command. for example:

!stonks tsla

would return something like this: stonks response

and

!hodl btc/ada

would return something like this: hodl response