Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • 2mln_blocks_test
  • abw_rshares_experiment
  • bridge_get_account_posts
  • bw_ci_validating_test
  • bw_list_comments_by_permlink_opt_patterns
  • dk-5e6-patterns
  • dk-database-api-tests-001
  • dk-diff-log
  • dk-fix-order-in-some-tests
  • dk-follow-item-overwrite-fix
  • dk-follow-refactor
  • dk-functional-example
  • dk-list-votes-pre24
  • dk-mock-follow-tests
  • dk-mock-follow-tests-2
  • dk-mock-vops-tests
  • dk-pytest-benchmark
  • follow_api_tests
  • get_accounts
  • get_blog_entries
  • get_ranked_posts
  • issue_37_trend_and_hot
  • jsalyers-more-blacklist-updates
  • klesniak-api-tests-pyresttests
  • km_hafah_MR15
  • km_issue_151_revert
  • kmochocki/add-slow-call
  • kmochocki/ci
  • kmochocki/hivemind-testing
  • kudmich/prepare_tavern_tests_to_working_with_postgrest
  • master
  • mi_correct_notif_cache_update
  • mi_mention_date_changed
  • mi_notifications_in_cache
  • mi_test_for_bridge_get_ranked_posts
  • msochacki_tests
  • mt-47
  • mt-find-list-votes
  • mt-further-pids-refactoring
  • mt-further-pids-refactoring-old
  • mt-get-pids-fix
  • mt-get-profile-new-patterns
  • mt-grayed
  • mt-lack-of-post-forces-empty-pattern
  • mt-list-comments-fix
  • mt-main-unit
  • mt-pids-performance-refactoring
  • mz-hivemind-benchmark-parser
  • pczempiel_community
  • pczempiel_date_changes
  • pczempiel_new_tests
  • pmaniora_account_notifications_tests
  • pmaniora_communities_sql
  • pmaniora_community_fixes
  • pmaniora_fullsync_slow_calls
  • pmaniora_new_tests
  • request-execution-time
  • revert-36610d67
  • tmp
59 results

Target

Select target project
  • hive/tests_api
1 result
Select Git revision
  • 2mln_blocks_test
  • abw_rshares_experiment
  • bridge_get_account_posts
  • bw_ci_validating_test
  • bw_list_comments_by_permlink_opt_patterns
  • dk-5e6-patterns
  • dk-database-api-tests-001
  • dk-diff-log
  • dk-fix-order-in-some-tests
  • dk-follow-item-overwrite-fix
  • dk-follow-refactor
  • dk-functional-example
  • dk-list-votes-pre24
  • dk-mock-follow-tests
  • dk-mock-follow-tests-2
  • dk-mock-vops-tests
  • dk-pytest-benchmark
  • follow_api_tests
  • get_accounts
  • get_blog_entries
  • get_ranked_posts
  • issue_37_trend_and_hot
  • jsalyers-more-blacklist-updates
  • klesniak-api-tests-pyresttests
  • km_hafah_MR15
  • km_issue_151_revert
  • kmochocki/add-slow-call
  • kmochocki/ci
  • kmochocki/hivemind-testing
  • kudmich/prepare_tavern_tests_to_working_with_postgrest
  • master
  • mi_correct_notif_cache_update
  • mi_mention_date_changed
  • mi_notifications_in_cache
  • mi_test_for_bridge_get_ranked_posts
  • msochacki_tests
  • mt-47
  • mt-find-list-votes
  • mt-further-pids-refactoring
  • mt-further-pids-refactoring-old
  • mt-get-pids-fix
  • mt-get-profile-new-patterns
  • mt-grayed
  • mt-lack-of-post-forces-empty-pattern
  • mt-list-comments-fix
  • mt-main-unit
  • mt-pids-performance-refactoring
  • mz-hivemind-benchmark-parser
  • pczempiel_community
  • pczempiel_date_changes
  • pczempiel_new_tests
  • pmaniora_account_notifications_tests
  • pmaniora_communities_sql
  • pmaniora_community_fixes
  • pmaniora_fullsync_slow_calls
  • pmaniora_new_tests
  • request-execution-time
  • revert-36610d67
  • tmp
