Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1aa6907

Browse files
committed
快手刷红星
1 parent 44f6a3c commit 1aa6907

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

adb微信加好友/快手刷红星.py

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# @Time : 2020/1/6 16:54
2+
# @Author : Libuda
3+
# @FileName: 快手刷红星.py
4+
# @Software: PyCharm
5+
import time
6+
from adb微信加好友.main import Adb
7+
8+
adb = Adb()
9+
10+
try:
11+
while 1:
12+
adb.click_by_text_after_refresh("去浏览")
13+
time.sleep(3)
14+
adb.swipe()
15+
time.sleep(3)
16+
adb.swipe()
17+
time.sleep(3)
18+
adb.swipe()
19+
time.sleep(3)
20+
adb.swipe()
21+
except Exception:
22+
pass
23+
24+
25+
def 去浏览():
26+
print(123)

0 commit comments

Comments
 (0)