Verify your Accounts by Tempphone using this Discordbot

Overview

Verify your Accounts by Tempphone using this Discordbot

5sim.net is a service, that offer you temp phonenumbers for otp verification. It include a lot of countries you can choose from. The cheapest option is russia. 1 verification for Discord cost only 1.3 Rubel! The Project use the API to get numbers, check for verifycodes & more. It is added within a discordbot and uses slashcommands Slashcommands working similar to usual ones but are more integraded within Discord so typing / will suggest possible avaible commands and shows what args are needed Its more easy to use then using a custom prefix like ! and run a helpcommand to list all commands. It is secure and will only show the responses on your side in a hidden embed. This embed will only be shown to you so its not possible for the owner to login into the bot and see the secret stuff. You can run these commands in Guilds or DMs with no risk of the data being leaked
Click me to join the Discord Guild

(Looking for Suggestions to keep this Project updated. Any suggestion or feature you might want me to add you can tell me by clicking on issues and choose the suggestion. Or you cn use the Discordlink above to suggest things. i try to be more active, push out more opensouce projects and so on. I like to help you guys out with anything that is related to coding on my Discordserver.)

Deploy to Heroku (Using Heroku throw a traceback i am aware of. The reason for this is, that i dont know how im supposed to access the given config vars on heroku so ill find a way soon i think. You now should run the bot locally or on a vServer and edit app.json with your infos then it will work)

You might also like...
🔎 Hunt down social media accounts by username across social networks
🔎 Hunt down social media accounts by username across social networks

Hunt down social media accounts by username across social networks Installation | Usage | Docker Notes | Contributing Installation # clone the repo $

🕵️‍♂️ Investigate Google Accounts with emails.
🕵️‍♂️ Investigate Google Accounts with emails.

Description GHunt is an OSINT tool to extract information from any Google Account using an email. It can currently extract: Owner's name Last time the

A program used to create accounts in bulk, still a work in progress as of now.

Discord Account Creator This project is still a work in progress. It will be published upon its full completion. About This project is still under dev

Activate exitlag trial accounts
Activate exitlag trial accounts

Exitlag Account Activator Activate exitlag trial accounts (unlimited trial accounts) ⭐ If you want to support me, follow me on github and star the pro

Bypass Hcaptcha Purely based on http requests, Creates unlocked discord accounts if used correctly

hcaptcha-bypass-discord Bypass HCAPTCHA purely based on http requests Works for discord dosen't create locked accounts :)) HOW TO USE ◉ add the hcapby

[OSGIFI] - INFORMATION GATHERING TOOL, FROM INSTAGRAM ACCOUNTS.
[OSGIFI] - INFORMATION GATHERING TOOL, FROM INSTAGRAM ACCOUNTS.

⚡ OSGIFI THIS TOOL PERMIT YOU TO DISCOVERING & GATHERING INFO FROM INSTAGRAM ACCOUNTS, FOR EXAMPLE: Full Name Verified Account Or Not Private Account

A twitter multi-tool for OSINT on twitter accounts.

TwitterCheckr A twitter multi-tool for OSINT on twitter accounts. Infomation TwitterCheckr also known as TCheckr is multi-tool for OSINT on twitter a

A simple python script for rclone. Use multiple Google Service Accounts and cycle through them.

About GSAclone GSAclone is a simple python script for rclone, written with the purpose of using multiple Google service accounts on Google Drive and "

A simple Facebook Account generator, written in python (needs different Email so Accounts do not get banned)

FacebookAccountGenerator FAB is a Facebook-Account generating script, written in python Installation Use the package manager pip to install selenium p

