Profile Punks!

Words
75
Reading
1 min
Listen
Play
5y

Now that we are all sharing our Hive punks, I thought it would be interesting/fun to see what are those punks that have made it to profile pictures! So far there are only 71 in the list - looking forward to see it growing.

account namepunk imagepunk number
stayoutoftherz@stayoutoftherz1936
goranb@goranb3292
lloyddavis@lloyddavis2656
aicoding@aicoding4468
erikah@erikah7189
allcapsonezero@allcapsonezero702
marcurio@marcurio5972
shitsignals@shitsignals2373
martibis@martibis2334
fredfettmeister@fredfettmeister1521
maxxstorm@maxxstorm7186
freedomprepper@freedomprepper4619
solymi@solymi2596
spinvest@spinvest9623
h3nny@h3nny3328
swelker101@swelker1015427
muenchen@muenchen4890
muratkbesiroglu@muratkbesiroglu3969
black-jack-21@black-jack-215043
hetty-rowan@hetty-rowan3242
brettpullen@brettpullen6371
thethoughtpolice@thethoughtpolice6811
icom7@icom73114
olegn@olegn4728
onebakeryprod@onebakeryprod7858
jasonrussell@jasonrussell532
papowich@papowich5855
jk6276@jk62768315
jonamccallum@jonamccallum5267
wizardx@wizardx6065
queengaga@queengaga7910
kentzz001@kentzz0013216
distorsionz@distorsionz8478
reseller@reseller4157
dragosroua@dragosroua3004
robmojo@robmojo4667
laritheghost@laritheghost3755
cooperclub@cooperclub2213
blainjones@blainjones517
thisismylife@thisismylife2458
buff-news@buff-news4466
sharkthelion@sharkthelion3111
cancermancer@cancermancer990
splinternews@splinternews3071
blackzoda@blackzoda6222
dinopack@dinopack4006
frewdist@frewdist4644
crossflow@crossflow990
howweroll@howweroll4524
clayboyn@clayboyn3082
splashocean@splashocean4796
wehmoen@wehmoen428
gungunkrishu@gungunkrishu3807
ctrpch@ctrpch8675
shawnsporter@shawnsporter3351
vlemon@vlemon2484
steify@steify5020
cloutinho69@cloutinho693221
cryptothesis@cryptothesis5506
ericwilson@ericwilson4589
emrebeyler@emrebeyler8171
akmenos@akmenos8269
khan.dayyanz@khan.dayyanz4811
skylinebuds@skylinebuds1776
gertph@gertph6284
shandalar@shandalar7729
weitoostrong@weitoostrong3341
atnazo@atnazo8391
rival@rival4683
brianhuang@brianhuang8306
kwskicky@kwskicky8481

How to?

As always, sharing is caring. If you are into exploring hivesql@hivesql data, here is a query that will allow you to easily retrieve this table:

SELECT *, 
CASE WHEN LEN(punksTable.[Punk image]) > 51 THEN SUBSTRING(punksTable.[Punk image], 45, 4) 
            ELSE SUBSTRING(punksTable.[Punk image], 45, 3) END as 'Punk number' 
FROM( SELECT 
      '@' + [name] AS 'Account'
      ,JSON_VALUE(JSON_QUERY([posting_json_metadata], '$.profile'), '$.profile_image') AS 'Punk image'
  FROM [DBHive].[dbo].[Accounts]
  where posting_json_metadata like '%hivepunks%') punksTable
Profile Punks! | Ecency