Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse phone numbers #152

Open
obsidianforensics opened this issue Jun 7, 2022 · 2 comments
Open

Parse phone numbers #152

obsidianforensics opened this issue Jun 7, 2022 · 2 comments
Labels
Enhancement Making an existing feature or parser better Parser Related to Unfurl's parsing capabilities

Comments

@obsidianforensics
Copy link
Owner

obsidianforensics commented Jun 7, 2022

Description
Consider parsing phone numbers? Not sure how useful/common it would be, but there's a pip package that does most of the work.

Examples

import phonenumbers
x = phonenumbers.parse("+442083661177", None)
print(x)
Country Code: 44 National Number: 2083661177 Leading Zero: False

References

@obsidianforensics obsidianforensics added Enhancement Making an existing feature or parser better Parser Related to Unfurl's parsing capabilities labels Jun 7, 2022
@WandersonRyanMendesDeOliveir

gft

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Making an existing feature or parser better Parser Related to Unfurl's parsing capabilities
Projects
None yet
Development

No branches or pull requests

2 participants