-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathexample.py
More file actions
97 lines (81 loc) · 1.15 KB
/
example.py
File metadata and controls
97 lines (81 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
from src.ApiCheckGames import ApiCheckGames
api = ApiCheckGames(debug=True, proxy=None)
print(
api.eight_ball_pool(
userId="2180533717"
)
)
print(
api.aether_gazer(
userId="53687921700"
)
)
print(
api.arena_of_valor(
userId="2748846783202461"
)
)
print(
api.auto_chess(
userId="GTFWF1"
)
)
print(
api.azur_lane(
userId="271394707",
zoneId="Washington"
)
)
print(
api.bad_landers(
userId="3542797653",
zoneId="Global"
)
)
print(
api.barbarq(
userId="DV0165253"
)
)
print(
api.basketrio(
userId="93398",
zoneId="Buzzer Beater"
)
)
print(
api.call_of_duty(
userId="10808316016143544796"
)
)
print(
api.dragon_city(
userId="3281168132375957269"
)
)
print(
api.free_fire(
userId="116502997"
)
)
print(
api.hago(
userId="31148107"
)
)
print(
api.mobile_legends(
userId="604210151",
zoneId="8425"
)
)
print(
api.point_blank(
userId="febiantolie"
)
)
print(
api.valorant(
userId="Diezyyy#666"
)
)