Comments
  • not working

    not working

    Failed to load extension ban_order.py Traceback (most recent call last): File "C:\Users\luxury\AppData\Local\Programs\Python\Python39\lib\site-packages\discord\cog.py", line 715, in _load_from_module_spec spec.loader.exec_module(lib) # type: ignore File "", line 850, in exec_module File "", line 228, in _call_with_frames_removed File "C:\Users\luxury\Desktop\OTP-Verification-Bot-main\Cogs\ban_order.py", line 13, in class ban_activation_number(commands.Cog): File "C:\Users\luxury\Desktop\OTP-Verification-Bot-main\Cogs\ban_order.py", line 18, in ban_activation_number async def ban_order(self, ctx, order_id): File "C:\Users\luxury\AppData\Local\Programs\Python\Python39\lib\site-packages\discord_slash\cog_ext.py", line 63, in wrapper opts = manage_commands.generate_options(cmd, desc, connector) File "C:\Users\luxury\AppData\Local\Programs\Python\Python39\lib\site-packages\discord_slash\utils\manage_commands.py", line 313, in generate_options SlashCommandOptionType.from_type(param.annotation) or SlashCommandOptionType.STRING File "C:\Users\luxury\AppData\Local\Programs\Python\Python39\lib\site-packages\discord_slash\model.py", line 480, in from_type if issubclass(t, discord.abc.User): File "C:\Users\luxury\AppData\Local\Programs\Python\Python39\lib\abc.py", line 123, in subclasscheck return _abc_subclasscheck(cls, subclass) File "C:\Users\luxury\AppData\Local\Programs\Python\Python39\lib\typing.py", line 1212, in _proto_hook raise TypeError("Protocols with non-method members" TypeError: Protocols with non-method members don't support issubclass()

    The above exception was the direct cause of the following exception:

    Traceback (most recent call last): File "C:\Users\luxury\Desktop\OTP-Verification-Bot-main\main.py", line 47, in discordbot.load_extension(f"Cogs.{filename[:-3]}") File "C:\Users\luxury\AppData\Local\Programs\Python\Python39\lib\site-packages\discord\cog.py", line 787, in load_extension self._load_from_module_spec(spec, name) File "C:\Users\luxury\AppData\Local\Programs\Python\Python39\lib\site-packages\discord\cog.py", line 718, in _load_from_module_spec raise errors.ExtensionFailed(key, e) from e discord.errors.ExtensionFailed: Extension 'Cogs.ban_order' raised an error: TypeError: Protocols with non-method members don't support issubclass() Failed to load extension cancel_order.py Traceback (most recent call last): File "C:\Users\luxury\AppData\Local\Programs\Python\Python39\lib\site-packages\discord\cog.py", line 715, in _load_from_module_spec spec.loader.exec_module(lib) # type: ignore File "", line 850, in exec_module File "", line 228, in _call_with_frames_removed File "C:\Users\luxury\Desktop\OTP-Verification-Bot-main\Cogs\cancel_order.py", line 13, in class cancel_activation_number(commands.Cog): File "C:\Users\luxury\Desktop\OTP-Verification-Bot-main\Cogs\cancel_order.py", line 18, in cancel_activation_number async def cancel_order(self, ctx, order_id): File "C:\Users\luxury\AppData\Local\Programs\Python\Python39\lib\site-packages\discord_slash\cog_ext.py", line 63, in wrapper opts = manage_commands.generate_options(cmd, desc, connector) File "C:\Users\luxury\AppData\Local\Programs\Python\Python39\lib\site-packages\discord_slash\utils\manage_commands.py", line 313, in generate_options SlashCommandOptionType.from_type(param.annotation) or SlashCommandOptionType.STRING File "C:\Users\luxury\AppData\Local\Programs\Python\Python39\lib\site-packages\discord_slash\model.py", line 480, in from_type if issubclass(t, discord.abc.User): File "C:\Users\luxury\AppData\Local\Programs\Python\Python39\lib\abc.py", line 123, in subclasscheck return _abc_subclasscheck(cls, subclass) File "C:\Users\luxury\AppData\Local\Programs\Python\Python39\lib\typing.py", line 1212, in _proto_hook raise TypeError("Protocols with non-method members" TypeError: Protocols with non-method members don't support issubclass()

    The above exception was the direct cause of the following exception:

    Traceback (most recent call last): File "C:\Users\luxury\Desktop\OTP-Verification-Bot-main\main.py", line 47, in discordbot.load_extension(f"Cogs.{filename[:-3]}") File "C:\Users\luxury\AppData\Local\Programs\Python\Python39\lib\site-packages\discord\cog.py", line 787, in load_extension self._load_from_module_spec(spec, name) File "C:\Users\luxury\AppData\Local\Programs\Python\Python39\lib\site-packages\discord\cog.py", line 718, in _load_from_module_spec raise errors.ExtensionFailed(key, e) from e discord.errors.ExtensionFailed: Extension 'Cogs.cancel_order' raised an error: TypeError: Protocols with non-method members don't support issubclass() [>] Cogs.checkapi loaded [>] Cogs.cryptoprice loaded Failed to load extension finish_order.py Traceback (most recent call last): File "C:\Users\luxury\AppData\Local\Programs\Python\Python39\lib\site-packages\discord\cog.py", line 715, in _load_from_module_spec spec.loader.exec_module(lib) # type: ignore File "", line 850, in exec_module File "", line 228, in _call_with_frames_removed File "C:\Users\luxury\Desktop\OTP-Verification-Bot-main\Cogs\finish_order.py", line 18, in class finish_activation_number(commands.Cog): File "C:\Users\luxury\Desktop\OTP-Verification-Bot-main\Cogs\finish_order.py", line 23, in finish_activation_number async def finish_order(self, ctx, order_id): File "C:\Users\luxury\AppData\Local\Programs\Python\Python39\lib\site-packages\discord_slash\cog_ext.py", line 63, in wrapper opts = manage_commands.generate_options(cmd, desc, connector) File "C:\Users\luxury\AppData\Local\Programs\Python\Python39\lib\site-packages\discord_slash\utils\manage_commands.py", line 313, in generate_options SlashCommandOptionType.from_type(param.annotation) or SlashCommandOptionType.STRING File "C:\Users\luxury\AppData\Local\Programs\Python\Python39\lib\site-packages\discord_slash\model.py", line 480, in from_type if issubclass(t, discord.abc.User): File "C:\Users\luxury\AppData\Local\Programs\Python\Python39\lib\abc.py", line 123, in subclasscheck return _abc_subclasscheck(cls, subclass) File "C:\Users\luxury\AppData\Local\Programs\Python\Python39\lib\typing.py", line 1212, in _proto_hook raise TypeError("Protocols with non-method members" TypeError: Protocols with non-method members don't support issubclass()

    The above exception was the direct cause of the following exception:

    Traceback (most recent call last): File "C:\Users\luxury\Desktop\OTP-Verification-Bot-main\main.py", line 47, in discordbot.load_extension(f"Cogs.{filename[:-3]}") File "C:\Users\luxury\AppData\Local\Programs\Python\Python39\lib\site-packages\discord\cog.py", line 787, in load_extension self._load_from_module_spec(spec, name) File "C:\Users\luxury\AppData\Local\Programs\Python\Python39\lib\site-packages\discord\cog.py", line 718, in _load_from_module_spec raise errors.ExtensionFailed(key, e) from e discord.errors.ExtensionFailed: Extension 'Cogs.finish_order' raised an error: TypeError: Protocols with non-method members don't support issubclass() Failed to load extension ordernumber.py Traceback (most recent call last): File "C:\Users\luxury\AppData\Local\Programs\Python\Python39\lib\site-packages\discord\cog.py", line 715, in _load_from_module_spec spec.loader.exec_module(lib) # type: ignore File "", line 850, in exec_module File "", line 228, in _call_with_frames_removed File "C:\Users\luxury\Desktop\OTP-Verification-Bot-main\Cogs\ordernumber.py", line 18, in class order_activation_number(commands.Cog): File "C:\Users\luxury\Desktop\OTP-Verification-Bot-main\Cogs\ordernumber.py", line 24, in order_activation_number async def buy_activation_number(self, ctx, service, country, operator): File "C:\Users\luxury\AppData\Local\Programs\Python\Python39\lib\site-packages\discord_slash\cog_ext.py", line 63, in wrapper opts = manage_commands.generate_options(cmd, desc, connector) File "C:\Users\luxury\AppData\Local\Programs\Python\Python39\lib\site-packages\discord_slash\utils\manage_commands.py", line 313, in generate_options SlashCommandOptionType.from_type(param.annotation) or SlashCommandOptionType.STRING File "C:\Users\luxury\AppData\Local\Programs\Python\Python39\lib\site-packages\discord_slash\model.py", line 480, in from_type if issubclass(t, discord.abc.User): File "C:\Users\luxury\AppData\Local\Programs\Python\Python39\lib\abc.py", line 123, in subclasscheck return _abc_subclasscheck(cls, subclass) File "C:\Users\luxury\AppData\Local\Programs\Python\Python39\lib\typing.py", line 1212, in _proto_hook raise TypeError("Protocols with non-method members" TypeError: Protocols with non-method members don't support issubclass()

    The above exception was the direct cause of the following exception:

    Traceback (most recent call last): File "C:\Users\luxury\Desktop\OTP-Verification-Bot-main\main.py", line 47, in discordbot.load_extension(f"Cogs.{filename[:-3]}") File "C:\Users\luxury\AppData\Local\Programs\Python\Python39\lib\site-packages\discord\cog.py", line 787, in load_extension self._load_from_module_spec(spec, name) File "C:\Users\luxury\AppData\Local\Programs\Python\Python39\lib\site-packages\discord\cog.py", line 718, in _load_from_module_spec raise errors.ExtensionFailed(key, e) from e discord.errors.ExtensionFailed: Extension 'Cogs.ordernumber' raised an error: TypeError: Protocols with non-method members don't support issubclass() [>] Cogs.paymenthistory loaded Failed to load extension setapi.py Traceback (most recent call last): File "C:\Users\luxury\AppData\Local\Programs\Python\Python39\lib\site-packages\discord\cog.py", line 715, in _load_from_module_spec spec.loader.exec_module(lib) # type: ignore File "", line 850, in exec_module File "", line 228, in _call_with_frames_removed File "C:\Users\luxury\Desktop\OTP-Verification-Bot-main\Cogs\setapi.py", line 15, in class mongodb(commands.Cog): File "C:\Users\luxury\Desktop\OTP-Verification-Bot-main\Cogs\setapi.py", line 21, in mongodb async def set_apikey(self, ctx, api_key): File "C:\Users\luxury\AppData\Local\Programs\Python\Python39\lib\site-packages\discord_slash\cog_ext.py", line 63, in wrapper opts = manage_commands.generate_options(cmd, desc, connector) File "C:\Users\luxury\AppData\Local\Programs\Python\Python39\lib\site-packages\discord_slash\utils\manage_commands.py", line 313, in generate_options SlashCommandOptionType.from_type(param.annotation) or SlashCommandOptionType.STRING File "C:\Users\luxury\AppData\Local\Programs\Python\Python39\lib\site-packages\discord_slash\model.py", line 480, in from_type if issubclass(t, discord.abc.User): File "C:\Users\luxury\AppData\Local\Programs\Python\Python39\lib\abc.py", line 123, in subclasscheck return _abc_subclasscheck(cls, subclass) File "C:\Users\luxury\AppData\Local\Programs\Python\Python39\lib\typing.py", line 1212, in _proto_hook raise TypeError("Protocols with non-method members" TypeError: Protocols with non-method members don't support issubclass()

    The above exception was the direct cause of the following exception:

    Traceback (most recent call last): File "C:\Users\luxury\Desktop\OTP-Verification-Bot-main\main.py", line 47, in discordbot.load_extension(f"Cogs.{filename[:-3]}") File "C:\Users\luxury\AppData\Local\Programs\Python\Python39\lib\site-packages\discord\cog.py", line 787, in load_extension self._load_from_module_spec(spec, name) File "C:\Users\luxury\AppData\Local\Programs\Python\Python39\lib\site-packages\discord\cog.py", line 718, in _load_from_module_spec raise errors.ExtensionFailed(key, e) from e discord.errors.ExtensionFailed: Extension 'Cogs.setapi' raised an error: TypeError: Protocols with non-method members don't support issubclass() [>] Cogs.userinfo loaded [>] Discordbot is ready!

    opened by VulcanBirdy 3
