Thank you for the contribution. It has been approved.
<p dir="auto">Btw, I have a couple of ideas about this post: <p dir="auto"><strong>Node issue <p dir="auto"><code>stream = map(Post, blockchain.stream(filter_by=["comment"])) <p dir="auto">This shouldn't work since default node defined at steem-python is <em>steemd.steemit.com and it's down for a while. So, if you make it compatible with the jussi or another public node for the potential readers trying out the code, that would be perfect. <p dir="auto"><strong>Mentions <p dir="auto">We can use <code>post.get("json_metadata", {}).get("users") to get mentions. I am not sure twitter username regex has a full compliance with steemit blockchain's username restrictions. Are there any specific reason to use a regex pattern? <p dir="auto">Great job on the series! Looking forward to see more. <p dir="auto">You can contact us on <a href="https://discord.gg/uTyJkNm" target="_blank" rel="nofollow noreferrer noopener" title="This link will take you away from hive.blog" class="external_link">Discord.<br /> <strong><a href="https://utopian.io/moderators" target="_blank" rel="nofollow noreferrer noopener" title="This link will take you away from hive.blog" class="external_link">[utopian-moderator]You are viewing a single comment's thread from:
steempy set nodes https://rpc.steemviz.com
for example. About the mentions, I never realised that! Funny thing is my mind jumped to regex, because I think I recalled that you used it for the mentions on steem.rocks. Guess I learned something today as well, so thanks for that! 😄Thanks! Regarding the node issue, in part 1 of the series @juliank made sure to mention the default node was deprecated and to set a new one usingYeah, actually I wasn't aware of that and the regex pattern is still in place at steem.rocks. @favcau warned me lately that info can be obtained at json_metadata. :)
Sorry about the node issue, couldn't have time to read the whole series yet.
Haha, no worries, I had to go to part 1 myself and check if @juliank had actually mentioned it.