From c6bb785e2c405d64b87d721be88fa9512a5bbd47 Mon Sep 17 00:00:00 2001 From: retoor Date: Sat, 14 Dec 2024 06:22:06 +0100 Subject: [PATCH] Added new bots. --- src/ragnar/cli.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/ragnar/cli.py b/src/ragnar/cli.py index 60ade46..e11d674 100644 --- a/src/ragnar/cli.py +++ b/src/ragnar/cli.py @@ -42,6 +42,11 @@ def main(): "no-spam2351", "no-spam2350", "no-spam2349", + "JamesMedina", + "MichelleWeeks", + "JaredRuiz", + "LoriMcgee", + "AmandaFloyd" ] for username in usernames: executor.submit(bot_task, f"{username}@molodetz.nl", args.password)