59 results
Show changes
Showing
with 23552 additions and 0 deletions
---
test_name: Hivemind condenser_api.get_state patterns test # Deprecated
marks:
- patterntest
includes:
- !include ../../common.yaml
stages:
- name: get_state
request:
url: "{service.proto:s}://{service.server:s}:{service.port}/"
method: POST
headers:
content-type: application/json
json:
jsonrpc: "2.0"
id: 1
method: "condenser_api.get_state"
params: ["/hot/news"]
response:
status_code: 200
verify_response_with:
function: validate_response:compare_response_with_pattern
extra_kwargs:
method: "hot_news"
directory: "condenser_api_patterns/get_state"
\ No newline at end of file
{
"accounts": {},
"content": {},
"discussion_idx": {
"": {}
},
"feed_price": {
"base": "0.637 HBD",
"quote": "1.000 HIVE"
},
"props": {
"head_block_number": 5000000,
"last_irreversible_block_num": 4999980,
"sbd_interest_rate": 1000,
"sbd_print_rate": 10000,
"time": "2016-09-15T19:47:21",
"total_vesting_fund_steem": "149190428.013 HIVE",
"total_vesting_shares": "448144916705.468384 VESTS"
},
"tag_idx": {
"trending": []
},
"tags": {}
}
{
"accounts": {},
"content": {},
"discussion_idx": {
"": {}
},
"feed_price": {
"base": "0.637 HBD",
"quote": "1.000 HIVE"
},
"props": {
"hbd_interest_rate": 1000,
"hbd_print_rate": 10000,
"head_block_number": 5000017,
"last_irreversible_block_num": 4999980,
"time": "2016-09-15T19:48:12",
"total_vesting_fund_hive": "149190428.013 HIVE",
"total_vesting_shares": "448144916705.468384 VESTS"
},
"tag_idx": {
"trending": []
},
"tags": {}
}
---
test_name: Hivemind condenser_api.get_state patterns test # Deprecated
marks:
- patterntest
includes:
- !include ../../common.yaml
stages:
- name: get_state
request:
url: "{service.proto:s}://{service.server:s}:{service.port}/"
method: POST
headers:
content-type: application/json
json:
jsonrpc: "2.0"
id: 1
method: "condenser_api.get_state"
params: ["market"]
response:
status_code: 200
verify_response_with:
function: validate_response:compare_response_with_pattern
extra_kwargs:
method: "market"
directory: "condenser_api_patterns/get_state"
\ No newline at end of file
{
"accounts": {},
"content": {},
"discussion_idx": {
"": {}
},
"feed_price": {
"base": "0.637 HBD",
"quote": "1.000 HIVE"
},
"props": {
"head_block_number": 5000000,
"last_irreversible_block_num": 4999980,
"sbd_interest_rate": 1000,
"sbd_print_rate": 10000,
"time": "2016-09-15T19:47:21",
"total_vesting_fund_steem": "149190428.013 HIVE",
"total_vesting_shares": "448144916705.468384 VESTS"
},
"tag_idx": {
"trending": [
"life",
"steemit",
"story",
"art",
"steem",
"travel",
"food",
"introduceyourself",
"photography",
"money",
"writing",
"bitcoin",
"science",
"philosophy",
"stats",
"health",
"anarchy",
"poetry",
"psychology",
"steempay",
"steemmag",
"politics",
"steemfest",
"bitshares",
"music",
"beyondbitcoin",
"news",
"anarchism",
"cn",
"relationship",
"typography",
"ethereum",
"relationships",
"technology",
"gardening",
"love",
"liberty",
"popularscience",
"steemcleaners",
"deutsch",
"freedom",
"witness-category",
"barrycooper",
"smoothie",
"marijuana",
"fiction",
"steemdb",
"funny",
"family",
"blog",
"steemitphotochallenge",
"recipes",
"security",
"curie",
"steemstats",
"steem-help",
"radiosteem",
"design",
"hidden-gems",
"crypto-news",
"steemtools",
"timeforachange",
"horror",
"programming",
"mathematics",
"secret-writer",
"ru",
"education",
"halo",
"synereo",
"esteem",
"sex",
"contest",
"robinhoodwhale",
"history",
"books",
"free-society",
"business",
"astronomy",
"steemitcryptochallenge",
"inspiration",
"coffee",
"spotlight",
"bounties",
"government",
"beauty",
"future-food",
"netocracy",
"smartcontracts",
"steemit-future",
"sports",
"yoga",
"aircraft",
"capitalism",
"motocross",
"steemmobile",
"chess",
"cryptocurrency",
"gaming",
"women",
"space",
"foodchallenge",
"steemitabuse",
"bees",
"introduction",
"meetup",
"religion",
"croatia",
"parenthood",
"peerplays",
"libertarianism",
"piston",
"bounty",
"feminism",
"kr",
"success",
"law",
"military",
"cannabisoil",
"entrepreneurship",
"scifi",
"censorship",
"cryptocapitalism",
"abortion",
"archaeology",
"wallpaper",
"cocktails",
"steemapp",
"corporate-identity",
"comedy",
"statism",
"fire",
"dance",
"steemit-promo",
"privacy",
"blockchain",
"cartoon",
"china",
"barrycooperlifeseries",
"cars",
"depression",
"spanish",
"languages",
"steem-stats",
"artificial-intelligence",
"nature",
"economics",
"startups",
"quinneaker",
"steemaway",
"nevergetbusted",
"drugs",
"recipe",
"step",
"steemit-bots",
"poker",
"orphanage",
"sciencefiction",
"planes",
"mondaymotivation",
"steemitartchallenge",
"branding",
"namecoin",
"greensmoothie",
"masterclass",
"crazychallenge",
"patriotism",
"experiences",
"parenting",
"maps",
"interview",
"lgbt",
"steememe",
"games",
"whales",
"steemloto",
"movies",
"cannabis",
"roadtrip",
"olympics",
"rejuvenation",
"book",
"lifehack",
"onecoin",
"steemimg",
"solar",
"war",
"film",
"reputation",
"veterans",
"hyperinflation",
"engineering",
"hypnosis",
"lifestyle",
"steem-price",
"howto",
"utopia",
"cooking",
"plagiarism",
"thankyou",
"underground",
"guide",
"agriculture",
"moviereview",
"hiking",
"barry",
"curation",
"voluntaryism",
"healthebern",
"diy",
"voluntarism",
"logic",
"media",
"animalrescue",
"academia",
"steemit-marketing",
"steemithelp",
"geoengineering",
"biology",
"culture",
"psych",
"introducemyself",
"nameinlights",
"fishing",
"steemocracy",
"architecture",
"vaccines",
"dogecoin",
"crypto",
"terrorism",
"movie",
"riots",
"barrycooperstory",
"mmog",
"mental",
"apology",
"homeless",
"ripple",
"running",
"magic",
"animal",
"psychotherapy",
"gold",
"analytics",
"dancing",
"consciousness",
"banking",
"video",
"steemfit",
"steemtattoo"
]
},
"tags": {
"abortion": {
"comments": 160,
"name": "abortion",
"top_posts": 7,
"total_payouts": "1686.180 HBD"
},
"academia": {
"comments": 129,
"name": "academia",
"top_posts": 9,
"total_payouts": "703.964 HBD"
},
"agriculture": {
"comments": 21,
"name": "agriculture",
"top_posts": 6,
"total_payouts": "755.119 HBD"
},
"aircraft": {
"comments": 86,
"name": "aircraft",
"top_posts": 10,
"total_payouts": "2363.574 HBD"
},
"analytics": {
"comments": 116,
"name": "analytics",
"top_posts": 14,
"total_payouts": "569.108 HBD"
},
"anarchism": {
"comments": 1595,
"name": "anarchism",
"top_posts": 305,
"total_payouts": "9884.861 HBD"
},
"anarchy": {
"comments": 2572,
"name": "anarchy",
"top_posts": 495,
"total_payouts": "15924.884 HBD"
},
"animal": {
"comments": 55,
"name": "animal",
"top_posts": 37,
"total_payouts": "582.829 HBD"
},
"animalrescue": {
"comments": 112,
"name": "animalrescue",
"top_posts": 5,
"total_payouts": "709.469 HBD"
},
"apology": {
"comments": 16,
"name": "apology",
"top_posts": 2,
"total_payouts": "593.967 HBD"
},
"archaeology": {
"comments": 28,
"name": "archaeology",
"top_posts": 2,
"total_payouts": "1678.498 HBD"
},
"architecture": {
"comments": 56,
"name": "architecture",
"top_posts": 17,
"total_payouts": "631.268 HBD"
},
"art": {
"comments": 13153,
"name": "art",
"top_posts": 2745,
"total_payouts": "106416.111 HBD"
},
"artificial-intelligence": {
"comments": 45,
"name": "artificial-intelligence",
"top_posts": 1,
"total_payouts": "1327.283 HBD"
},
"astronomy": {
"comments": 136,
"name": "astronomy",
"top_posts": 21,
"total_payouts": "2622.019 HBD"
},
"banking": {
"comments": 27,
"name": "banking",
"top_posts": 14,
"total_payouts": "559.777 HBD"
},
"barry": {
"comments": 71,
"name": "barry",
"top_posts": 2,
"total_payouts": "741.548 HBD"
},
"barrycooper": {
"comments": 577,
"name": "barrycooper",
"top_posts": 17,
"total_payouts": "6092.268 HBD"
},
"barrycooperlifeseries": {
"comments": 65,
"name": "barrycooperlifeseries",
"top_posts": 3,
"total_payouts": "1384.523 HBD"
},
"barrycooperstory": {
"comments": 50,
"name": "barrycooperstory",
"top_posts": 1,
"total_payouts": "604.714 HBD"
},
"beauty": {
"comments": 212,
"name": "beauty",
"top_posts": 44,
"total_payouts": "2496.898 HBD"
},
"bees": {
"comments": 208,
"name": "bees",
"top_posts": 20,
"total_payouts": "2123.400 HBD"
},
"beyondbitcoin": {
"comments": 493,
"name": "beyondbitcoin",
"top_posts": 81,
"total_payouts": "12040.701 HBD"
},
"biology": {
"comments": 30,
"name": "biology",
"top_posts": 5,
"total_payouts": "682.850 HBD"
},
"bitcoin": {
"comments": 2890,
"name": "bitcoin",
"top_posts": 1220,
"total_payouts": "31111.750 HBD"
},
"bitshares": {
"comments": 772,
"name": "bitshares",
"top_posts": 93,
"total_payouts": "12951.147 HBD"
},
"blockchain": {
"comments": 550,
"name": "blockchain",
"top_posts": 251,
"total_payouts": "1411.995 HBD"
},
"blog": {
"comments": 1575,
"name": "blog",
"top_posts": 382,
"total_payouts": "5307.805 HBD"
},
"book": {
"comments": 32,
"name": "book",
"top_posts": 13,
"total_payouts": "950.319 HBD"
},
"books": {
"comments": 208,
"name": "books",
"top_posts": 27,
"total_payouts": "2795.404 HBD"
},
"bounties": {
"comments": 157,
"name": "bounties",
"top_posts": 10,
"total_payouts": "2528.557 HBD"
},
"bounty": {
"comments": 135,
"name": "bounty",
"top_posts": 10,
"total_payouts": "1833.545 HBD"
},
"branding": {
"comments": 23,
"name": "branding",
"top_posts": 3,
"total_payouts": "1163.726 HBD"
},
"business": {
"comments": 341,
"name": "business",
"top_posts": 127,
"total_payouts": "2623.267 HBD"
},
"cannabis": {
"comments": 318,
"name": "cannabis",
"top_posts": 75,
"total_payouts": "989.179 HBD"
},
"cannabisoil": {
"comments": 30,
"name": "cannabisoil",
"top_posts": 1,
"total_payouts": "1746.955 HBD"
},
"capitalism": {
"comments": 171,
"name": "capitalism",
"top_posts": 24,
"total_payouts": "2351.679 HBD"
},
"cars": {
"comments": 145,
"name": "cars",
"top_posts": 50,
"total_payouts": "1362.283 HBD"
},
"cartoon": {
"comments": 631,
"name": "cartoon",
"top_posts": 78,
"total_payouts": "1390.428 HBD"
},
"censorship": {
"comments": 624,
"name": "censorship",
"top_posts": 28,
"total_payouts": "1689.398 HBD"
},
"chess": {
"comments": 28,
"name": "chess",
"top_posts": 5,
"total_payouts": "2250.335 HBD"
},
"china": {
"comments": 76,
"name": "china",
"top_posts": 21,
"total_payouts": "1385.042 HBD"
},
"cn": {
"comments": 2474,
"name": "cn",
"top_posts": 775,
"total_payouts": "9874.775 HBD"
},
"cocktails": {
"comments": 102,
"name": "cocktails",
"top_posts": 7,
"total_payouts": "1569.236 HBD"
},
"coffee": {
"comments": 224,
"name": "coffee",
"top_posts": 46,
"total_payouts": "2544.160 HBD"
},
"comedy": {
"comments": 316,
"name": "comedy",
"top_posts": 91,
"total_payouts": "1528.309 HBD"
},
"consciousness": {
"comments": 41,
"name": "consciousness",
"top_posts": 13,
"total_payouts": "564.531 HBD"
},
"contest": {
"comments": 742,
"name": "contest",
"top_posts": 26,
"total_payouts": "3040.468 HBD"
},
"cooking": {
"comments": 97,
"name": "cooking",
"top_posts": 14,
"total_payouts": "805.422 HBD"
},
"corporate-identity": {
"comments": 36,
"name": "corporate-identity",
"top_posts": 2,
"total_payouts": "1541.593 HBD"
},
"crazychallenge": {
"comments": 339,
"name": "crazychallenge",
"top_posts": 16,
"total_payouts": "1148.360 HBD"
},
"croatia": {
"comments": 16,
"name": "croatia",
"top_posts": 1,
"total_payouts": "2061.013 HBD"
},
"crypto": {
"comments": 123,
"name": "crypto",
"top_posts": 66,
"total_payouts": "622.609 HBD"
},
"crypto-news": {
"comments": 878,
"name": "crypto-news",
"top_posts": 253,
"total_payouts": "4622.640 HBD"
},
"cryptocapitalism": {
"comments": 68,
"name": "cryptocapitalism",
"top_posts": 1,
"total_payouts": "1686.949 HBD"
},
"cryptocurrency": {
"comments": 539,
"name": "cryptocurrency",
"top_posts": 202,
"total_payouts": "2247.862 HBD"
},
"culture": {
"comments": 60,
"name": "culture",
"top_posts": 11,
"total_payouts": "677.724 HBD"
},
"curation": {
"comments": 231,
"name": "curation",
"top_posts": 18,
"total_payouts": "739.822 HBD"
},
"curie": {
"comments": 222,
"name": "curie",
"top_posts": 15,
"total_payouts": "5080.545 HBD"
},
"dance": {
"comments": 142,
"name": "dance",
"top_posts": 21,
"total_payouts": "1492.334 HBD"
},
"dancing": {
"comments": 15,
"name": "dancing",
"top_posts": 2,
"total_payouts": "567.140 HBD"
},
"depression": {
"comments": 124,
"name": "depression",
"top_posts": 19,
"total_payouts": "1357.808 HBD"
},
"design": {
"comments": 246,
"name": "design",
"top_posts": 57,
"total_payouts": "4771.680 HBD"
},
"deutsch": {
"comments": 2107,
"name": "deutsch",
"top_posts": 406,
"total_payouts": "6530.546 HBD"
},
"diy": {
"comments": 89,
"name": "diy",
"top_posts": 26,
"total_payouts": "727.586 HBD"
},
"dogecoin": {
"comments": 15,
"name": "dogecoin",
"top_posts": 8,
"total_payouts": "623.001 HBD"
},
"drugs": {
"comments": 87,
"name": "drugs",
"top_posts": 35,
"total_payouts": "1276.025 HBD"
},
"economics": {
"comments": 310,
"name": "economics",
"top_posts": 95,
"total_payouts": "1297.199 HBD"
},
"education": {
"comments": 238,
"name": "education",
"top_posts": 55,
"total_payouts": "3409.264 HBD"
},
"engineering": {
"comments": 35,
"name": "engineering",
"top_posts": 14,
"total_payouts": "850.600 HBD"
},
"entrepreneurship": {
"comments": 120,
"name": "entrepreneurship",
"top_posts": 16,
"total_payouts": "1726.302 HBD"
},
"esteem": {
"comments": 192,
"name": "esteem",
"top_posts": 14,
"total_payouts": "3080.537 HBD"
},
"ethereum": {
"comments": 384,
"name": "ethereum",
"top_posts": 161,
"total_payouts": "7979.478 HBD"
},
"experiences": {
"comments": 9,
"name": "experiences",
"top_posts": 1,
"total_payouts": "1141.359 HBD"
},
"family": {
"comments": 313,
"name": "family",
"top_posts": 58,
"total_payouts": "5421.926 HBD"
},
"feminism": {
"comments": 630,
"name": "feminism",
"top_posts": 37,
"total_payouts": "1818.315 HBD"
},
"fiction": {
"comments": 387,
"name": "fiction",
"top_posts": 164,
"total_payouts": "5705.237 HBD"
},
"film": {
"comments": 96,
"name": "film",
"top_posts": 30,
"total_payouts": "893.324 HBD"
},
"fire": {
"comments": 78,
"name": "fire",
"top_posts": 9,
"total_payouts": "1518.740 HBD"
},
"fishing": {
"comments": 101,
"name": "fishing",
"top_posts": 26,
"total_payouts": "638.739 HBD"
},
"food": {
"comments": 7565,
"name": "food",
"top_posts": 1373,
"total_payouts": "59957.608 HBD"
},
"foodchallenge": {
"comments": 532,
"name": "foodchallenge",
"top_posts": 55,
"total_payouts": "2165.606 HBD"
},
"free-society": {
"comments": 104,
"name": "free-society",
"top_posts": 1,
"total_payouts": "2736.133 HBD"
},
"freedom": {
"comments": 806,
"name": "freedom",
"top_posts": 143,
"total_payouts": "6285.329 HBD"
},
"funny": {
"comments": 1023,
"name": "funny",
"top_posts": 424,
"total_payouts": "5469.398 HBD"
},
"future-food": {
"comments": 62,
"name": "future-food",
"top_posts": 3,
"total_payouts": "2486.951 HBD"
},
"games": {
"comments": 183,
"name": "games",
"top_posts": 92,
"total_payouts": "1045.245 HBD"
},
"gaming": {
"comments": 458,
"name": "gaming",
"top_posts": 150,
"total_payouts": "2231.979 HBD"
},
"gardening": {
"comments": 1070,
"name": "gardening",
"top_posts": 177,
"total_payouts": "7331.801 HBD"
},
"geoengineering": {
"comments": 36,
"name": "geoengineering",
"top_posts": 8,
"total_payouts": "686.560 HBD"
},
"gold": {
"comments": 215,
"name": "gold",
"top_posts": 96,
"total_payouts": "572.066 HBD"
},
"government": {
"comments": 255,
"name": "government",
"top_posts": 35,
"total_payouts": "2524.973 HBD"
},
"greensmoothie": {
"comments": 14,
"name": "greensmoothie",
"top_posts": 1,
"total_payouts": "1159.382 HBD"
},
"guide": {
"comments": 55,
"name": "guide",
"top_posts": 3,
"total_payouts": "756.579 HBD"
},
"halo": {
"comments": 923,
"name": "halo",
"top_posts": 80,
"total_payouts": "3268.063 HBD"
},
"health": {
"comments": 2456,
"name": "health",
"top_posts": 674,
"total_payouts": "17064.083 HBD"
},
"healthebern": {
"comments": 26,
"name": "healthebern",
"top_posts": 1,
"total_payouts": "730.370 HBD"
},
"hidden-gems": {
"comments": 558,
"name": "hidden-gems",
"top_posts": 35,
"total_payouts": "4650.946 HBD"
},
"hiking": {
"comments": 32,
"name": "hiking",
"top_posts": 3,
"total_payouts": "745.729 HBD"
},
"history": {
"comments": 486,
"name": "history",
"top_posts": 146,
"total_payouts": "2906.318 HBD"
},
"homeless": {
"comments": 138,
"name": "homeless",
"top_posts": 18,
"total_payouts": "592.492 HBD"
},
"horror": {
"comments": 61,
"name": "horror",
"top_posts": 36,
"total_payouts": "4227.490 HBD"
},
"howto": {
"comments": 209,
"name": "howto",
"top_posts": 16,
"total_payouts": "814.379 HBD"
},
"hyperinflation": {
"comments": 39,
"name": "hyperinflation",
"top_posts": 2,
"total_payouts": "869.633 HBD"
},
"hypnosis": {
"comments": 57,
"name": "hypnosis",
"top_posts": 6,
"total_payouts": "842.688 HBD"
},
"inspiration": {
"comments": 81,
"name": "inspiration",
"top_posts": 29,
"total_payouts": "2579.695 HBD"
},
"interview": {
"comments": 54,
"name": "interview",
"top_posts": 9,
"total_payouts": "1061.108 HBD"
},
"introducemyself": {
"comments": 565,
"name": "introducemyself",
"top_posts": 90,
"total_payouts": "641.593 HBD"
},
"introduceyourself": {
"comments": 11430,
"name": "introduceyourself",
"top_posts": 1214,
"total_payouts": "58893.319 HBD"
},
"introduction": {
"comments": 356,
"name": "introduction",
"top_posts": 100,
"total_payouts": "2116.358 HBD"
},
"kr": {
"comments": 1132,
"name": "kr",
"top_posts": 349,
"total_payouts": "1813.841 HBD"
},
"languages": {
"comments": 78,
"name": "languages",
"top_posts": 18,
"total_payouts": "1343.656 HBD"
},
"law": {
"comments": 123,
"name": "law",
"top_posts": 31,
"total_payouts": "1768.877 HBD"
},
"lgbt": {
"comments": 205,
"name": "lgbt",
"top_posts": 10,
"total_payouts": "1051.553 HBD"
},
"libertarianism": {
"comments": 105,
"name": "libertarianism",
"top_posts": 10,
"total_payouts": "1846.648 HBD"
},
"liberty": {
"comments": 292,
"name": "liberty",
"top_posts": 55,
"total_payouts": "7151.162 HBD"
},
"life": {
"comments": 22453,
"name": "life",
"top_posts": 3950,
"total_payouts": "214128.274 HBD"
},
"lifehack": {
"comments": 125,
"name": "lifehack",
"top_posts": 17,
"total_payouts": "938.461 HBD"
},
"lifestyle": {
"comments": 79,
"name": "lifestyle",
"top_posts": 25,
"total_payouts": "838.685 HBD"
},
"logic": {
"comments": 32,
"name": "logic",
"top_posts": 6,
"total_payouts": "727.146 HBD"
},
"love": {
"comments": 427,
"name": "love",
"top_posts": 150,
"total_payouts": "7294.338 HBD"
},
"magic": {
"comments": 38,
"name": "magic",
"top_posts": 5,
"total_payouts": "585.657 HBD"
},
"maps": {
"comments": 22,
"name": "maps",
"top_posts": 2,
"total_payouts": "1086.955 HBD"
},
"marijuana": {
"comments": 852,
"name": "marijuana",
"top_posts": 289,
"total_payouts": "5811.355 HBD"
},
"masterclass": {
"comments": 53,
"name": "masterclass",
"top_posts": 1,
"total_payouts": "1155.452 HBD"
},
"mathematics": {
"comments": 387,
"name": "mathematics",
"top_posts": 73,
"total_payouts": "3888.496 HBD"
},
"media": {
"comments": 21,
"name": "media",
"top_posts": 18,
"total_payouts": "724.421 HBD"
},
"meetup": {
"comments": 148,
"name": "meetup",
"top_posts": 11,
"total_payouts": "2074.725 HBD"
},
"mental": {
"comments": 22,
"name": "mental",
"top_posts": 6,
"total_payouts": "596.054 HBD"
},
"military": {
"comments": 47,
"name": "military",
"top_posts": 15,
"total_payouts": "1758.522 HBD"
},
"mmog": {
"comments": 31,
"name": "mmog",
"top_posts": 2,
"total_payouts": "603.249 HBD"
},
"mondaymotivation": {
"comments": 58,
"name": "mondaymotivation",
"top_posts": 1,
"total_payouts": "1189.807 HBD"
},
"money": {
"comments": 4975,
"name": "money",
"top_posts": 998,
"total_payouts": "42462.388 HBD"
},
"motocross": {
"comments": 121,
"name": "motocross",
"top_posts": 7,
"total_payouts": "2336.718 HBD"
},
"movie": {
"comments": 50,
"name": "movie",
"top_posts": 38,
"total_payouts": "612.421 HBD"
},
"moviereview": {
"comments": 29,
"name": "moviereview",
"top_posts": 32,
"total_payouts": "752.046 HBD"
},
"movies": {
"comments": 86,
"name": "movies",
"top_posts": 97,
"total_payouts": "991.152 HBD"
},
"music": {
"comments": 2183,
"name": "music",
"top_posts": 1252,
"total_payouts": "12512.410 HBD"
},
"namecoin": {
"comments": 14,
"name": "namecoin",
"top_posts": 1,
"total_payouts": "1162.784 HBD"
},
"nameinlights": {
"comments": 161,
"name": "nameinlights",
"top_posts": 16,
"total_payouts": "639.539 HBD"
},
"nature": {
"comments": 444,
"name": "nature",
"top_posts": 162,
"total_payouts": "1323.404 HBD"
},
"netocracy": {
"comments": 75,
"name": "netocracy",
"top_posts": 1,
"total_payouts": "2471.783 HBD"
},
"nevergetbusted": {
"comments": 86,
"name": "nevergetbusted",
"top_posts": 4,
"total_payouts": "1282.762 HBD"
},
"news": {
"comments": 2816,
"name": "news",
"top_posts": 1331,
"total_payouts": "11633.625 HBD"
},
"olympics": {
"comments": 51,
"name": "olympics",
"top_posts": 32,
"total_payouts": "975.185 HBD"
},
"onecoin": {
"comments": 35,
"name": "onecoin",
"top_posts": 5,
"total_payouts": "933.072 HBD"
},
"orphanage": {
"comments": 19,
"name": "orphanage",
"top_posts": 2,
"total_payouts": "1230.150 HBD"
},
"parenthood": {
"comments": 54,
"name": "parenthood",
"top_posts": 3,
"total_payouts": "2047.045 HBD"
},
"parenting": {
"comments": 209,
"name": "parenting",
"top_posts": 52,
"total_payouts": "1137.434 HBD"
},
"patriotism": {
"comments": 130,
"name": "patriotism",
"top_posts": 4,
"total_payouts": "1144.155 HBD"
},
"peerplays": {
"comments": 43,
"name": "peerplays",
"top_posts": 6,
"total_payouts": "2021.585 HBD"
},
"philosophy": {
"comments": 2775,
"name": "philosophy",
"top_posts": 367,
"total_payouts": "24362.939 HBD"
},
"photography": {
"comments": 16286,
"name": "photography",
"top_posts": 4360,
"total_payouts": "53604.656 HBD"
},
"piston": {
"comments": 62,
"name": "piston",
"top_posts": 7,
"total_payouts": "1843.175 HBD"
},
"plagiarism": {
"comments": 164,
"name": "plagiarism",
"top_posts": 14,
"total_payouts": "794.189 HBD"
},
"planes": {
"comments": 60,
"name": "planes",
"top_posts": 2,
"total_payouts": "1193.122 HBD"
},
"poetry": {
"comments": 1674,
"name": "poetry",
"top_posts": 730,
"total_payouts": "15759.524 HBD"
},
"poker": {
"comments": 136,
"name": "poker",
"top_posts": 22,
"total_payouts": "1230.230 HBD"
},
"politics": {
"comments": 3120,
"name": "politics",
"top_posts": 865,
"total_payouts": "13710.443 HBD"
},
"popularscience": {
"comments": 248,
"name": "popularscience",
"top_posts": 28,
"total_payouts": "6990.931 HBD"
},
"privacy": {
"comments": 128,
"name": "privacy",
"top_posts": 23,
"total_payouts": "1412.728 HBD"
},
"programming": {
"comments": 367,
"name": "programming",
"top_posts": 39,
"total_payouts": "3950.916 HBD"
},
"psych": {
"comments": 22,
"name": "psych",
"top_posts": 9,
"total_payouts": "669.179 HBD"
},
"psychology": {
"comments": 1814,
"name": "psychology",
"top_posts": 331,
"total_payouts": "14600.055 HBD"
},
"psychotherapy": {
"comments": 15,
"name": "psychotherapy",
"top_posts": 2,
"total_payouts": "575.494 HBD"
},
"quinneaker": {
"comments": 33,
"name": "quinneaker",
"top_posts": 1,
"total_payouts": "1283.648 HBD"
},
"radiosteem": {
"comments": 88,
"name": "radiosteem",
"top_posts": 2,
"total_payouts": "4976.632 HBD"
},
"recipe": {
"comments": 173,
"name": "recipe",
"top_posts": 45,
"total_payouts": "1259.546 HBD"
},
"recipes": {
"comments": 629,
"name": "recipes",
"top_posts": 156,
"total_payouts": "5198.084 HBD"
},
"rejuvenation": {
"comments": 41,
"name": "rejuvenation",
"top_posts": 1,
"total_payouts": "972.164 HBD"
},
"relationship": {
"comments": 528,
"name": "relationship",
"top_posts": 54,
"total_payouts": "8794.347 HBD"
},
"relationships": {
"comments": 489,
"name": "relationships",
"top_posts": 59,
"total_payouts": "7776.967 HBD"
},
"religion": {
"comments": 921,
"name": "religion",
"top_posts": 183,
"total_payouts": "2063.230 HBD"
},
"reputation": {
"comments": 77,
"name": "reputation",
"top_posts": 11,
"total_payouts": "890.502 HBD"
},
"riots": {
"comments": 36,
"name": "riots",
"top_posts": 1,
"total_payouts": "611.266 HBD"
},
"ripple": {
"comments": 13,
"name": "ripple",
"top_posts": 3,
"total_payouts": "589.809 HBD"
},
"roadtrip": {
"comments": 7,
"name": "roadtrip",
"top_posts": 3,
"total_payouts": "984.613 HBD"
},
"robinhoodwhale": {
"comments": 430,
"name": "robinhoodwhale",
"top_posts": 35,
"total_payouts": "2937.890 HBD"
},
"ru": {
"comments": 2374,
"name": "ru",
"top_posts": 621,
"total_payouts": "3449.635 HBD"
},
"running": {
"comments": 37,
"name": "running",
"top_posts": 10,
"total_payouts": "586.739 HBD"
},
"science": {
"comments": 3209,
"name": "science",
"top_posts": 680,
"total_payouts": "25141.041 HBD"
},
"sciencefiction": {
"comments": 60,
"name": "sciencefiction",
"top_posts": 16,
"total_payouts": "1216.597 HBD"
},
"scifi": {
"comments": 138,
"name": "scifi",
"top_posts": 47,
"total_payouts": "1693.635 HBD"
},
"secret-writer": {
"comments": 350,
"name": "secret-writer",
"top_posts": 26,
"total_payouts": "3457.916 HBD"
},
"security": {
"comments": 452,
"name": "security",
"top_posts": 151,
"total_payouts": "5174.491 HBD"
},
"sex": {
"comments": 322,
"name": "sex",
"top_posts": 86,
"total_payouts": "3062.421 HBD"
},
"smartcontracts": {
"comments": 52,
"name": "smartcontracts",
"top_posts": 2,
"total_payouts": "2413.689 HBD"
},
"smoothie": {
"comments": 337,
"name": "smoothie",
"top_posts": 60,
"total_payouts": "5823.376 HBD"
},
"solar": {
"comments": 37,
"name": "solar",
"top_posts": 11,
"total_payouts": "921.080 HBD"
},
"space": {
"comments": 236,
"name": "space",
"top_posts": 90,
"total_payouts": "2180.277 HBD"
},
"spanish": {
"comments": 554,
"name": "spanish",
"top_posts": 215,
"total_payouts": "1355.278 HBD"
},
"sports": {
"comments": 639,
"name": "sports",
"top_posts": 361,
"total_payouts": "2413.131 HBD"
},
"spotlight": {
"comments": 63,
"name": "spotlight",
"top_posts": 3,
"total_payouts": "2540.410 HBD"
},
"startups": {
"comments": 71,
"name": "startups",
"top_posts": 17,
"total_payouts": "1285.772 HBD"
},
"statism": {
"comments": 185,
"name": "statism",
"top_posts": 10,
"total_payouts": "1519.178 HBD"
},
"stats": {
"comments": 2462,
"name": "stats",
"top_posts": 91,
"total_payouts": "18372.775 HBD"
},
"steem": {
"comments": 10141,
"name": "steem",
"top_posts": 1158,
"total_payouts": "82438.187 HBD"
},
"steem-help": {
"comments": 1045,
"name": "steem-help",
"top_posts": 100,
"total_payouts": "4993.119 HBD"
},
"steem-price": {
"comments": 112,
"name": "steem-price",
"top_posts": 3,
"total_payouts": "822.595 HBD"
},
"steem-stats": {
"comments": 250,
"name": "steem-stats",
"top_posts": 22,
"total_payouts": "1340.069 HBD"
},
"steemapp": {
"comments": 34,
"name": "steemapp",
"top_posts": 3,
"total_payouts": "1546.429 HBD"
},
"steemaway": {
"comments": 15,
"name": "steemaway",
"top_posts": 4,
"total_payouts": "1283.254 HBD"
},
"steemcleaners": {
"comments": 184,
"name": "steemcleaners",
"top_posts": 12,
"total_payouts": "6602.347 HBD"
},
"steemdb": {
"comments": 71,
"name": "steemdb",
"top_posts": 2,
"total_payouts": "5626.289 HBD"
},
"steememe": {
"comments": 397,
"name": "steememe",
"top_posts": 17,
"total_payouts": "1047.010 HBD"
},
"steemfest": {
"comments": 219,
"name": "steemfest",
"top_posts": 9,
"total_payouts": "13168.866 HBD"
},
"steemfit": {
"comments": 68,
"name": "steemfit",
"top_posts": 5,
"total_payouts": "554.351 HBD"
},
"steemimg": {
"comments": 213,
"name": "steemimg",
"top_posts": 9,
"total_payouts": "923.278 HBD"
},
"steemit": {
"comments": 38732,
"name": "steemit",
"top_posts": 5170,
"total_payouts": "165877.665 HBD"
},
"steemit-bots": {
"comments": 73,
"name": "steemit-bots",
"top_posts": 3,
"total_payouts": "1240.715 HBD"
},
"steemit-future": {
"comments": 95,
"name": "steemit-future",
"top_posts": 2,
"total_payouts": "2413.400 HBD"
},
"steemit-marketing": {
"comments": 30,
"name": "steemit-marketing",
"top_posts": 1,
"total_payouts": "702.994 HBD"
},
"steemit-promo": {
"comments": 21,
"name": "steemit-promo",
"top_posts": 3,
"total_payouts": "1419.522 HBD"
},
"steemitabuse": {
"comments": 268,
"name": "steemitabuse",
"top_posts": 16,
"total_payouts": "2141.105 HBD"
},
"steemitartchallenge": {
"comments": 210,
"name": "steemitartchallenge",
"top_posts": 22,
"total_payouts": "1184.856 HBD"
},
"steemitcryptochallenge": {
"comments": 308,
"name": "steemitcryptochallenge",
"top_posts": 9,
"total_payouts": "2599.908 HBD"
},
"steemithelp": {
"comments": 56,
"name": "steemithelp",
"top_posts": 6,
"total_payouts": "698.859 HBD"
},
"steemitphotochallenge": {
"comments": 1546,
"name": "steemitphotochallenge",
"top_posts": 354,
"total_payouts": "5270.056 HBD"
},
"steemloto": {
"comments": 82,
"name": "steemloto",
"top_posts": 19,
"total_payouts": "1001.670 HBD"
},
"steemmag": {
"comments": 194,
"name": "steemmag",
"top_posts": 10,
"total_payouts": "13869.757 HBD"
},
"steemmobile": {
"comments": 177,
"name": "steemmobile",
"top_posts": 5,
"total_payouts": "2272.704 HBD"
},
"steemocracy": {
"comments": 491,
"name": "steemocracy",
"top_posts": 13,
"total_payouts": "637.868 HBD"
},
"steempay": {
"comments": 259,
"name": "steempay",
"top_posts": 9,
"total_payouts": "14129.178 HBD"
},
"steemstats": {
"comments": 203,
"name": "steemstats",
"top_posts": 6,
"total_payouts": "5065.511 HBD"
},
"steemtattoo": {
"comments": 26,
"name": "steemtattoo",
"top_posts": 1,
"total_payouts": "546.379 HBD"
},
"steemtools": {
"comments": 279,
"name": "steemtools",
"top_posts": 42,
"total_payouts": "4590.787 HBD"
},
"step": {
"comments": 38,
"name": "step",
"top_posts": 1,
"total_payouts": "1241.064 HBD"
},
"story": {
"comments": 4907,
"name": "story",
"top_posts": 1085,
"total_payouts": "112460.193 HBD"
},
"success": {
"comments": 142,
"name": "success",
"top_posts": 40,
"total_payouts": "1792.986 HBD"
},
"synereo": {
"comments": 732,
"name": "synereo",
"top_posts": 35,
"total_payouts": "3243.397 HBD"
},
"technology": {
"comments": 825,
"name": "technology",
"top_posts": 222,
"total_payouts": "7513.500 HBD"
},
"terrorism": {
"comments": 32,
"name": "terrorism",
"top_posts": 9,
"total_payouts": "615.589 HBD"
},
"thankyou": {
"comments": 26,
"name": "thankyou",
"top_posts": 4,
"total_payouts": "782.076 HBD"
},
"timeforachange": {
"comments": 235,
"name": "timeforachange",
"top_posts": 7,
"total_payouts": "4468.859 HBD"
},
"travel": {
"comments": 5633,
"name": "travel",
"top_posts": 1159,
"total_payouts": "66237.472 HBD"
},
"typography": {
"comments": 103,
"name": "typography",
"top_posts": 6,
"total_payouts": "8422.924 HBD"
},
"underground": {
"comments": 17,
"name": "underground",
"top_posts": 1,
"total_payouts": "768.880 HBD"
},
"utopia": {
"comments": 29,
"name": "utopia",
"top_posts": 2,
"total_payouts": "812.018 HBD"
},
"vaccines": {
"comments": 39,
"name": "vaccines",
"top_posts": 16,
"total_payouts": "623.039 HBD"
},
"veterans": {
"comments": 55,
"name": "veterans",
"top_posts": 21,
"total_payouts": "880.787 HBD"
},
"video": {
"comments": 262,
"name": "video",
"top_posts": 252,
"total_payouts": "558.854 HBD"
},
"voluntarism": {
"comments": 53,
"name": "voluntarism",
"top_posts": 5,
"total_payouts": "727.482 HBD"
},
"voluntaryism": {
"comments": 224,
"name": "voluntaryism",
"top_posts": 50,
"total_payouts": "739.347 HBD"
},
"wallpaper": {
"comments": 72,
"name": "wallpaper",
"top_posts": 27,
"total_payouts": "1663.943 HBD"
},
"war": {
"comments": 119,
"name": "war",
"top_posts": 36,
"total_payouts": "894.761 HBD"
},
"whales": {
"comments": 199,
"name": "whales",
"top_posts": 11,
"total_payouts": "1027.082 HBD"
},
"witness-category": {
"comments": 436,
"name": "witness-category",
"top_posts": 28,
"total_payouts": "6226.878 HBD"
},
"women": {
"comments": 93,
"name": "women",
"top_posts": 23,
"total_payouts": "2222.873 HBD"
},
"writing": {
"comments": 4028,
"name": "writing",
"top_posts": 807,
"total_payouts": "36257.390 HBD"
},
"yoga": {
"comments": 204,
"name": "yoga",
"top_posts": 28,
"total_payouts": "2398.416 HBD"
}
}
}
{
"accounts": {},
"content": {},
"discussion_idx": {
"": {}
},
"feed_price": {
"base": "0.637 HBD",
"quote": "1.000 HIVE"
},
"props": {
"hbd_interest_rate": 1000,
"hbd_print_rate": 10000,
"head_block_number": 5000017,
"last_irreversible_block_num": 4999980,
"time": "2016-09-15T19:48:12",
"total_vesting_fund_hive": "149190428.013 HIVE",
"total_vesting_shares": "448144916705.468384 VESTS"
},
"tag_idx": {
"trending": [
"life",
"steemit",
"story",
"art",
"steem",
"travel",
"food",
"introduceyourself",
"photography",
"money",
"writing",
"bitcoin",
"science",
"philosophy",
"stats",
"health",
"anarchy",
"poetry",
"psychology",
"steempay",
"steemmag",
"politics",
"steemfest",
"bitshares",
"music",
"beyondbitcoin",
"news",
"anarchism",
"cn",
"relationship",
"typography",
"ethereum",
"relationships",
"technology",
"gardening",
"love",
"liberty",
"popularscience",
"steemcleaners",
"deutsch",
"freedom",
"witness-category",
"barrycooper",
"smoothie",
"marijuana",
"fiction",
"steemdb",
"funny",
"steemitphotochallenge",
"family",
"blog",
"recipes",
"security",
"curie",
"steemstats",
"steem-help",
"radiosteem",
"design",
"hidden-gems",
"crypto-news",
"steemtools",
"timeforachange",
"horror",
"programming",
"mathematics",
"secret-writer",
"ru",
"education",
"halo",
"synereo",
"esteem",
"sex",
"contest",
"robinhoodwhale",
"history",
"books",
"free-society",
"business",
"astronomy",
"steemitcryptochallenge",
"inspiration",
"coffee",
"spotlight",
"future-food",
"bounties",
"government",
"beauty",
"netocracy",
"sports",
"steemit-future",
"smartcontracts",
"yoga",
"aircraft",
"capitalism",
"motocross",
"steemmobile",
"cryptocurrency",
"chess",
"gaming",
"women",
"space",
"foodchallenge",
"steemitabuse",
"bees",
"religion",
"introduction",
"meetup",
"croatia",
"parenthood",
"peerplays",
"piston",
"libertarianism",
"bounty",
"feminism",
"kr",
"success",
"law",
"military",
"cannabisoil",
"entrepreneurship",
"censorship",
"scifi",
"cryptocapitalism",
"abortion",
"archaeology",
"wallpaper",
"cocktails",
"steemapp",
"corporate-identity",
"comedy",
"statism",
"fire",
"dance",
"steemit-promo",
"blockchain",
"privacy",
"cartoon",
"cars",
"china",
"barrycooperlifeseries",
"depression",
"spanish",
"steem-stats",
"languages",
"artificial-intelligence",
"nature",
"economics",
"startups",
"quinneaker",
"steemaway",
"nevergetbusted",
"drugs",
"recipe",
"step",
"steemit-bots",
"orphanage",
"poker",
"sciencefiction",
"planes",
"mondaymotivation",
"steemitartchallenge",
"branding",
"namecoin",
"greensmoothie",
"masterclass",
"crazychallenge",
"parenting",
"patriotism",
"experiences",
"maps",
"interview",
"lgbt",
"steememe",
"games",
"whales",
"steemloto",
"movies",
"cannabis",
"roadtrip",
"olympics",
"rejuvenation",
"book",
"lifehack",
"onecoin",
"steemimg",
"solar",
"war",
"film",
"reputation",
"veterans",
"hyperinflation",
"engineering",
"hypnosis",
"lifestyle",
"howto",
"steem-price",
"utopia",
"cooking",
"plagiarism",
"thankyou",
"underground",
"guide",
"agriculture",
"moviereview",
"hiking",
"barry",
"curation",
"voluntaryism",
"geoengineering",
"healthebern",
"diy",
"voluntarism",
"logic",
"media",
"animalrescue",
"academia",
"steemit-marketing",
"steemithelp",
"vaccines",
"introducemyself",
"biology",
"culture",
"psych",
"steemocracy",
"nameinlights",
"fishing",
"architecture",
"crypto",
"dogecoin",
"terrorism",
"movie",
"riots",
"barrycooperstory",
"mmog",
"mental",
"apology",
"homeless",
"magic",
"ripple",
"running",
"animal",
"psychotherapy",
"gold",
"analytics",
"dancing",
"consciousness",
"banking",
"video",
"steemfit",
"steemtattoo"
]
},
"tags": {
"abortion": {
"comments": 160,
"name": "abortion",
"top_posts": 7,
"total_payouts": "1686.390 HBD"
},
"academia": {
"comments": 129,
"name": "academia",
"top_posts": 9,
"total_payouts": "704.390 HBD"
},
"agriculture": {
"comments": 21,
"name": "agriculture",
"top_posts": 6,
"total_payouts": "755.144 HBD"
},
"aircraft": {
"comments": 86,
"name": "aircraft",
"top_posts": 10,
"total_payouts": "2363.775 HBD"
},
"analytics": {
"comments": 116,
"name": "analytics",
"top_posts": 14,
"total_payouts": "569.346 HBD"
},
"anarchism": {
"comments": 1595,
"name": "anarchism",
"top_posts": 305,
"total_payouts": "9900.405 HBD"
},
"anarchy": {
"comments": 2572,
"name": "anarchy",
"top_posts": 495,
"total_payouts": "16002.289 HBD"
},
"animal": {
"comments": 55,
"name": "animal",
"top_posts": 37,
"total_payouts": "582.892 HBD"
},
"animalrescue": {
"comments": 112,
"name": "animalrescue",
"top_posts": 5,
"total_payouts": "717.067 HBD"
},
"apology": {
"comments": 16,
"name": "apology",
"top_posts": 2,
"total_payouts": "593.968 HBD"
},
"archaeology": {
"comments": 28,
"name": "archaeology",
"top_posts": 2,
"total_payouts": "1678.508 HBD"
},
"architecture": {
"comments": 56,
"name": "architecture",
"top_posts": 17,
"total_payouts": "631.336 HBD"
},
"art": {
"comments": 13153,
"name": "art",
"top_posts": 2745,
"total_payouts": "106519.079 HBD"
},
"artificial-intelligence": {
"comments": 45,
"name": "artificial-intelligence",
"top_posts": 1,
"total_payouts": "1327.424 HBD"
},
"astronomy": {
"comments": 136,
"name": "astronomy",
"top_posts": 21,
"total_payouts": "2622.095 HBD"
},
"banking": {
"comments": 27,
"name": "banking",
"top_posts": 14,
"total_payouts": "559.869 HBD"
},
"barry": {
"comments": 71,
"name": "barry",
"top_posts": 2,
"total_payouts": "741.785 HBD"
},
"barrycooper": {
"comments": 577,
"name": "barrycooper",
"top_posts": 17,
"total_payouts": "6093.375 HBD"
},
"barrycooperlifeseries": {
"comments": 65,
"name": "barrycooperlifeseries",
"top_posts": 3,
"total_payouts": "1384.562 HBD"
},
"barrycooperstory": {
"comments": 50,
"name": "barrycooperstory",
"top_posts": 1,
"total_payouts": "604.946 HBD"
},
"beauty": {
"comments": 212,
"name": "beauty",
"top_posts": 44,
"total_payouts": "2498.987 HBD"
},
"bees": {
"comments": 208,
"name": "bees",
"top_posts": 20,
"total_payouts": "2124.044 HBD"
},
"beyondbitcoin": {
"comments": 493,
"name": "beyondbitcoin",
"top_posts": 81,
"total_payouts": "12188.358 HBD"
},
"biology": {
"comments": 30,
"name": "biology",
"top_posts": 5,
"total_payouts": "683.089 HBD"
},
"bitcoin": {
"comments": 2890,
"name": "bitcoin",
"top_posts": 1220,
"total_payouts": "31135.659 HBD"
},
"bitshares": {
"comments": 772,
"name": "bitshares",
"top_posts": 93,
"total_payouts": "12998.738 HBD"
},
"blockchain": {
"comments": 550,
"name": "blockchain",
"top_posts": 251,
"total_payouts": "1419.089 HBD"
},
"blog": {
"comments": 1575,
"name": "blog",
"top_posts": 382,
"total_payouts": "5314.224 HBD"
},
"book": {
"comments": 32,
"name": "book",
"top_posts": 13,
"total_payouts": "951.086 HBD"
},
"books": {
"comments": 208,
"name": "books",
"top_posts": 27,
"total_payouts": "2795.493 HBD"
},
"bounties": {
"comments": 157,
"name": "bounties",
"top_posts": 10,
"total_payouts": "2530.855 HBD"
},
"bounty": {
"comments": 135,
"name": "bounty",
"top_posts": 10,
"total_payouts": "1840.072 HBD"
},
"branding": {
"comments": 23,
"name": "branding",
"top_posts": 3,
"total_payouts": "1163.727 HBD"
},
"business": {
"comments": 341,
"name": "business",
"top_posts": 127,
"total_payouts": "2636.934 HBD"
},
"cannabis": {
"comments": 318,
"name": "cannabis",
"top_posts": 75,
"total_payouts": "989.707 HBD"
},
"cannabisoil": {
"comments": 30,
"name": "cannabisoil",
"top_posts": 1,
"total_payouts": "1747.004 HBD"
},
"capitalism": {
"comments": 171,
"name": "capitalism",
"top_posts": 24,
"total_payouts": "2353.619 HBD"
},
"cars": {
"comments": 145,
"name": "cars",
"top_posts": 50,
"total_payouts": "1395.637 HBD"
},
"cartoon": {
"comments": 631,
"name": "cartoon",
"top_posts": 78,
"total_payouts": "1412.874 HBD"
},
"censorship": {
"comments": 624,
"name": "censorship",
"top_posts": 28,
"total_payouts": "1695.386 HBD"
},
"chess": {
"comments": 28,
"name": "chess",
"top_posts": 5,
"total_payouts": "2250.362 HBD"
},
"china": {
"comments": 76,
"name": "china",
"top_posts": 21,
"total_payouts": "1385.019 HBD"
},
"cn": {
"comments": 2474,
"name": "cn",
"top_posts": 775,
"total_payouts": "9891.284 HBD"
},
"cocktails": {
"comments": 102,
"name": "cocktails",
"top_posts": 7,
"total_payouts": "1569.381 HBD"
},
"coffee": {
"comments": 224,
"name": "coffee",
"top_posts": 46,
"total_payouts": "2546.180 HBD"
},
"comedy": {
"comments": 316,
"name": "comedy",
"top_posts": 91,
"total_payouts": "1528.922 HBD"
},
"consciousness": {
"comments": 41,
"name": "consciousness",
"top_posts": 13,
"total_payouts": "564.587 HBD"
},
"contest": {
"comments": 742,
"name": "contest",
"top_posts": 26,
"total_payouts": "3043.365 HBD"
},
"cooking": {
"comments": 97,
"name": "cooking",
"top_posts": 14,
"total_payouts": "805.588 HBD"
},
"corporate-identity": {
"comments": 36,
"name": "corporate-identity",
"top_posts": 2,
"total_payouts": "1541.611 HBD"
},
"crazychallenge": {
"comments": 339,
"name": "crazychallenge",
"top_posts": 16,
"total_payouts": "1149.273 HBD"
},
"croatia": {
"comments": 16,
"name": "croatia",
"top_posts": 1,
"total_payouts": "2061.019 HBD"
},
"crypto": {
"comments": 123,
"name": "crypto",
"top_posts": 66,
"total_payouts": "625.406 HBD"
},
"crypto-news": {
"comments": 878,
"name": "crypto-news",
"top_posts": 253,
"total_payouts": "4647.280 HBD"
},
"cryptocapitalism": {
"comments": 68,
"name": "cryptocapitalism",
"top_posts": 1,
"total_payouts": "1686.973 HBD"
},
"cryptocurrency": {
"comments": 539,
"name": "cryptocurrency",
"top_posts": 202,
"total_payouts": "2259.939 HBD"
},
"culture": {
"comments": 60,
"name": "culture",
"top_posts": 11,
"total_payouts": "677.628 HBD"
},
"curation": {
"comments": 231,
"name": "curation",
"top_posts": 18,
"total_payouts": "740.488 HBD"
},
"curie": {
"comments": 222,
"name": "curie",
"top_posts": 15,
"total_payouts": "5069.949 HBD"
},
"dance": {
"comments": 142,
"name": "dance",
"top_posts": 21,
"total_payouts": "1492.730 HBD"
},
"dancing": {
"comments": 15,
"name": "dancing",
"top_posts": 2,
"total_payouts": "567.247 HBD"
},
"depression": {
"comments": 124,
"name": "depression",
"top_posts": 19,
"total_payouts": "1357.949 HBD"
},
"design": {
"comments": 246,
"name": "design",
"top_posts": 57,
"total_payouts": "4772.055 HBD"
},
"deutsch": {
"comments": 2107,
"name": "deutsch",
"top_posts": 406,
"total_payouts": "6566.898 HBD"
},
"diy": {
"comments": 89,
"name": "diy",
"top_posts": 26,
"total_payouts": "727.832 HBD"
},
"dogecoin": {
"comments": 15,
"name": "dogecoin",
"top_posts": 8,
"total_payouts": "623.036 HBD"
},
"drugs": {
"comments": 87,
"name": "drugs",
"top_posts": 35,
"total_payouts": "1276.197 HBD"
},
"economics": {
"comments": 310,
"name": "economics",
"top_posts": 95,
"total_payouts": "1304.003 HBD"
},
"education": {
"comments": 238,
"name": "education",
"top_posts": 55,
"total_payouts": "3409.780 HBD"
},
"engineering": {
"comments": 35,
"name": "engineering",
"top_posts": 14,
"total_payouts": "850.762 HBD"
},
"entrepreneurship": {
"comments": 120,
"name": "entrepreneurship",
"top_posts": 16,
"total_payouts": "1726.466 HBD"
},
"esteem": {
"comments": 192,
"name": "esteem",
"top_posts": 14,
"total_payouts": "3084.238 HBD"
},
"ethereum": {
"comments": 384,
"name": "ethereum",
"top_posts": 161,
"total_payouts": "7980.851 HBD"
},
"experiences": {
"comments": 9,
"name": "experiences",
"top_posts": 1,
"total_payouts": "1141.763 HBD"
},
"family": {
"comments": 313,
"name": "family",
"top_posts": 58,
"total_payouts": "5422.867 HBD"
},
"feminism": {
"comments": 630,
"name": "feminism",
"top_posts": 37,
"total_payouts": "1835.167 HBD"
},
"fiction": {
"comments": 387,
"name": "fiction",
"top_posts": 164,
"total_payouts": "5706.195 HBD"
},
"film": {
"comments": 96,
"name": "film",
"top_posts": 30,
"total_payouts": "890.700 HBD"
},
"fire": {
"comments": 78,
"name": "fire",
"top_posts": 9,
"total_payouts": "1518.747 HBD"
},
"fishing": {
"comments": 101,
"name": "fishing",
"top_posts": 26,
"total_payouts": "639.189 HBD"
},
"food": {
"comments": 7565,
"name": "food",
"top_posts": 1373,
"total_payouts": "60027.406 HBD"
},
"foodchallenge": {
"comments": 532,
"name": "foodchallenge",
"top_posts": 55,
"total_payouts": "2166.935 HBD"
},
"free-society": {
"comments": 104,
"name": "free-society",
"top_posts": 1,
"total_payouts": "2737.083 HBD"
},
"freedom": {
"comments": 806,
"name": "freedom",
"top_posts": 143,
"total_payouts": "6306.624 HBD"
},
"funny": {
"comments": 1023,
"name": "funny",
"top_posts": 424,
"total_payouts": "5477.142 HBD"
},
"future-food": {
"comments": 62,
"name": "future-food",
"top_posts": 3,
"total_payouts": "2537.596 HBD"
},
"games": {
"comments": 183,
"name": "games",
"top_posts": 92,
"total_payouts": "1045.590 HBD"
},
"gaming": {
"comments": 458,
"name": "gaming",
"top_posts": 150,
"total_payouts": "2243.878 HBD"
},
"gardening": {
"comments": 1070,
"name": "gardening",
"top_posts": 177,
"total_payouts": "7341.496 HBD"
},
"geoengineering": {
"comments": 36,
"name": "geoengineering",
"top_posts": 8,
"total_payouts": "732.918 HBD"
},
"gold": {
"comments": 215,
"name": "gold",
"top_posts": 96,
"total_payouts": "572.309 HBD"
},
"government": {
"comments": 255,
"name": "government",
"top_posts": 35,
"total_payouts": "2525.234 HBD"
},
"greensmoothie": {
"comments": 14,
"name": "greensmoothie",
"top_posts": 1,
"total_payouts": "1159.386 HBD"
},
"guide": {
"comments": 55,
"name": "guide",
"top_posts": 3,
"total_payouts": "755.182 HBD"
},
"halo": {
"comments": 923,
"name": "halo",
"top_posts": 80,
"total_payouts": "3270.718 HBD"
},
"health": {
"comments": 2456,
"name": "health",
"top_posts": 674,
"total_payouts": "17264.738 HBD"
},
"healthebern": {
"comments": 26,
"name": "healthebern",
"top_posts": 1,
"total_payouts": "730.428 HBD"
},
"hidden-gems": {
"comments": 558,
"name": "hidden-gems",
"top_posts": 35,
"total_payouts": "4653.318 HBD"
},
"hiking": {
"comments": 32,
"name": "hiking",
"top_posts": 3,
"total_payouts": "745.855 HBD"
},
"history": {
"comments": 486,
"name": "history",
"top_posts": 146,
"total_payouts": "2907.360 HBD"
},
"homeless": {
"comments": 138,
"name": "homeless",
"top_posts": 18,
"total_payouts": "592.959 HBD"
},
"horror": {
"comments": 61,
"name": "horror",
"top_posts": 36,
"total_payouts": "4228.728 HBD"
},
"howto": {
"comments": 209,
"name": "howto",
"top_posts": 16,
"total_payouts": "823.490 HBD"
},
"hyperinflation": {
"comments": 39,
"name": "hyperinflation",
"top_posts": 2,
"total_payouts": "869.721 HBD"
},
"hypnosis": {
"comments": 57,
"name": "hypnosis",
"top_posts": 6,
"total_payouts": "842.699 HBD"
},
"inspiration": {
"comments": 81,
"name": "inspiration",
"top_posts": 29,
"total_payouts": "2579.767 HBD"
},
"interview": {
"comments": 54,
"name": "interview",
"top_posts": 9,
"total_payouts": "1068.723 HBD"
},
"introducemyself": {
"comments": 565,
"name": "introducemyself",
"top_posts": 90,
"total_payouts": "688.275 HBD"
},
"introduceyourself": {
"comments": 11430,
"name": "introduceyourself",
"top_posts": 1214,
"total_payouts": "59086.068 HBD"
},
"introduction": {
"comments": 356,
"name": "introduction",
"top_posts": 100,
"total_payouts": "2116.795 HBD"
},
"kr": {
"comments": 1132,
"name": "kr",
"top_posts": 349,
"total_payouts": "1824.382 HBD"
},
"languages": {
"comments": 78,
"name": "languages",
"top_posts": 18,
"total_payouts": "1343.766 HBD"
},
"law": {
"comments": 123,
"name": "law",
"top_posts": 31,
"total_payouts": "1776.412 HBD"
},
"lgbt": {
"comments": 205,
"name": "lgbt",
"top_posts": 10,
"total_payouts": "1051.869 HBD"
},
"libertarianism": {
"comments": 105,
"name": "libertarianism",
"top_posts": 10,
"total_payouts": "1846.860 HBD"
},
"liberty": {
"comments": 292,
"name": "liberty",
"top_posts": 55,
"total_payouts": "7151.662 HBD"
},
"life": {
"comments": 22453,
"name": "life",
"top_posts": 3950,
"total_payouts": "214320.565 HBD"
},
"lifehack": {
"comments": 125,
"name": "lifehack",
"top_posts": 17,
"total_payouts": "938.534 HBD"
},
"lifestyle": {
"comments": 79,
"name": "lifestyle",
"top_posts": 25,
"total_payouts": "841.529 HBD"
},
"logic": {
"comments": 32,
"name": "logic",
"top_posts": 6,
"total_payouts": "727.210 HBD"
},
"love": {
"comments": 427,
"name": "love",
"top_posts": 150,
"total_payouts": "7304.184 HBD"
},
"magic": {
"comments": 38,
"name": "magic",
"top_posts": 5,
"total_payouts": "591.861 HBD"
},
"maps": {
"comments": 22,
"name": "maps",
"top_posts": 2,
"total_payouts": "1087.763 HBD"
},
"marijuana": {
"comments": 852,
"name": "marijuana",
"top_posts": 289,
"total_payouts": "5973.331 HBD"
},
"masterclass": {
"comments": 53,
"name": "masterclass",
"top_posts": 1,
"total_payouts": "1155.563 HBD"
},
"mathematics": {
"comments": 387,
"name": "mathematics",
"top_posts": 73,
"total_payouts": "3889.877 HBD"
},
"media": {
"comments": 21,
"name": "media",
"top_posts": 18,
"total_payouts": "724.851 HBD"
},
"meetup": {
"comments": 148,
"name": "meetup",
"top_posts": 11,
"total_payouts": "2074.901 HBD"
},
"mental": {
"comments": 22,
"name": "mental",
"top_posts": 6,
"total_payouts": "596.084 HBD"
},
"military": {
"comments": 47,
"name": "military",
"top_posts": 15,
"total_payouts": "1758.565 HBD"
},
"mmog": {
"comments": 31,
"name": "mmog",
"top_posts": 2,
"total_payouts": "603.770 HBD"
},
"mondaymotivation": {
"comments": 58,
"name": "mondaymotivation",
"top_posts": 1,
"total_payouts": "1190.087 HBD"
},
"money": {
"comments": 4975,
"name": "money",
"top_posts": 998,
"total_payouts": "42587.156 HBD"
},
"motocross": {
"comments": 121,
"name": "motocross",
"top_posts": 7,
"total_payouts": "2336.854 HBD"
},
"movie": {
"comments": 50,
"name": "movie",
"top_posts": 38,
"total_payouts": "612.622 HBD"
},
"moviereview": {
"comments": 29,
"name": "moviereview",
"top_posts": 32,
"total_payouts": "752.180 HBD"
},
"movies": {
"comments": 86,
"name": "movies",
"top_posts": 97,
"total_payouts": "991.891 HBD"
},
"music": {
"comments": 2183,
"name": "music",
"top_posts": 1252,
"total_payouts": "12551.456 HBD"
},
"namecoin": {
"comments": 14,
"name": "namecoin",
"top_posts": 1,
"total_payouts": "1162.868 HBD"
},
"nameinlights": {
"comments": 161,
"name": "nameinlights",
"top_posts": 16,
"total_payouts": "640.099 HBD"
},
"nature": {
"comments": 444,
"name": "nature",
"top_posts": 162,
"total_payouts": "1325.425 HBD"
},
"netocracy": {
"comments": 75,
"name": "netocracy",
"top_posts": 1,
"total_payouts": "2471.938 HBD"
},
"nevergetbusted": {
"comments": 86,
"name": "nevergetbusted",
"top_posts": 4,
"total_payouts": "1282.912 HBD"
},
"news": {
"comments": 2816,
"name": "news",
"top_posts": 1331,
"total_payouts": "11689.367 HBD"
},
"olympics": {
"comments": 51,
"name": "olympics",
"top_posts": 32,
"total_payouts": "975.477 HBD"
},
"onecoin": {
"comments": 35,
"name": "onecoin",
"top_posts": 5,
"total_payouts": "933.168 HBD"
},
"orphanage": {
"comments": 19,
"name": "orphanage",
"top_posts": 2,
"total_payouts": "1230.159 HBD"
},
"parenthood": {
"comments": 54,
"name": "parenthood",
"top_posts": 3,
"total_payouts": "2047.173 HBD"
},
"parenting": {
"comments": 209,
"name": "parenting",
"top_posts": 52,
"total_payouts": "1142.835 HBD"
},
"patriotism": {
"comments": 130,
"name": "patriotism",
"top_posts": 4,
"total_payouts": "1141.809 HBD"
},
"peerplays": {
"comments": 43,
"name": "peerplays",
"top_posts": 6,
"total_payouts": "2022.684 HBD"
},
"philosophy": {
"comments": 2775,
"name": "philosophy",
"top_posts": 367,
"total_payouts": "24387.618 HBD"
},
"photography": {
"comments": 16286,
"name": "photography",
"top_posts": 4360,
"total_payouts": "53799.666 HBD"
},
"piston": {
"comments": 62,
"name": "piston",
"top_posts": 7,
"total_payouts": "1849.588 HBD"
},
"plagiarism": {
"comments": 164,
"name": "plagiarism",
"top_posts": 14,
"total_payouts": "794.569 HBD"
},
"planes": {
"comments": 60,
"name": "planes",
"top_posts": 2,
"total_payouts": "1193.141 HBD"
},
"poetry": {
"comments": 1674,
"name": "poetry",
"top_posts": 730,
"total_payouts": "15772.566 HBD"
},
"poker": {
"comments": 136,
"name": "poker",
"top_posts": 22,
"total_payouts": "1228.664 HBD"
},
"politics": {
"comments": 3120,
"name": "politics",
"top_posts": 865,
"total_payouts": "13736.530 HBD"
},
"popularscience": {
"comments": 248,
"name": "popularscience",
"top_posts": 28,
"total_payouts": "6994.397 HBD"
},
"privacy": {
"comments": 128,
"name": "privacy",
"top_posts": 23,
"total_payouts": "1412.924 HBD"
},
"programming": {
"comments": 367,
"name": "programming",
"top_posts": 39,
"total_payouts": "3956.963 HBD"
},
"psych": {
"comments": 22,
"name": "psych",
"top_posts": 9,
"total_payouts": "669.210 HBD"
},
"psychology": {
"comments": 1814,
"name": "psychology",
"top_posts": 331,
"total_payouts": "14676.858 HBD"
},
"psychotherapy": {
"comments": 15,
"name": "psychotherapy",
"top_posts": 2,
"total_payouts": "575.546 HBD"
},
"quinneaker": {
"comments": 33,
"name": "quinneaker",
"top_posts": 1,
"total_payouts": "1284.182 HBD"
},
"radiosteem": {
"comments": 88,
"name": "radiosteem",
"top_posts": 2,
"total_payouts": "4980.086 HBD"
},
"recipe": {
"comments": 173,
"name": "recipe",
"top_posts": 45,
"total_payouts": "1259.776 HBD"
},
"recipes": {
"comments": 629,
"name": "recipes",
"top_posts": 156,
"total_payouts": "5199.274 HBD"
},
"rejuvenation": {
"comments": 41,
"name": "rejuvenation",
"top_posts": 1,
"total_payouts": "972.242 HBD"
},
"relationship": {
"comments": 528,
"name": "relationship",
"top_posts": 54,
"total_payouts": "8826.590 HBD"
},
"relationships": {
"comments": 489,
"name": "relationships",
"top_posts": 59,
"total_payouts": "7777.652 HBD"
},
"religion": {
"comments": 921,
"name": "religion",
"top_posts": 183,
"total_payouts": "2116.832 HBD"
},
"reputation": {
"comments": 77,
"name": "reputation",
"top_posts": 11,
"total_payouts": "890.547 HBD"
},
"riots": {
"comments": 36,
"name": "riots",
"top_posts": 1,
"total_payouts": "611.487 HBD"
},
"ripple": {
"comments": 13,
"name": "ripple",
"top_posts": 3,
"total_payouts": "589.216 HBD"
},
"roadtrip": {
"comments": 7,
"name": "roadtrip",
"top_posts": 3,
"total_payouts": "984.631 HBD"
},
"robinhoodwhale": {
"comments": 430,
"name": "robinhoodwhale",
"top_posts": 35,
"total_payouts": "2939.391 HBD"
},
"ru": {
"comments": 2374,
"name": "ru",
"top_posts": 621,
"total_payouts": "3456.645 HBD"
},
"running": {
"comments": 37,
"name": "running",
"top_posts": 10,
"total_payouts": "586.796 HBD"
},
"science": {
"comments": 3209,
"name": "science",
"top_posts": 680,
"total_payouts": "25165.249 HBD"
},
"sciencefiction": {
"comments": 60,
"name": "sciencefiction",
"top_posts": 16,
"total_payouts": "1216.701 HBD"
},
"scifi": {
"comments": 138,
"name": "scifi",
"top_posts": 47,
"total_payouts": "1694.532 HBD"
},
"secret-writer": {
"comments": 350,
"name": "secret-writer",
"top_posts": 26,
"total_payouts": "3474.103 HBD"
},
"security": {
"comments": 452,
"name": "security",
"top_posts": 151,
"total_payouts": "5179.020 HBD"
},
"sex": {
"comments": 322,
"name": "sex",
"top_posts": 86,
"total_payouts": "3065.355 HBD"
},
"smartcontracts": {
"comments": 52,
"name": "smartcontracts",
"top_posts": 2,
"total_payouts": "2413.721 HBD"
},
"smoothie": {
"comments": 337,
"name": "smoothie",
"top_posts": 60,
"total_payouts": "6019.430 HBD"
},
"solar": {
"comments": 37,
"name": "solar",
"top_posts": 11,
"total_payouts": "921.140 HBD"
},
"space": {
"comments": 236,
"name": "space",
"top_posts": 90,
"total_payouts": "2181.765 HBD"
},
"spanish": {
"comments": 554,
"name": "spanish",
"top_posts": 215,
"total_payouts": "1357.833 HBD"
},
"sports": {
"comments": 639,
"name": "sports",
"top_posts": 361,
"total_payouts": "2417.014 HBD"
},
"spotlight": {
"comments": 63,
"name": "spotlight",
"top_posts": 3,
"total_payouts": "2542.406 HBD"
},
"startups": {
"comments": 71,
"name": "startups",
"top_posts": 17,
"total_payouts": "1286.196 HBD"
},
"statism": {
"comments": 185,
"name": "statism",
"top_posts": 10,
"total_payouts": "1519.550 HBD"
},
"stats": {
"comments": 2462,
"name": "stats",
"top_posts": 91,
"total_payouts": "18385.027 HBD"
},
"steem": {
"comments": 10141,
"name": "steem",
"top_posts": 1158,
"total_payouts": "82690.698 HBD"
},
"steem-help": {
"comments": 1045,
"name": "steem-help",
"top_posts": 100,
"total_payouts": "5005.504 HBD"
},
"steem-price": {
"comments": 112,
"name": "steem-price",
"top_posts": 3,
"total_payouts": "823.273 HBD"
},
"steem-stats": {
"comments": 250,
"name": "steem-stats",
"top_posts": 22,
"total_payouts": "1343.869 HBD"
},
"steemapp": {
"comments": 34,
"name": "steemapp",
"top_posts": 3,
"total_payouts": "1546.452 HBD"
},
"steemaway": {
"comments": 15,
"name": "steemaway",
"top_posts": 4,
"total_payouts": "1283.415 HBD"
},
"steemcleaners": {
"comments": 184,
"name": "steemcleaners",
"top_posts": 12,
"total_payouts": "6609.242 HBD"
},
"steemdb": {
"comments": 71,
"name": "steemdb",
"top_posts": 2,
"total_payouts": "5623.121 HBD"
},
"steememe": {
"comments": 397,
"name": "steememe",
"top_posts": 17,
"total_payouts": "1048.965 HBD"
},
"steemfest": {
"comments": 219,
"name": "steemfest",
"top_posts": 9,
"total_payouts": "13168.912 HBD"
},
"steemfit": {
"comments": 68,
"name": "steemfit",
"top_posts": 5,
"total_payouts": "554.429 HBD"
},
"steemimg": {
"comments": 213,
"name": "steemimg",
"top_posts": 9,
"total_payouts": "924.627 HBD"
},
"steemit": {
"comments": 38732,
"name": "steemit",
"top_posts": 5170,
"total_payouts": "166296.318 HBD"
},
"steemit-bots": {
"comments": 73,
"name": "steemit-bots",
"top_posts": 3,
"total_payouts": "1240.808 HBD"
},
"steemit-future": {
"comments": 95,
"name": "steemit-future",
"top_posts": 2,
"total_payouts": "2413.775 HBD"
},
"steemit-marketing": {
"comments": 30,
"name": "steemit-marketing",
"top_posts": 1,
"total_payouts": "703.019 HBD"
},
"steemit-promo": {
"comments": 21,
"name": "steemit-promo",
"top_posts": 3,
"total_payouts": "1419.522 HBD"
},
"steemitabuse": {
"comments": 268,
"name": "steemitabuse",
"top_posts": 16,
"total_payouts": "2146.016 HBD"
},
"steemitartchallenge": {
"comments": 210,
"name": "steemitartchallenge",
"top_posts": 22,
"total_payouts": "1185.899 HBD"
},
"steemitcryptochallenge": {
"comments": 308,
"name": "steemitcryptochallenge",
"top_posts": 9,
"total_payouts": "2600.396 HBD"
},
"steemithelp": {
"comments": 56,
"name": "steemithelp",
"top_posts": 6,
"total_payouts": "698.999 HBD"
},
"steemitphotochallenge": {
"comments": 1546,
"name": "steemitphotochallenge",
"top_posts": 354,
"total_payouts": "5431.249 HBD"
},
"steemloto": {
"comments": 82,
"name": "steemloto",
"top_posts": 19,
"total_payouts": "1002.052 HBD"
},
"steemmag": {
"comments": 194,
"name": "steemmag",
"top_posts": 10,
"total_payouts": "13871.004 HBD"
},
"steemmobile": {
"comments": 177,
"name": "steemmobile",
"top_posts": 5,
"total_payouts": "2280.031 HBD"
},
"steemocracy": {
"comments": 491,
"name": "steemocracy",
"top_posts": 13,
"total_payouts": "644.687 HBD"
},
"steempay": {
"comments": 259,
"name": "steempay",
"top_posts": 9,
"total_payouts": "14131.853 HBD"
},
"steemstats": {
"comments": 203,
"name": "steemstats",
"top_posts": 6,
"total_payouts": "5063.413 HBD"
},
"steemtattoo": {
"comments": 26,
"name": "steemtattoo",
"top_posts": 1,
"total_payouts": "546.399 HBD"
},
"steemtools": {
"comments": 279,
"name": "steemtools",
"top_posts": 42,
"total_payouts": "4591.370 HBD"
},
"step": {
"comments": 38,
"name": "step",
"top_posts": 1,
"total_payouts": "1242.537 HBD"
},
"story": {
"comments": 4907,
"name": "story",
"top_posts": 1085,
"total_payouts": "112495.599 HBD"
},
"success": {
"comments": 142,
"name": "success",
"top_posts": 40,
"total_payouts": "1793.089 HBD"
},
"synereo": {
"comments": 732,
"name": "synereo",
"top_posts": 35,
"total_payouts": "3249.442 HBD"
},
"technology": {
"comments": 825,
"name": "technology",
"top_posts": 222,
"total_payouts": "7516.701 HBD"
},
"terrorism": {
"comments": 32,
"name": "terrorism",
"top_posts": 9,
"total_payouts": "615.639 HBD"
},
"thankyou": {
"comments": 26,
"name": "thankyou",
"top_posts": 4,
"total_payouts": "782.144 HBD"
},
"timeforachange": {
"comments": 235,
"name": "timeforachange",
"top_posts": 7,
"total_payouts": "4474.497 HBD"
},
"travel": {
"comments": 5633,
"name": "travel",
"top_posts": 1159,
"total_payouts": "66264.303 HBD"
},
"typography": {
"comments": 103,
"name": "typography",
"top_posts": 6,
"total_payouts": "8423.125 HBD"
},
"underground": {
"comments": 17,
"name": "underground",
"top_posts": 1,
"total_payouts": "768.904 HBD"
},
"utopia": {
"comments": 29,
"name": "utopia",
"top_posts": 2,
"total_payouts": "812.190 HBD"
},
"vaccines": {
"comments": 39,
"name": "vaccines",
"top_posts": 16,
"total_payouts": "698.256 HBD"
},
"veterans": {
"comments": 55,
"name": "veterans",
"top_posts": 21,
"total_payouts": "880.939 HBD"
},
"video": {
"comments": 262,
"name": "video",
"top_posts": 252,
"total_payouts": "559.789 HBD"
},
"voluntarism": {
"comments": 53,
"name": "voluntarism",
"top_posts": 5,
"total_payouts": "727.522 HBD"
},
"voluntaryism": {
"comments": 224,
"name": "voluntaryism",
"top_posts": 50,
"total_payouts": "739.759 HBD"
},
"wallpaper": {
"comments": 72,
"name": "wallpaper",
"top_posts": 27,
"total_payouts": "1670.150 HBD"
},
"war": {
"comments": 119,
"name": "war",
"top_posts": 36,
"total_payouts": "894.839 HBD"
},
"whales": {
"comments": 199,
"name": "whales",
"top_posts": 11,
"total_payouts": "1030.414 HBD"
},
"witness-category": {
"comments": 436,
"name": "witness-category",
"top_posts": 28,
"total_payouts": "6262.071 HBD"
},
"women": {
"comments": 93,
"name": "women",
"top_posts": 23,
"total_payouts": "2222.915 HBD"
},
"writing": {
"comments": 4028,
"name": "writing",
"top_posts": 807,
"total_payouts": "36298.568 HBD"
},
"yoga": {
"comments": 204,
"name": "yoga",
"top_posts": 28,
"total_payouts": "2394.952 HBD"
}
}
}
---
test_name: Hivemind condenser_api.get_state patterns test # Deprecated
marks:
- patterntest
includes:
- !include ../../common.yaml
stages:
- name: get_state
request:
url: "{service.proto:s}://{service.server:s}:{service.port}/"
method: POST
headers:
content-type: application/json
json:
jsonrpc: "2.0"
id: 1
method: "condenser_api.get_state"
params: ["tags"]
response:
status_code: 200
verify_response_with:
function: validate_response:compare_response_with_pattern
extra_kwargs:
method: "tags"
directory: "condenser_api_patterns/get_state"
\ No newline at end of file
Source diff could not be displayed: it is too large. Options to address this: view the blob.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
---
test_name: Hivemind condenser_api.get_state patterns test # Deprecated
marks:
- patterntest # there are differences against orig. pattern i.e. for post "sweetsssj/a-chinese-twist-on-japanese-cuisine"
# since new HM version has a problem in handling tags during post edits. New version does merge of tags specified
# at each edit where old one replaced them.
includes:
- !include ../../common.yaml
stages:
- name: get_state
request:
url: "{service.proto:s}://{service.server:s}:{service.port}/"
method: POST
headers:
content-type: application/json
json:
jsonrpc: "2.0"
id: 1
method: "condenser_api.get_state"
params: ["/trending/asia"]
response:
status_code: 200
verify_response_with:
function: validate_response:compare_response_with_pattern
extra_kwargs:
method: "trending_asia"
directory: "condenser_api_patterns/get_state"
\ No newline at end of file