Open wogsland opened 8 years ago
Current text retrieval algorithm (feel free to make suggestions):
a
) on a web pagehref
attribute in the link, grab it['facebook', 'twitter', 'linkedin', 'google plus']
appears in the href
attribute, then filter the list down to only THOSE href
tagsfacebook.com
or twitter.com
), parse the username from the link and output itNone
if nothing was found):{
"Facebook": "gosizzle",
"Twitter": "go_sizzle",
"LinkedIn": "None",
"Google Plus": "None"
}
From LinkedIn #810 or Glassdoor #1100.