Compare commits

..
2 Commits
Author SHA1 Message Date
retoor 33375d1de3 Update word list.
Build Ragnar anti spam bot / Build (push) Successful in 59s
2024-11-29 14:41:50 +01:00
retoor 5280789351 Update word list. 2024-11-29 14:40:26 +01:00
5 changed files with 3 additions and 2 deletions
Binary file not shown.
BIN
View File
Binary file not shown.
+3 -2
View File
@@ -14,7 +14,7 @@ class Bot:
self.password = password
self.name = self.username.split("@")[0]
self.rant_history = []
self.amount_of_rants_to_check = 5
self.amount_of_rants_to_check = 15
names = {
"no-spam": "Anna",
"no-spam1": "Ira",
@@ -42,7 +42,8 @@ class Bot:
"bitcoin",
"wizard",
"diamond",
"carat",
"carat,"
"carats"
]
self.api = Api(username=self.username, password=self.password)
Binary file not shown.