Skip to main content

Temporary phone numbers for receiving SMS in python.

Project description

Python Temp SMS

Requires playwright

python -m playwright install

Example:

from temp_sms import PhoneNumber

with PhoneNumber() as number:
    print(number)  # Number: +1 (920) 572-2111, Carrier: Verizon
    print("+" + number.number_country_code + number.number_plain)  # +19205722111
    print(number.messages())  # [("Now", "*****9", "Your Roblox account verification code: 69420"), ('11 min ago', '****0', 'G-405383 is your Google verification code.')]

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

temp_sms-1.0.tar.gz (14.7 kB view hashes)

Uploaded Source

Built Distribution

temp_sms-1.0-py3-none-any.whl (14.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page