Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/benbusby/namebuster
/ functions
Functions
14 in github.com/benbusby/namebuster
⨍
Functions
14
◇
Types & classes
0
↓ 6 callers
Function
contains
(items []string, target string)
namebuster.go:62
↓ 4 callers
Function
combineNames
(left []string, right []string)
namebuster.go:71
↓ 3 callers
Function
FindNames
FindNames looks for proper nouns within a body of text @body: A section of text from a string, file, or web content return: An array of potential name
utils/nlp.go:23
↓ 3 callers
Function
Namebuster
Namebuster acts as the primary method for the CLI tool. @input: Either a string of text, file, or URL to read from. returns: Slice of string usernames
namebuster.go:27
↓ 2 callers
Function
stringProduct
(left []string, right []string)
namebuster.go:88
↓ 1 callers
Function
FetchSiteContent
FetchSiteContent retrieves the HTML content from a website using the provided url @url: The url to send the request to return: The string HTML content
utils/request.go:34
↓ 1 callers
Function
ValidUrl
ValidUrl tests a string to determine if it is a well-structured url or not.
utils/request.go:11
↓ 1 callers
Function
addSeparators
(nameList []string)
namebuster.go:76
↓ 1 callers
Function
generateUsernames
(name string)
namebuster.go:99
↓ 1 callers
Function
isAlpha
(text string)
utils/nlp.go:11
Function
TestContains
(t *testing.T)
namebuster_test.go:58
Function
TestNamebuster
(t *testing.T)
namebuster_test.go:15
Function
TestStringProduct
(t *testing.T)
namebuster_test.go:40
Function
main
()
namebuster.go:152