{"id":32854317,"url":"https://github.com/furionix-labs/playwright-python-email-verification-example","last_synced_at":"2026-05-18T10:01:57.863Z","repository":{"id":322630515,"uuid":"1090277293","full_name":"furionix-labs/playwright-python-email-verification-example","owner":"furionix-labs","description":"Python Playwright example for automated email verification and user signup testing using Tigrmail API.","archived":false,"fork":false,"pushed_at":"2025-11-22T04:48:11.000Z","size":3,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-11-22T06:19:46.687Z","etag":null,"topics":["api","disposable","e2e","email","end","example","otp","playwright","python","python3","registration","signup","temp","temporary","test","tests","tigrmail","to","totp","verification"],"latest_commit_sha":null,"homepage":"https://tigrmail.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/furionix-labs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-05T13:03:24.000Z","updated_at":"2025-11-22T04:48:15.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/furionix-labs/playwright-python-email-verification-example","commit_stats":null,"previous_names":["furionix-labs/playwright-python-email-verification-example"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/furionix-labs/playwright-python-email-verification-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/furionix-labs%2Fplaywright-python-email-verification-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/furionix-labs%2Fplaywright-python-email-verification-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/furionix-labs%2Fplaywright-python-email-verification-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/furionix-labs%2Fplaywright-python-email-verification-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/furionix-labs","download_url":"https://codeload.github.com/furionix-labs/playwright-python-email-verification-example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/furionix-labs%2Fplaywright-python-email-verification-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33174091,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","disposable","e2e","email","end","example","otp","playwright","python","python3","registration","signup","temp","temporary","test","tests","tigrmail","to","totp","verification"],"created_at":"2025-11-08T14:00:49.911Z","updated_at":"2026-05-18T10:01:57.858Z","avatar_url":"https://github.com/furionix-labs.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Playwright Email Verification (Python)\n\nThis project demonstrates how to write an end-to-end (E2E) registration and email verification test using [Playwright](https://playwright.dev/) and [Tigrmail](https://tigrmail.com?utm_source=github-pw-python-example\u0026utm_medium=readme) as the email API.\n\n## Prerequisites\n- Python 3.11+\n- npm is **not** required for this folder, but you need the Playwright browsers (`playwright install`) after installing Python dependencies.\n- [Tigrmail](https://tigrmail.com?utm_source=github-pw-python-example\u0026utm_medium=readme) account (for API token)\n\n## Setup\n1. **Create a virtual environment**\n   ```shell\n   python3 -m venv .venv\n   source .venv/bin/activate\n   ```\n1. **Install dependencies**\n   ```shell\n   pip install -r requirements.txt\n   playwright install\n   ```\n2. **Get a Tigrmail API token**\n   - Sign up or log in at [https://console.tigrmail.com](https://console.tigrmail.com?utm_source=github-pw-python-example\u0026utm_medium=readme)\n   - Copy your API token\n3. **Configure environment variables**\n   - Copy `.env.example` to `.env`\n   - Paste your Tigrmail API token as the value for `TIGRMAIL_TOKEN` in `.env`\n\nThe test loads `.env` automatically via `python-dotenv`.\n\n## Running the Test in Headed Mode with Slow Motion\n```bash\npytest --headed --slowmo 1000\n```\n\nThe bundled `pytest.ini` sets the base URL to `https://sandbox.tigrmail.com`, so relative paths like `/sign-up` resolve automatically.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffurionix-labs%2Fplaywright-python-email-verification-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffurionix-labs%2Fplaywright-python-email-verification-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffurionix-labs%2Fplaywright-python-email-verification-example/lists"}