Skip to main content

No project description provided

Project description

pynator

Python wrapper for Emailnator and SMSNator

simple wrapper for emailnator.com and smsnator.online services, allowing you to generate disposable email addresses and phone numbers. It provides a convenient way to interact with the emailnator.com and smsnator.online APIs using Python.

Features

  • Generate disposable email addresses/phone numbers with customizable options.
  • Retrieve a list of messages from a disposable email address/phone number.
  • Retrieve the content of a specific email/phone message.

Installation:

You can install the pynator library using pip:

pip install pynator

Usage

Here's a basic example of how to use the pynator library to generate an email address:

from pynator import EmailNator

# Initialize the EmailNator client
client = EmailNator()

# Generate a disposable email address
email = client.generate_email()

# Get a list of messages for the generated email address
messages = client.get_messages(email)

# Print the messages
for message in messages:
    print(message)
    print(client.get_message(email, message.message_id)) # print message text

And a basic example of how to use the pynator library to generate a phone number:

from pynator import SMSNator

# Initialize the SMSNator client
client = SMSNator()

# Generate a disposable phone number
email = client.generate_number()

# Get a list of messages for the generated phone number
messages = client.get_messages(email)

# Print the messages
for message in messages:
    print(message)
    print(message.message) # print message text

License

This library is released under the MIT License.

Contributing

Contributions to this project are welcome! Feel free to open issues, submit pull requests, or suggest improvements.

Contact

If you have any questions or need further assistance, please contact @hackirby:matrix.org

Project details


Download files

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

Source Distribution

pynator-0.1.1.tar.gz (3.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pynator-0.1.1-py3-none-any.whl (3.9 kB view details)

Uploaded Python 3

File details

Details for the file pynator-0.1.1.tar.gz.

File metadata

  • Download URL: pynator-0.1.1.tar.gz
  • Upload date:
  • Size: 3.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.6.1 CPython/3.11.5 Windows/10

File hashes

Hashes for pynator-0.1.1.tar.gz
Algorithm Hash digest
SHA256 f422ec8dab45ace8fad1b0d105be2d33d8b3d1185d395cc3c852450d1ba475a6
MD5 01efc561fa3563fb30b61f97c2381d9d
BLAKE2b-256 56c0e7af88361725728bc92397f3de26263d98b39208a2cc8f2f0d21279cd024

See more details on using hashes here.

File details

Details for the file pynator-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: pynator-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 3.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.6.1 CPython/3.11.5 Windows/10

File hashes

Hashes for pynator-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 11b26e68053c5a6738aa60c81b8658effc5f76f77386ecd897d98409ee426b98
MD5 193845045db017750607ab3b301712df
BLAKE2b-256 f9cb04d51516623658aa953d4d40e242e25f044fd2e96fe2571ba42be815c5ba

See more details on using hashes here.

Supported by

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