Update export statistics
This commit is contained in:
parent
2c72163d3c
commit
8b7aa17236
BIN
dist/Ragnar-1.3.37-py3-none-any.whl
vendored
BIN
dist/Ragnar-1.3.37-py3-none-any.whl
vendored
Binary file not shown.
BIN
dist/ragnar-1.3.37.tar.gz
vendored
BIN
dist/ragnar-1.3.37.tar.gz
vendored
Binary file not shown.
@ -1,4 +1,4 @@
|
|||||||
Metadata-Version: 2.1
|
Metadata-Version: 2.2
|
||||||
Name: Ragnar
|
Name: Ragnar
|
||||||
Version: 1.3.37
|
Version: 1.3.37
|
||||||
Summary: Anti spam bot for dR
|
Summary: Anti spam bot for dR
|
||||||
|
@ -128,7 +128,7 @@ class Bot:
|
|||||||
def mark_as_sus(self, rant):
|
def mark_as_sus(self, rant):
|
||||||
self.api.post_comment(rant["id"], self.mark_text)
|
self.api.post_comment(rant["id"], self.mark_text)
|
||||||
self.rsleepii()
|
self.rsleepii()
|
||||||
|
|
||||||
def fight(self):
|
def fight(self):
|
||||||
self.rsleepii()
|
self.rsleepii()
|
||||||
rants = self.api.get_rants("recent", self.amount_of_rants_to_check, 0)
|
rants = self.api.get_rants("recent", self.amount_of_rants_to_check, 0)
|
||||||
|
@ -31,7 +31,7 @@ def bot_task(username, password):
|
|||||||
|
|
||||||
def main():
|
def main():
|
||||||
args = parse_args()
|
args = parse_args()
|
||||||
usernames = vic.get_friends()
|
usernames = vic.get_friends()
|
||||||
|
|
||||||
with Executor(len(usernames)) as executor:
|
with Executor(len(usernames)) as executor:
|
||||||
for username in usernames:
|
for username in usernames:
|
||||||
|
Loading…
Reference in New Issue
Block a user