import phonenumbers from phonenumbers import geocoder, carrier # Input phone number phone_number = "+923000087356" # Parse phone number parsed_number = phonenumbers.parse(phone_number) # Get location location = geocoder.description_for_number(parsed_number, "en") # Get carrier service_provider = carrier.name_for_number(parsed_number, "en") # Output results print(f"Phone Number: {phone_number}") print(f"Location: {location}") print(f"Service Provider: {service_provider}") #1472
Triggered via issue
December 23, 2024 18:02
Status
Success
Total duration
14s
Artifacts
–
Annotations
10 errors and 3 warnings
mark-stale-issues
[#1277] Error when creating a comment: Resource not accessible by integration
|
mark-stale-issues
[#1277] Error when adding a label: Resource not accessible by integration
|
mark-stale-issues
[#1276] Error when creating a comment: Resource not accessible by integration
|
mark-stale-issues
[#1276] Error when adding a label: Resource not accessible by integration
|
mark-stale-issues
[#1273] Error when adding a label: Resource not accessible by integration
|
mark-stale-issues
[#1272] Error when creating a comment: Resource not accessible by integration
|
mark-stale-issues
[#1272] Error when adding a label: Resource not accessible by integration
|
mark-stale-issues
[#1271] Error when creating a comment: Resource not accessible by integration
|
mark-stale-issues
[#1271] Error when adding a label: Resource not accessible by integration
|
mark-stale-issues
[#1270] Error when creating a comment: Resource not accessible by integration
|
mark-stale-issues
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
mark-stale-issues
No more operations left! Exiting...
|
mark-stale-issues
If you think that not enough issues were processed you could try to increase the quantity related to the operations-per-run (https://github.com/actions/stale#operations-per-run) option which is currently set to 30
|