Skip to content

sohey-dr/searchtelnum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Search Tel Num

About

  • use golang.org/x/net/html
  • If you give searchtelnum your company name and zip code, it will return your phone number.
  • Use Google to search for it
  • It's faster than goquery for this purpose alone.

Install

$ go get -u github.com/sohey-dr/searchtelnum

Usage

Example

package main

import (
        "log"
        "github.com/sohey-dr/searchtelnum"
)

func main() {
	telNum, err := searchtelnum.Run("Example Inc.", "〒XXX-XXXX")
	if err != nil {
		log.Fatalln(err)
	}
	fmt.Println(telNum)
}

License

Released under the MIT License.

About

Find a specific phone number. For example, the company's.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages