{"id":20283314,"url":"https://github.com/askbuddie/abmails","last_synced_at":"2025-07-25T02:14:12.270Z","repository":{"id":119518252,"uuid":"178875099","full_name":"askbuddie/ABMails","owner":"askbuddie","description":"Temporary Email Service Within Terminal","archived":false,"fork":false,"pushed_at":"2020-08-04T07:52:51.000Z","size":99,"stargazers_count":11,"open_issues_count":0,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-11T09:12:35.377Z","etag":null,"topics":["mailsac","python3","temp-mail","temporary-email"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/askbuddie.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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}},"created_at":"2019-04-01T13:57:44.000Z","updated_at":"2024-11-20T03:18:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"3d6c0fa2-389e-45bb-b43b-7dade13d2a93","html_url":"https://github.com/askbuddie/ABMails","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/askbuddie/ABMails","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/askbuddie%2FABMails","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/askbuddie%2FABMails/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/askbuddie%2FABMails/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/askbuddie%2FABMails/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/askbuddie","download_url":"https://codeload.github.com/askbuddie/ABMails/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/askbuddie%2FABMails/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263743027,"owners_count":23504571,"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":["mailsac","python3","temp-mail","temporary-email"],"created_at":"2024-11-14T14:14:09.993Z","updated_at":"2025-07-05T12:36:04.104Z","avatar_url":"https://github.com/askbuddie.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg align=\"center\" src=\"./assets/abmails.png\" /\u003e\n\n###  **KEEP YOUR REAL E-MAIL CLEAN AND SECURE**\n\n:information_source: ABOUT\n -----\n Ask Buddie Mails / ABMails helps you to create temporary or\n disposable e-mail with a certain lifetime.It does not require \n registration so you can do anything instantly and save your precious \n time. ABmails can be used to register on dubious sites,create social \n media accounts and for many other purpose without using your\n real e-mail account.\n\n ABMails uses two sites ;\n * https://www.temp-mail.org\n * https://www.mailsac.com\n \n ----------\n \n:email: FEATURES\n --------\n 1. ABMails can create e-mail with more than 10 different domains.\n\n 2. Allow you to create an e-mail with custom name and domain.\n\n 3. Instantly create a random e-mail with random name and domain.\n\n 4. Allow you to save all mails received in a text file.\n \n ----------\n \n ##  :warning: Requirements\n\nSelenium requires a driver to interface with the chosen browser.\n\n## For Firefox\n#### Firefox requires geckodriver, which needs to be installed .\n\n  - Windows\n    - Download and extract the zip file of [geckodriver](https://github.com/mozilla/geckodriver/releases)\n     and copy geckodriver.exe file in c://windows.\n\n  - Linux\n    - Download and extract the zip file of [geckodriver](https://github.com/mozilla/geckodriver/releases)\n     and copy the extracted file in /usr/bin or /usr/local/bin.\n     Make sure to give executive permission to the geckodriver with the command;\n     ```chmod +x geckodriver```\n\n\n## For Chrome\n#### Chrome requires chromedriver,which needs to be installed .\n\n  - Windows\n    - Download and extract the zip file of [chromedriver](https://sites.google.com/a/chromium.org/chromedriver/downloads)\n     and copy chromedriver.exe file in c://windows.\n\n  - Linux\n    - Download and extract the zip file of [chromedriver](https://sites.google.com/a/chromium.org/chromedriver/downloads)\n     and copy the extracted file in /usr/bin or /usr/local/bin.\n     Make sure to give executive permission to the geckodriver with the command;\n     ```chmod +x chromedriver```\n\n----------\n\n## :floppy_disk: Get Started\n\n* clone this repo by typing this command in terminal\n\n```bash\ngit clone https://github.com/askbuddie/ABMails.git\n```\n\n* you also have to install the dependencies for running ABMails by running\n\n```bash\npip3 install -r requirements.txt\n```\n\n* when you have cloned the repo, simply run the .py file in terminal .\n\n```bash\n$ python3 abmails.py\n```\n\nnow ABMails expects an arguments to be passed which defines what proccess you are doing.\n\n### Arguments;\n     \n     [ Basic Options ]\n\n      --receive     Allow you to receive temporary mails\n      --help        Show this options and exit\n      --about       About the program\n\n     [ Optional ]\n\n      -s,--save     Save the mails in a text file\n      -n,--cname    Set your custom username for email\n      -d,--cdomain  Set your custom domain name for email\n      -t,--ctime    Set your custom time to refresh\n      \nYou are supposed to pass only one argument from Basic options. Pass the optional\noptions if only '--receive' is taken from basic options. Optional options are \noptional arguments , you can leave it or pass it according to your wish.\n\n```Usage: python3 abmails.py [ Basic Option ] [ Optional Option(s) ]```\n\n\u003e Eg: python3 abmails.py --receive -n -d\n\n----------\n\n## :heart: Contribution\nYou wanna contribute to the project? Great to hear that.\n\nplease refer to our Contribution Guide [here](./CONTRIBUTING.md)\n\n \n----------\n \n :ab: ASK BUDDIE\n ----------\n ABMails is a program created by [AskBuddie Open Source Program](https://github.com/askbuddie) Teams.\n [Ask Buddie](https://www.askbuddie.com) is a technology community found in May 16, 2017. Since our \n founding, we have been providing online solutions and guidance to our \n users related to technology. Our mission is to create a large community\n of technology enthusiast people to provide support in less time. \n\n [Join our community on Facebook](https://www.facebook.com/groups/askbuddie)\n\n----------\n\n## :octocat: Author\n\n- **Ask Buddie**\n\n-----------\n\n## :octocat: Primary Contributor\n\n- **[Hemant Pokharel]**\n- https://github.com/Hemantapkh\n\n----------\n\n## :stars: Contributors\n\u003ctable\u003e\n  \u003ctr\u003e\n   \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://github.com/Hemantapkh\"\u003e\n      \u003cimg src=\"https://avatars2.githubusercontent.com/u/58947310?s=460\u0026v=4\" width=\"100px;\" alt=\"Hemanta Pokharel\"/\u003e\n      \u003cbr /\u003e\n      \u003csub\u003e\u003cb\u003eHemanta Pokharel\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\n      \u003cbr /\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://github.com/joshirk11166\"\u003e\n      \u003cimg src=\"https://avatars2.githubusercontent.com/u/34398948?s=400\u0026v=4\" width=\"100px;\" alt=\"Rohit Joshi\"/\u003e\n      \u003cbr /\u003e\n      \u003csub\u003e\u003cb\u003eRohit Joshi\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\n      \u003cbr /\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://github.com/muna-kopila\"\u003e\n      \u003cimg src=\"https://avatars3.githubusercontent.com/u/51370579?s=400\u0026v=4\" width=\"100px;\" alt=\"Muna Puri\"/\u003e\n      \u003cbr /\u003e\n      \u003csub\u003e\u003cb\u003eMuna Puri\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\n      \u003cbr /\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://anuraghazra.github.io\"\u003e\n      \u003cimg src=\"https://avatars1.githubusercontent.com/u/35374649?s=460\u0026v=3\" width=\"100px;\" alt=\"Anurag Hazra\"/\u003e\n      \u003cbr /\u003e\n      \u003csub\u003e\u003cb\u003eAnurag Hazra\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\n      \u003cbr /\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://github.com/ashiishme\"\u003e\n      \u003cimg src=\"https://avatars3.githubusercontent.com/u/18111862?s=460\u0026v=3\" width=\"100px;\" alt=\"Ashish Yadav\"/\u003e\n      \u003cbr /\u003e\n      \u003csub\u003e\u003cb\u003eAshish Yadav\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\n      \u003cbr /\u003e\n    \u003c/td\u003e\n   \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://github.com/pr0d33p\"\u003e\n      \u003cimg src=\"https://avatars0.githubusercontent.com/u/29733866?s=460\u0026v=4\" width=\"100px;\" alt=\"Pradeep Bhattarai\"/\u003e\n      \u003cbr /\u003e\n      \u003csub\u003e\u003cb\u003ePradeep Bhattarai\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\n      \u003cbr /\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n-----------\n :heart: AskBuddie\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faskbuddie%2Fabmails","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faskbuddie%2Fabmails","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faskbuddie%2Fabmails/lists"}