You are viewing a single comment's thread from:
RE: Steemit Followers - Data extraction - Part 1
Thanks for this great service for the community.
Looking at https://api.steemdata.com/health it seems mongodb is around 19 hours behind.
However when trying to get my following it is empty. Tested and working with older usernames.
res = s.Accounts.find_one({'name': 'codewithcheese'}, projection={'following': 1, '_id': 0})