You are viewing a single comment's thread from:

RE: Meeseeker Op Timestamps - 0.0.5

in #utopian-io6 years ago (edited)

Thanks for the fast update!

For my use case, I have needed a way to listen specific custom jsons (by id) and report them in a discord channel.

Since discord.py uses asyncio, all your client code must use async libraries. Using sync libraries in a event loop never ends well. That requirement eliminates all python clients of steem. (except maybe asyncsteem of @pibara, but I have a negative bias to twisted :P).

Keeping that in my mind, I thought meeseeker may have a use case here since using redis in an async way is much easier on discord bots, (aioredis) plus, meeseeker remove some boilerplate code to parse, filter new transactions in the blockchain.

Sort:  

Perfect use case. I hope that works out.