List of Steem Users to follow from Crypt0's Facebook Group

Omar Bham, aka Crypt0, has set up a Facebook Group for followers to chat about things happening in the crypto space. There was a post by @Vizualsamuri to get a list of names together of people on Steemit.

I've compiled that list below, so feel free to add 'em:

@Ambedextrous
@Vizualsamuri
@kyriacos
@vizualsamuri
@kccrypto
@mountrock
@zanezilla
@tonitobjj
@pattymorty
@tantra
@mrtree420
@tellall
@axxon
@hedge
@Crypt0ish
@cryptoindestment
@syne
@javierayala
@fenix2222
@inus12345
@danstatus
@deobrands
@marco
@stammy
@lenscape
@stegis
@benkuyk
@GaryPalmerJr
@angelomedisport
@shon386
@ivandinis
@ellemarieisme
@makshay5
@Bunni
@ijbarboza
@thegreatdesigner
@computingteacher
@OmarCrespo
@quantumbalance
@ricorolla
@lovemetouchme2
@thomasmmaker
@dreadedlama
@dssb
@cryptocashier
@killak
@retiredinsamar
@wyedin
@tananurajkumar
@mehtamanan
@doccrypto
@banglasteve
@abhinavarya
@illuminatedc
@daveespino
@iamblake
@chasewest
@alexoz
@crypto
@yogi
@thecryptkeeper
@Nickh725
@robbykube
@carlrodrigues
@cryprosapien
@johnwjr7
@roommining
@mbfd32
@samstickkz
@gremako
@shiv123
@fefein
@ecomisystems
@boysano
@spartanbuddha
@ebjamming
@incomemonthly
@hvazquez07
@saitirumerla
@toolpusher
@imagin8orr
@p0kereye0ut
@capone145
@zmckean
@Joni
@buguela89

To grab these I ran a quick script in the browser console:

var uniques = {};
$$(".UFICommentBody").forEach(function(body) { 
    var match = body.textContent.match(/@\w+/);
    var steemName = match ? match[0] : null;

    if(match && steemName) {
        uniques[steemName] = `https://www.steemit.com/${steemName}`;
    }
});

console.log(Object.keys(uniques));
console.log(Object.values(uniques));

This basically just printed out two arrays, one with the Steemit user names and another with the formatted url for their Steemit profile so you could add them easily. Hope you all find this useful and if you'd like for me to add you to this list just comment below.

H2
H3
H4
3 columns
2 columns
1 column
Join the conversation now
Logo
Center