{"id":17017375,"url":"https://github.com/kourva/tempmailbot","last_synced_at":"2025-03-22T16:31:14.750Z","repository":{"id":180303812,"uuid":"664921281","full_name":"Kourva/TempMailBot","owner":"Kourva","description":"TempMailBot is a Telegram bot that makes you temporary emails with access to mailbox!","archived":false,"fork":false,"pushed_at":"2024-08-28T15:32:56.000Z","size":50,"stargazers_count":18,"open_issues_count":0,"forks_count":8,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-18T13:45:56.745Z","etag":null,"topics":["pytelegrambotapi","python","python3","telebot-telegrambotapi","telegarm-bot","tempmail","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kourva.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2023-07-11T03:47:59.000Z","updated_at":"2025-03-05T06:37:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"6085da8e-5f95-4ab8-9e45-23fa920a9269","html_url":"https://github.com/Kourva/TempMailBot","commit_stats":null,"previous_names":["kourva/tempmailbot","kozyol/tempmailbot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kourva%2FTempMailBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kourva%2FTempMailBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kourva%2FTempMailBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kourva%2FTempMailBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kourva","download_url":"https://codeload.github.com/Kourva/TempMailBot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244986548,"owners_count":20543031,"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":["pytelegrambotapi","python","python3","telebot-telegrambotapi","telegarm-bot","tempmail","temporary-email"],"created_at":"2024-10-14T06:36:29.231Z","updated_at":"2025-03-22T16:31:14.433Z","avatar_url":"https://github.com/Kourva.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n    \u003cimg align='left' src=\"https://github.com/Kourva/TempMailBot/assets/118578799/d2fe9f8c-89ca-436d-bf57-ffc2c67f772c\" width=200 height=200/\u003e\n    \u003ch2\u003eTempMail Telegram Bot \u003c/h2\u003e\n  \u003cp\u003e\u003cb\u003eMake unlimited emails just in minute with access to mailbox!\u003c/b\u003e\u003c/p\u003e\n  \u003cp\u003e\u003ci\u003eUsable for \u003cb\u003eVerification\u003c/b\u003e codes and messages, \u003cb\u003esupport MIME\u003c/b\u003e!\u003c/i\u003e\u003c/p\u003e\n\u003c/h1\u003e\n\n\u003cbr\u003e\u003cbr\u003e\n\n# ▋New Features\n+ Support MIME messages (Link verification)\n+ Added emoji to buttons.\n\n# ▋Features\nBot creates account for every user joins the bot.\n+ **/mail** command to manage your account.\n+ **Smart username generator** to generate readable usernames.\n+ can **List all mails** and **Show information** for each.\n+ can **Delete All/One** email when user don't want email anymore.\n+ can **Show all inbox messages** in user email.\n+ uses **Inline keyboard** instead of normal keyboard.\n\neach user can have up to **100** mails, because Telegram does't allow us to use more than **100** buttons in each message\u003cbr\u003e\nAlso note that now you can access to attachments (like confirm links) from your mailbox. you can use this for simple **conversation** or **OTP verification** and even **MIME messages**.\n\n\u003cbr\u003e\n\n# ▋Clone Repository\nTo get started, first you need to **clone** this repository from github into your machine:\n```bash\ngit clone https://github.com/Kourva/TempMailBot\n```\nand if you dont have git you can install it from your package manager!\n\n\u003cbr\u003e\n\n# ▋Install Requirements\nThen you have to install requirements before running bot\n1. Navigate to bot directory\n2. Install requirements using pip\n```bash\ncd TempMailBot\n```\n```bash\npip install -r requirements.txt\n```\nThis will install **pyTelegamBotAPI** and **Requests** for you\n\n\u003cbr\u003e\n\n# ▋Config your token\nNow you have to get create bot from [BotFather](https://t.me/BotFather) **(If you don't have)** and take your **Token** to starts working with your bot.\u003cbr\u003e\nAfter getting **Token** from **BotFather** replace the Token in `utils.py` in line **12** as follows:\n```python\n# Bot token to use\nToken = \"6146793572:AAE7fbH29UPOKzlHlp0YDr9o06o_NdD4DBk\"\n```\n\u003e This is just an example Token. Use yours instead\n\n\u003cbr\u003e\n\n# ▋Launch the bot\nNow you are ready to launch your bot in polling mode inside your terminal using python\n```bash\npython main.py\n```\nYou can also use **proxychains** to run your bot via **Tor** proxy\n```bash\nproxycahins python main.py\n```\nOr in quiet mode\n```bash\nproxychains -q python main.py\n```\nTo install proxychains install `proxychains-ng` and then edit the config file in `/etc/proxychains.conf`.\u003cbr\u003e\nIn config file comment the `strict_chain` and un-comment `dynamic_chain` and its ready to use.\n\u003cbr\u003e\n\n# ▋TOR new IP address\nIf you got any denied requests that blocked your Ip address, you can renew your IP\n```bash\nsudo killall -HUP tor\n```\n\u003cbr\u003e\n\n# Thanks \u003c3\n\u003e Dont forget to star this repository if you made it helpful!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkourva%2Ftempmailbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkourva%2Ftempmailbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkourva%2Ftempmailbot/lists"}