Skip to content

Version 0.8.1: webhooks!

Compare
Choose a tag to compare
@MrNaif2018 MrNaif2018 released this 24 Oct 14:53
· 221 commits to master since this release
bf7ed7f

Version 0.8.1: webhooks!
This update adds a new way of receiving updates, start a webhook and daemon will deliver updates to that webhook by itself.
To use that feature, pip install bitcart[webhook] for sync version(flask), async version has that built-in(aiohttp).
To use that instead of polling, just replace
btc.poll_updates()
with
btc.start_webhook()