This repository was archived by the owner on Sep 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
sliide/doluna
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Sliide Doluna client -------------------- Welcome to Sliide doluna client. Sliide uses this tool to find out to what mobile operator a mobile number belongs to. Usage ----- :: import "doluna" dolunaClient := doluna.New( "https://api.doluna.net", "YOUR_USERNAME", "YOUR_PASSWORD", ) hlrResponse, err := dolunaClient.HlrLookup("44777777777") if err != nil { panic(err) } fmt.Println(fmt.Sprintf("Phone Number/ Mobile operator: %s / %s", hlrResponse.HlrNumber, hlrResponse.HlrOperatorNetworkname))
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published