Owner
All my created projects are meant for educational pupose. Even when i forgot to mention that on every project it is still educational.
null
Cogs for Red-DiscordBot

Redbot cogs for Red-DiscordBot authored by Kreusada This is my repository for Red Discord-Bot. I built these cogs because these were the features that

Kreus Amredes 26 Nov 7, 2022
Anti-league-discordbot - Harrasses imbeciles for playing league of legends

anti-league-discordbot harrasses imbeciles for playing league of legends Running

Chris Clem 2 Feb 12, 2022
A quick way to verify your Climate Hack.AI (2022) submission locally!

Climate Hack.AI (2022) Submission Validator This repository contains code that allows you to quickly validate your Climate Hack.AI (2022) submission l

Jeremy 3 Mar 3, 2022
A Telegram Bot which will ask new Group Members to verify them by solving an emoji captcha.

Emoji-Captcha-Bot A Telegram Bot which will ask new Group Members to verify them by solving an emoji captcha. About API: Using api.abirhasan.wtf/captc

Abir Hasan 52 Dec 11, 2022
MONAI Deploy App SDK offers a framework and associated tools to design, develop and verify AI-driven applications in the healthcare imaging domain.

MONAI Deploy App SDK offers a framework and associated tools to design, develop and verify AI-driven applications in the healthcare imaging domain.

Project MONAI 49 Dec 23, 2022
Ghostbuster - Eliminate dangling elastic IPs by performing analysis on your resources within all your AWS accounts

Table of Contents Table of Contents Ghostbuster The problem Project Features Ins

Assetnote 182 Dec 24, 2022
A code that can make your 5 accounts stay 24/7 in a discord voice channel!

Voicecord A code that can make your 5 accounts stay 24/7 in a discord voice channel! Usage ・Fork the repo ・Clone it to replit ・Install the required pa

DraKenCodeZ 3 Jan 9, 2022
Check your accounts/tokens fast with our checker!

Discord_Account_Checker How to use? Installing library's pip install -r reqs.txt Loading accounts Load your accounts to accounts.txt file. Launch pyth

null 1 Jan 11, 2022
This will create new discord accounts and add them to your server

Discord-Botter This tool will create new discord accounts add them to your server, this tool needs a captcha api like capmonster.cloud or anti-captcha

Shahzain 27 Nov 30, 2022