Skip to main content

A simple python wrapper for the Public mailinator websockets API

Project description

Mailinator Public API

Python wrapper for mailinator's public api. This library scrapes mailinator's websockets api and gives an abstraction layer for basic operations such as viewing the inbox, email's content and removing them.

This means that this will allow you to to view and remove emails from public inboxes of https://www.mailinator.com without the need of a headless browser. Notice there is a limit for removing emails.

Usage

I hope it is simple enough.

from mailinatorapi import PublicInbox
inbox = PublicInbox("carlos")
print(inbox.web_url)
# Iterate over the emails and print some info
for email in inbox:
    print(email.from_address)
    print(email.from_name)
    print(email.subject)
    print(email.seconds_ago)
    print(email.text)
    print(email.html)
    print([f"{link.text}: {link.url}" for link in email.links])

# remove the last email
email = inbox.get_lastest_email()
print(email.from_address)
ok, msg = email.remove()
if ok:
    print("Removal successful! ", msg)
else:
    print("Removal failed! ", msg)

You can access the raw json response for the email object with email.json.

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

mailinator-public-api-0.1.1.tar.gz (5.2 kB view details)

Uploaded Source

Built Distribution

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

mailinator_public_api-0.1.1-py3-none-any.whl (7.7 kB view details)

Uploaded Python 3

File details

Details for the file mailinator-public-api-0.1.1.tar.gz.

File metadata

  • Download URL: mailinator-public-api-0.1.1.tar.gz
  • Upload date:
  • Size: 5.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

File hashes

Hashes for mailinator-public-api-0.1.1.tar.gz
Algorithm Hash digest
SHA256 e0a9dc64d9324c3f6896bdda4e54f98a4040f3d614f0950fc5c6da9dd030e60b
MD5 909fe97342980ae115a1e36fbd85285b
BLAKE2b-256 8a95d19f0b900afb894f607d4effe093d450b2c7268c4f3ffb861724c5668fe2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mailinator_public_api-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 7.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

File hashes

Hashes for mailinator_public_api-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 6460508007f48f5fd213b795d4e01e17a87ffeadccc7f08f0e773b25697e07c7
MD5 3a933c8757ad30a3284a3112858e1ae9
BLAKE2b-256 35e9c41db4e7beaf953598870fba23181bd1a95870e153e05ea20f84ff0d20b8

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