obsidianforensics / unfurl

Extract and Visualize Data from URLs using Unfurl
http://unfurl.link
Apache License 2.0
601 stars 60 forks source link

Parse phone numbers #152

Open obsidianforensics opened 2 years ago

obsidianforensics commented 2 years ago

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

WandersonRyanMendesDeOliveir commented 1 year ago

gft

obsidianforensics commented 1 year ago

Example: https://wa.me/85264522442?text=Hello,+I+am+interested+in+knowing+more+about+your+products Source: https://www.youtube.com/watch?v=Fit-FTSSiJY