zulip / python-zulip-api

Python library for the Zulip API.
https://zulip.com/api/
Apache License 2.0
355 stars 357 forks source link

Add a bot to fetch crytpo information. #753

Open tmachnacki opened 2 years ago

tmachnacki commented 2 years ago

Fetches current market price for a provided cryptocurrency in USD. It can also return the market price for a cryptocurrency given a specified date.

Usage: @-mention "cryptocurrency" "optional: date in form YYY-MM-DD"

Tested against unit tests and on local development environment. TODO: Test in production server.