You are viewing a single comment's thread from:

RE: Steemit.com Followers / Following Count Discrepancy

in #bug-hunting6 years ago

You are right. Maybe https://api-int.steemit.com is using hivemind as database for followers.

from beem import Steem
from beem.account import Account
stm = Steem(node="https://api.steemit.com")
acc = Account("anthonyadavisii", steem_instance=stm)
acc.get_follow_count()
{'account': 'anthonyadavisii', 'follower_count': 3616, 'following_count': 2380}

stm = Steem(node="https://api-int.steemit.com")
acc = Account("anthonyadavisii", steem_instance=stm)
acc.get_follow_count()
{'account': 'anthonyadavisii', 'follower_count': 4274, 'following_count': 3153}

Coin Marketplace

STEEM 0.17
TRX 0.15
JST 0.029
BTC 60968.19
ETH 2367.91
USDT 1.00
SBD 2.56