We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44f6a3c commit 1aa6907Copy full SHA for 1aa6907
adb微信加好友/快手刷红星.py
@@ -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
16
17
18
19
20
21
+except Exception:
22
+ pass
23
24
25
+def 去浏览():
26
+ print(123)
0 commit comments