Skip to content

Instantly share code, notes, and snippets.

@scriptnull
Created November 8, 2018 22:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scriptnull/f04b7f07916cefd12cf10fb5a0b35c61 to your computer and use it in GitHub Desktop.
Save scriptnull/f04b7f07916cefd12cf10fb5a0b35c61 to your computer and use it in GitHub Desktop.
Scraps all the twitter handles from https://24hrstartup.com/participants
function User(handle, url) {
this.handle = handle;
this.url = url;
}
var users = Array.from(document.querySelectorAll('.participant__image'))
.filter((div) => div.style && div.style.backgroundImage.includes('/twitter/'))
.map((div) => {
let username = div.style.backgroundImage.replace('url("https://avatars.io/twitter/', '');
username = username.replace('")', '');
return new User(username, `https://twitter.com/${username}`);
});
console.table(users);
copy({users});
{
"users": [
{
"handle": "thepatwalls",
"url": "https://twitter.com/thepatwalls"
},
{
"handle": "arminulrich",
"url": "https://twitter.com/arminulrich"
},
{
"handle": "wimgz",
"url": "https://twitter.com/wimgz"
},
{
"handle": "joshuajansen",
"url": "https://twitter.com/joshuajansen"
},
{
"handle": "dnsbty",
"url": "https://twitter.com/dnsbty"
},
{
"handle": "stephsmithio",
"url": "https://twitter.com/stephsmithio"
},
{
"handle": "timmyg",
"url": "https://twitter.com/timmyg"
},
{
"handle": "marcantoinefon",
"url": "https://twitter.com/marcantoinefon"
},
{
"handle": "nextstevejob",
"url": "https://twitter.com/nextstevejob"
},
{
"handle": "brunolemos",
"url": "https://twitter.com/brunolemos"
},
{
"handle": "corey_gwin",
"url": "https://twitter.com/corey_gwin"
},
{
"handle": "im_nimi",
"url": "https://twitter.com/im_nimi"
},
{
"handle": "samilkarahisar",
"url": "https://twitter.com/samilkarahisar"
},
{
"handle": "rameerez",
"url": "https://twitter.com/rameerez"
},
{
"handle": "@hugovanderhorst",
"url": "https://twitter.com/@hugovanderhorst"
},
{
"handle": "anthilemoon",
"url": "https://twitter.com/anthilemoon"
},
{
"handle": "DaltonEdwards",
"url": "https://twitter.com/DaltonEdwards"
},
{
"handle": "arnavpuri",
"url": "https://twitter.com/arnavpuri"
},
{
"handle": "jesperht",
"url": "https://twitter.com/jesperht"
},
{
"handle": "elpapadeiker",
"url": "https://twitter.com/elpapadeiker"
},
{
"handle": "jamesg_oca",
"url": "https://twitter.com/jamesg_oca"
},
{
"handle": "benawad97",
"url": "https://twitter.com/benawad97"
},
{
"handle": "scomma",
"url": "https://twitter.com/scomma"
},
{
"handle": "jordanmoconnor",
"url": "https://twitter.com/jordanmoconnor"
},
{
"handle": "colinwinhall",
"url": "https://twitter.com/colinwinhall"
},
{
"handle": "The_Alex_Lucas",
"url": "https://twitter.com/The_Alex_Lucas"
},
{
"handle": "iamtekeste",
"url": "https://twitter.com/iamtekeste"
},
{
"handle": "gunar",
"url": "https://twitter.com/gunar"
},
{
"handle": "ehamamrah",
"url": "https://twitter.com/ehamamrah"
},
{
"handle": "brianball",
"url": "https://twitter.com/brianball"
},
{
"handle": "laurosilvacom",
"url": "https://twitter.com/laurosilvacom"
},
{
"handle": "neels",
"url": "https://twitter.com/neels"
},
{
"handle": "holfyio",
"url": "https://twitter.com/holfyio"
},
{
"handle": "DaveCraige",
"url": "https://twitter.com/DaveCraige"
},
{
"handle": "valentinourbano",
"url": "https://twitter.com/valentinourbano"
},
{
"handle": "mlnck",
"url": "https://twitter.com/mlnck"
},
{
"handle": "frago12",
"url": "https://twitter.com/frago12"
},
{
"handle": "idk",
"url": "https://twitter.com/idk"
},
{
"handle": "friedelio",
"url": "https://twitter.com/friedelio"
},
{
"handle": "hikikomori_arm",
"url": "https://twitter.com/hikikomori_arm"
},
{
"handle": "1994JAY73",
"url": "https://twitter.com/1994JAY73"
},
{
"handle": "iamsooraj",
"url": "https://twitter.com/iamsooraj"
},
{
"handle": "alexsideris_",
"url": "https://twitter.com/alexsideris_"
},
{
"handle": "harrydry",
"url": "https://twitter.com/harrydry"
},
{
"handle": "ysmykalov",
"url": "https://twitter.com/ysmykalov"
},
{
"handle": "datadavis2",
"url": "https://twitter.com/datadavis2"
},
{
"handle": "Mulholio",
"url": "https://twitter.com/Mulholio"
},
{
"handle": "jepras_",
"url": "https://twitter.com/jepras_"
},
{
"handle": "seanpbehan",
"url": "https://twitter.com/seanpbehan"
},
{
"handle": "da5idma",
"url": "https://twitter.com/da5idma"
},
{
"handle": "ronpastore1",
"url": "https://twitter.com/ronpastore1"
},
{
"handle": "nicsarafa",
"url": "https://twitter.com/nicsarafa"
},
{
"handle": "reimertz",
"url": "https://twitter.com/reimertz"
},
{
"handle": "joshdance",
"url": "https://twitter.com/joshdance"
},
{
"handle": "stephenfjohnson",
"url": "https://twitter.com/stephenfjohnson"
},
{
"handle": "heftyhead",
"url": "https://twitter.com/heftyhead"
},
{
"handle": "kreatific",
"url": "https://twitter.com/kreatific"
},
{
"handle": "richardxlin",
"url": "https://twitter.com/richardxlin"
},
{
"handle": "afsimsir",
"url": "https://twitter.com/afsimsir"
},
{
"handle": "jonnyklemmer",
"url": "https://twitter.com/jonnyklemmer"
},
{
"handle": "gurney_nicholas",
"url": "https://twitter.com/gurney_nicholas"
},
{
"handle": "matteing",
"url": "https://twitter.com/matteing"
},
{
"handle": "Jonnyburch",
"url": "https://twitter.com/Jonnyburch"
},
{
"handle": "carrdenn",
"url": "https://twitter.com/carrdenn"
},
{
"handle": "anirudh24seven",
"url": "https://twitter.com/anirudh24seven"
},
{
"handle": "tomcharles__",
"url": "https://twitter.com/tomcharles__"
},
{
"handle": "mappum",
"url": "https://twitter.com/mappum"
},
{
"handle": "geeky_bhavani",
"url": "https://twitter.com/geeky_bhavani"
},
{
"handle": "JulienVallini",
"url": "https://twitter.com/JulienVallini"
},
{
"handle": "Booligoosh",
"url": "https://twitter.com/Booligoosh"
},
{
"handle": "ilrock__",
"url": "https://twitter.com/ilrock__"
},
{
"handle": "ericnmurphy",
"url": "https://twitter.com/ericnmurphy"
},
{
"handle": "bogdanp",
"url": "https://twitter.com/bogdanp"
},
{
"handle": "taylorgood",
"url": "https://twitter.com/taylorgood"
},
{
"handle": "aschmelyun",
"url": "https://twitter.com/aschmelyun"
},
{
"handle": "CR1991",
"url": "https://twitter.com/CR1991"
},
{
"handle": "shahroozme",
"url": "https://twitter.com/shahroozme"
},
{
"handle": "amon_nyesigye",
"url": "https://twitter.com/amon_nyesigye"
},
{
"handle": "bilalbudhani",
"url": "https://twitter.com/bilalbudhani"
},
{
"handle": "richie_",
"url": "https://twitter.com/richie_"
},
{
"handle": "mnlfrgr",
"url": "https://twitter.com/mnlfrgr"
},
{
"handle": "JosiahPJames",
"url": "https://twitter.com/JosiahPJames"
},
{
"handle": "pr4khar",
"url": "https://twitter.com/pr4khar"
},
{
"handle": "Jessems",
"url": "https://twitter.com/Jessems"
},
{
"handle": "traumastronaut",
"url": "https://twitter.com/traumastronaut"
},
{
"handle": "zyumbik",
"url": "https://twitter.com/zyumbik"
},
{
"handle": "StuRusell",
"url": "https://twitter.com/StuRusell"
},
{
"handle": "_patrickpistor",
"url": "https://twitter.com/_patrickpistor"
},
{
"handle": "jesswallaceuk",
"url": "https://twitter.com/jesswallaceuk"
},
{
"handle": "Btc4Cash",
"url": "https://twitter.com/Btc4Cash"
},
{
"handle": "unf3rn4nd1t0",
"url": "https://twitter.com/unf3rn4nd1t0"
},
{
"handle": "devhoag",
"url": "https://twitter.com/devhoag"
},
{
"handle": "vimalramaka",
"url": "https://twitter.com/vimalramaka"
},
{
"handle": "agnelvishal",
"url": "https://twitter.com/agnelvishal"
},
{
"handle": "TheAlexShortt",
"url": "https://twitter.com/TheAlexShortt"
},
{
"handle": "ask_idp",
"url": "https://twitter.com/ask_idp"
},
{
"handle": "divyanshunegi",
"url": "https://twitter.com/divyanshunegi"
},
{
"handle": "Clay.Nichols",
"url": "https://twitter.com/Clay.Nichols"
},
{
"handle": "ekippe",
"url": "https://twitter.com/ekippe"
},
{
"handle": "LekanB",
"url": "https://twitter.com/LekanB"
},
{
"handle": "andrewtheterp",
"url": "https://twitter.com/andrewtheterp"
},
{
"handle": "onidnalbj",
"url": "https://twitter.com/onidnalbj"
},
{
"handle": "dapollonsky",
"url": "https://twitter.com/dapollonsky"
},
{
"handle": "aidenbuis",
"url": "https://twitter.com/aidenbuis"
},
{
"handle": "boaticus",
"url": "https://twitter.com/boaticus"
},
{
"handle": "okydk",
"url": "https://twitter.com/okydk"
},
{
"handle": "Jamesivings",
"url": "https://twitter.com/Jamesivings"
},
{
"handle": "Huycuongbkhn",
"url": "https://twitter.com/Huycuongbkhn"
},
{
"handle": "dinkydani21",
"url": "https://twitter.com/dinkydani21"
},
{
"handle": "hkeca",
"url": "https://twitter.com/hkeca"
},
{
"handle": "_micahcarroll",
"url": "https://twitter.com/_micahcarroll"
},
{
"handle": "devmaterial",
"url": "https://twitter.com/devmaterial"
},
{
"handle": "gauthamzzz",
"url": "https://twitter.com/gauthamzzz"
},
{
"handle": "Jpaask",
"url": "https://twitter.com/Jpaask"
},
{
"handle": "_MasonMahaffey",
"url": "https://twitter.com/_MasonMahaffey"
},
{
"handle": "marwanandonly",
"url": "https://twitter.com/marwanandonly"
},
{
"handle": "johnechambers",
"url": "https://twitter.com/johnechambers"
},
{
"handle": "adamlaz",
"url": "https://twitter.com/adamlaz"
},
{
"handle": "sudarshan",
"url": "https://twitter.com/sudarshan"
},
{
"handle": "KoniSupertramp",
"url": "https://twitter.com/KoniSupertramp"
},
{
"handle": "davidtsong",
"url": "https://twitter.com/davidtsong"
},
{
"handle": "J_tabansi",
"url": "https://twitter.com/J_tabansi"
},
{
"handle": "jonnycosgrove",
"url": "https://twitter.com/jonnycosgrove"
},
{
"handle": "theiriginal",
"url": "https://twitter.com/theiriginal"
},
{
"handle": "JiiimmyyN",
"url": "https://twitter.com/JiiimmyyN"
},
{
"handle": "davidgetchel",
"url": "https://twitter.com/davidgetchel"
},
{
"handle": "benhsampson",
"url": "https://twitter.com/benhsampson"
},
{
"handle": "kevinkirchner",
"url": "https://twitter.com/kevinkirchner"
},
{
"handle": "the_eduist",
"url": "https://twitter.com/the_eduist"
},
{
"handle": "minalc_",
"url": "https://twitter.com/minalc_"
},
{
"handle": "jacrobsco",
"url": "https://twitter.com/jacrobsco"
},
{
"handle": "hardsshah",
"url": "https://twitter.com/hardsshah"
},
{
"handle": "codepier",
"url": "https://twitter.com/codepier"
},
{
"handle": "gauravtiwari5050",
"url": "https://twitter.com/gauravtiwari5050"
},
{
"handle": "adriaanvrossum",
"url": "https://twitter.com/adriaanvrossum"
},
{
"handle": "jseparovic1",
"url": "https://twitter.com/jseparovic1"
},
{
"handle": "jessetrowe",
"url": "https://twitter.com/jessetrowe"
},
{
"handle": "BoscoSoler",
"url": "https://twitter.com/BoscoSoler"
},
{
"handle": "nasserfq2018",
"url": "https://twitter.com/nasserfq2018"
},
{
"handle": "yalnilapa",
"url": "https://twitter.com/yalnilapa"
},
{
"handle": "samcreamer",
"url": "https://twitter.com/samcreamer"
},
{
"handle": "andre_dtr",
"url": "https://twitter.com/andre_dtr"
},
{
"handle": "Mike__314",
"url": "https://twitter.com/Mike__314"
},
{
"handle": "willsacks",
"url": "https://twitter.com/willsacks"
},
{
"handle": "Jordibruin",
"url": "https://twitter.com/Jordibruin"
},
{
"handle": "peer_rich",
"url": "https://twitter.com/peer_rich"
},
{
"handle": "swizec",
"url": "https://twitter.com/swizec"
},
{
"handle": "lvrbrtsn",
"url": "https://twitter.com/lvrbrtsn"
},
{
"handle": "DavidHermit",
"url": "https://twitter.com/DavidHermit"
},
{
"handle": "Jbilo93968",
"url": "https://twitter.com/Jbilo93968"
},
{
"handle": "jagan123",
"url": "https://twitter.com/jagan123"
},
{
"handle": "Futurekam",
"url": "https://twitter.com/Futurekam"
},
{
"handle": "divyenduz",
"url": "https://twitter.com/divyenduz"
},
{
"handle": "Robertjgabriel",
"url": "https://twitter.com/Robertjgabriel"
},
{
"handle": "theshawe",
"url": "https://twitter.com/theshawe"
},
{
"handle": "kekuramusa",
"url": "https://twitter.com/kekuramusa"
},
{
"handle": "beccimelson",
"url": "https://twitter.com/beccimelson"
},
{
"handle": "jcsnv",
"url": "https://twitter.com/jcsnv"
},
{
"handle": "realsamzer",
"url": "https://twitter.com/realsamzer"
},
{
"handle": "rhnvrm",
"url": "https://twitter.com/rhnvrm"
},
{
"handle": "AcademyOfGames0",
"url": "https://twitter.com/AcademyOfGames0"
},
{
"handle": "timquijano",
"url": "https://twitter.com/timquijano"
},
{
"handle": "twiddledidlydum",
"url": "https://twitter.com/twiddledidlydum"
},
{
"handle": "Leo_Cabibihan",
"url": "https://twitter.com/Leo_Cabibihan"
},
{
"handle": "Christmastobby",
"url": "https://twitter.com/Christmastobby"
},
{
"handle": "benedictaltier",
"url": "https://twitter.com/benedictaltier"
},
{
"handle": "samueletur",
"url": "https://twitter.com/samueletur"
},
{
"handle": "orta",
"url": "https://twitter.com/orta"
},
{
"handle": "joeytawadrous",
"url": "https://twitter.com/joeytawadrous"
},
{
"handle": "madamelic",
"url": "https://twitter.com/madamelic"
},
{
"handle": "huy",
"url": "https://twitter.com/huy"
},
{
"handle": "@dutchmvp",
"url": "https://twitter.com/@dutchmvp"
},
{
"handle": "CJKinni",
"url": "https://twitter.com/CJKinni"
},
{
"handle": "@mlockrey",
"url": "https://twitter.com/@mlockrey"
},
{
"handle": "karim_morta",
"url": "https://twitter.com/karim_morta"
},
{
"handle": "SwapAgarwal",
"url": "https://twitter.com/SwapAgarwal"
},
{
"handle": "ciaoben",
"url": "https://twitter.com/ciaoben"
},
{
"handle": "taskett",
"url": "https://twitter.com/taskett"
},
{
"handle": "yannschaub",
"url": "https://twitter.com/yannschaub"
},
{
"handle": "olamicheal_",
"url": "https://twitter.com/olamicheal_"
},
{
"handle": "m_mufiiz",
"url": "https://twitter.com/m_mufiiz"
},
{
"handle": "https://twitter.com/GokulKrishnaM_",
"url": "https://twitter.com/https://twitter.com/GokulKrishnaM_"
},
{
"handle": "edvinasbartkus",
"url": "https://twitter.com/edvinasbartkus"
},
{
"handle": "josephmxm",
"url": "https://twitter.com/josephmxm"
},
{
"handle": "uyasarkocal",
"url": "https://twitter.com/uyasarkocal"
},
{
"handle": "jamiegalbreath",
"url": "https://twitter.com/jamiegalbreath"
},
{
"handle": "cnu",
"url": "https://twitter.com/cnu"
},
{
"handle": "scriptnull",
"url": "https://twitter.com/scriptnull"
},
{
"handle": "@ryee_dev",
"url": "https://twitter.com/@ryee_dev"
},
{
"handle": "@Its_itz_",
"url": "https://twitter.com/@Its_itz_"
},
{
"handle": "@andreei23",
"url": "https://twitter.com/@andreei23"
},
{
"handle": "remotecto",
"url": "https://twitter.com/remotecto"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment