Jason 2 rokov pred
rodič
commit
44b847f83c

+ 2 - 2
website_clickjobs/type-1/_clickjob1023.py

@@ -174,6 +174,6 @@ def execute(domain, target_domain, brands, query_list):
     if(timetaken < 50):
         extrasleep = 50 - timetaken
     print("Ctrl+C or Ctrl+Z to stop now.")
-    print("You have " + str(10 + extrasleep) + " seconds.")
-    time.sleep(10 + extrasleep)
+    print("You have " + str(30 + extrasleep) + " seconds.")
+    time.sleep(30 + extrasleep)
     return statuscode

+ 5 - 3
website_clickjobs/type-1/hhh_r2.py

@@ -49,8 +49,8 @@ for e in extras:
     for i in range(times):
         data.append(e)
 
+runcount=0
 while True:
-    
     if len(priority)!=0: # CURRENTLY UNUSED
         target = random.choice(priority)
         ql = target[1:]
@@ -73,8 +73,10 @@ while True:
             target_domain = target_domain.replace('hhh.com.tw', 'm.hhh.com.tw')
         print(target_domain)    # mobile version?
         print(ql)
-        time.sleep(3)
         statuscode = execute(domain, target_domain, brands, ql)
         if statuscode == 444:
-            time.sleep(120)
+            print("Completed ", runcount, " times before being caught")
+            time.sleep(300)
+        else:
+            runcount+=1
 time.sleep(60)