{"id":15559394,"url":"https://github.com/citguru/tempmail","last_synced_at":"2025-10-06T05:01:49.609Z","repository":{"id":51078056,"uuid":"134977423","full_name":"CITGuru/tempmail","owner":"CITGuru","description":"A Python wrapper for online service which provides temporary email address: https://temp-mail.org/","archived":false,"fork":false,"pushed_at":"2021-05-24T22:27:07.000Z","size":12,"stargazers_count":40,"open_issues_count":2,"forks_count":20,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-04-30T02:03:11.615Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CITGuru.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-26T16:27:30.000Z","updated_at":"2024-03-17T15:01:26.000Z","dependencies_parsed_at":"2022-08-20T09:50:12.066Z","dependency_job_id":null,"html_url":"https://github.com/CITGuru/tempmail","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CITGuru%2Ftempmail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CITGuru%2Ftempmail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CITGuru%2Ftempmail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CITGuru%2Ftempmail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CITGuru","download_url":"https://codeload.github.com/CITGuru/tempmail/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235616619,"owners_count":19018762,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-10-02T15:47:55.089Z","updated_at":"2025-10-06T05:01:49.523Z","avatar_url":"https://github.com/CITGuru.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Tempmail2\n=========\n\nPython API Wrapper version 2 for `temp-mail.org \u003chttps://temp-mail.org/\u003e`_ service. Temp-mail.org is a service which lets you use anonymous emails for free. You can view full API specification in `api.temp-mail.org \u003chttp://api.temp-mail.org/\u003e`_.\n\nRequirements\n------------\n\n`requests \u003chttps://crate.io/packages/requests/\u003e`_ - required.\n\nYou can install it through ::\n\n $ pip install requests\n\nInstallation\n------------\n\nInstalling with pip::\n\n    $ pip install tempMail2\n\nUsage\n-----\n\nBefore you can use this, you need to get api key from https://rapidapi.com/Privatix/api/temp-mail.\n\nSo create an account on Mashape and get the Mashape Api Key\n\nGet all emails from given email login and domain::\n\n    from tempMail2 import TempMail\n\n    tm = TempMail(api_key='apikey', login='denis', domain='@gnail.pw')\n    print tm.get_mailbox()  # list of emails in denis@gnail.pw\n\nGenerate email address and get emails from it::\n\n    from tempMail2 import TempMail\n\n    tm = TempMail(api_key='apikey')\n    email = tm.get_email_address()  # v5gwnrnk7f@gnail.pw\n    print tm.get_mailbox(email)  # list of emails\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcitguru%2Ftempmail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcitguru%2Ftempmail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcitguru%2Ftempmail/lists"}