Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.98 KB

README.md

File metadata and controls

48 lines (30 loc) · 1.98 KB

SMSActivate Email Verification API Wrapper

License Python httpx

A Python wrapper for the SMSActivate.io Email Verification API. This library provides simple, user-friendly methods for interacting with the SMSActivate API, allowing you to purchase temporary email addresses, check for incoming verification codes, and manage email activations effortlessly.

Table of Contents

Installation

First, ensure you have Python 3.7 or later installed. Then, install the required dependencies using pip:

git clone https://github.com/ZakariaMQ/sms-activate-wrapper.git
cd sms-activate-wrapper
pip install -r requirements.txt

Getting Started

Obtain an API Key

To use this service, you'll need an API key from SMSActivate.io.

Features

  • Get Available Domains: Retrieve a list of available domains for a specific site.
  • Purchase Temporary Email: Buy a temporary email address for verification purposes.
  • Check for Verification Codes: Continuously check if a verification code has been received.
  • Cancel Email Activation: Cancel an email activation if the verification code isn't received in time.
  • View Mail History: Get a list of active email purchases with their statuses.

Usage

For detailed examples, see the file main.py.

Final Thoughts

This wrapper simplifies the process of managing email verifications through the SMSActivate.io API, making it easier for you to automate and manage their workflows. We hope you find it useful and look forward to any contributions or feedback you might have. Happy coding!