Skip to content

Commit

Permalink
Update socialprofiles meta
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnasism committed Aug 26, 2020
1 parent cdf10dd commit 5c130aa
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion modules/sfp_socialprofiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,29 @@ class sfp_socialprofiles(SpiderFootPlugin):
'summary': "Tries to discover the social media profiles for human names identified.",
'flags': ["slow", "apikey"],
'useCases': ["Footprint", "Passive"],
'categories': ["Social Media"]
'categories': ["Social Media"],
'dataSource': {
'website': "https://developers.google.com/custom-search",
'model': "FREE_AUTH_LIMITED",
'references': [
"https://developers.google.com/custom-search/v1",
"https://developers.google.com/custom-search/docs/overview",
"https://cse.google.com/cse"
],
'apiKeyInstructions': [
"Visit https://developers.google.com/custom-search/v1/introduction",
"Register a free Google account",
"Click on 'Get A Key'",
"Connect a Project",
"The API Key will be listed under 'YOUR API KEY'"
],
'favIcon': "https://www.gstatic.com/devrel-devsite/prod/v2210deb8920cd4a55bd580441aa58e7853afc04b39a9d9ac4198e1cd7fbe04ef/developers/images/favicon.png",
'logo': "https://www.gstatic.com/devrel-devsite/prod/v2210deb8920cd4a55bd580441aa58e7853afc04b39a9d9ac4198e1cd7fbe04ef/developers/images/favicon.png",
'description': "Google Custom Search enables you to create a search engine for your website, your blog, or a collection of websites. "
"You can configure your engine to search both web pages and images. "
"You can fine-tune the ranking, add your own promotions and customize the look and feel of the search results. "
"You can monetize the search by connecting your engine to your Google AdSense account.",
}
}

# Default options
Expand Down

0 comments on commit 5c130aa

Please sign in to comment.