-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcode.txt
More file actions
271 lines (233 loc) · 29.5 KB
/
Copy pathcode.txt
File metadata and controls
271 lines (233 loc) · 29.5 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
all_asset_dict = {}
def append_asset_dict(key: str, asset_dict: dict[str, str]):
all_asset_dict[key] = asset_dict
with open("./assect_dict.txt", "w") as file:
file.write(str(all_asset_dict))
@app.route('/chapelfetch1', methods=['POST', 'GET'])
def chapelfetch1() -> str:
url = "https://attendance.covenantuniversity.edu.ng/studentaffairsattendance/chapelfetch.php"
app_name = "attendance"
headers: dict[str, str] = {'accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7', 'accept-encoding': 'gzip, deflate, br, zstd', 'accept-language': 'en-US,en;q=0.9', 'cache-control': 'no-cache', 'connection': 'keep-alive', 'dnt': '1', 'host': 'attendance.covenantuniversity.edu.ng', 'pragma': 'no-cache', 'referer': 'https://cuportal.covenantuniversity.edu.ng/', 'sec-ch-ua': '"Chromium";v="128", "Not;A=Brand";v="24", "Microsoft Edge";v="128"', 'sec-ch-ua-mobile': '?0', 'sec-ch-ua-platform': '"Windows"', 'sec-fetch-dest': 'iframe', 'sec-fetch-mode': 'navigate', 'sec-fetch-site': 'same-site', 'sec-fetch-user': '?1', 'upgrade-insecure-requests': '1', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0'}
view_statement_site = SubMenuSite(app_name=app_name)
response = view_statement_site(request=request, url=url, headers=headers)
# asset_dict = {'host': 'attendance.covenantuniversity.edu.ng', 'asset_parent_dir': 'C:\\xampp\\htdocs\\Websites\\menuload\\assets\\attendance\\studentaffairsattendance'}
# asset_dict['response'] = response
# append_asset_dict('chapelfetch1', asset_dict)
response: str = edit_response_links(response=response)
return response
@app.route('/chapelfetch2', methods=['POST', 'GET'])
def chapelfetch2() -> str:
url = "https://attendance.covenantuniversity.edu.ng/studentaffairsattendance/chapelfetch.php"
app_name = "attendance"
headers: dict[str, str] = {'accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7', 'accept-encoding': 'gzip, deflate, br, zstd', 'accept-language': 'en-US,en;q=0.9', 'cache-control': 'no-cache', 'connection': 'keep-alive', 'dnt': '1', 'host': 'attendance.covenantuniversity.edu.ng', 'pragma': 'no-cache', 'referer': 'https://cuportal.covenantuniversity.edu.ng/', 'sec-ch-ua': '"Chromium";v="128", "Not;A=Brand";v="24", "Microsoft Edge";v="128"', 'sec-ch-ua-mobile': '?0', 'sec-ch-ua-platform': '"Windows"', 'sec-fetch-dest': 'iframe', 'sec-fetch-mode': 'navigate', 'sec-fetch-site': 'same-site', 'sec-fetch-user': '?1', 'upgrade-insecure-requests': '1', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0'}
view_statement_site = SubMenuSite(app_name=app_name)
response = view_statement_site(request=request, url=url, headers=headers)
# asset_dict = {'host': 'attendance.covenantuniversity.edu.ng', 'asset_parent_dir': 'C:\\xampp\\htdocs\\Websites\\menuload\\assets\\attendance\\studentaffairsattendance'}
# asset_dict['response'] = response
# append_asset_dict('chapelfetch2', asset_dict)
response: str = edit_response_links(response=response)
return response
@app.route('/chapelfetch3', methods=['POST', 'GET'])
def chapelfetch3() -> str:
url = "https://attendance.covenantuniversity.edu.ng/studentaffairsattendance/chapelfetch.php"
app_name = "attendance"
headers: dict[str, str] = {'accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7', 'accept-encoding': 'gzip, deflate, br, zstd', 'accept-language': 'en-US,en;q=0.9', 'cache-control': 'no-cache', 'connection': 'keep-alive', 'dnt': '1', 'host': 'attendance.covenantuniversity.edu.ng', 'pragma': 'no-cache', 'referer': 'https://cuportal.covenantuniversity.edu.ng/', 'sec-ch-ua': '"Chromium";v="128", "Not;A=Brand";v="24", "Microsoft Edge";v="128"', 'sec-ch-ua-mobile': '?0', 'sec-ch-ua-platform': '"Windows"', 'sec-fetch-dest': 'iframe', 'sec-fetch-mode': 'navigate', 'sec-fetch-site': 'same-site', 'sec-fetch-user': '?1', 'upgrade-insecure-requests': '1', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0'}
view_statement_site = SubMenuSite(app_name=app_name)
response = view_statement_site(request=request, url=url, headers=headers)
# asset_dict = {'host': 'attendance.covenantuniversity.edu.ng', 'asset_parent_dir': 'C:\\xampp\\htdocs\\Websites\\menuload\\assets\\attendance\\studentaffairsattendance'}
# asset_dict['response'] = response
# append_asset_dict('chapelfetch3', asset_dict)
response: str = edit_response_links(response=response)
return response
@app.route('/chapelfetch4', methods=['POST', 'GET'])
def chapelfetch4() -> str:
url = "https://attendance.covenantuniversity.edu.ng/studentaffairsattendance/chapelfetch.php"
app_name = "attendance"
headers: dict[str, str] = {'accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7', 'accept-encoding': 'gzip, deflate, br, zstd', 'accept-language': 'en-US,en;q=0.9', 'cache-control': 'no-cache', 'connection': 'keep-alive', 'dnt': '1', 'host': 'attendance.covenantuniversity.edu.ng', 'pragma': 'no-cache', 'referer': 'https://cuportal.covenantuniversity.edu.ng/', 'sec-ch-ua': '"Chromium";v="128", "Not;A=Brand";v="24", "Microsoft Edge";v="128"', 'sec-ch-ua-mobile': '?0', 'sec-ch-ua-platform': '"Windows"', 'sec-fetch-dest': 'iframe', 'sec-fetch-mode': 'navigate', 'sec-fetch-site': 'same-site', 'sec-fetch-user': '?1', 'upgrade-insecure-requests': '1', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0'}
view_statement_site = SubMenuSite(app_name=app_name)
response = view_statement_site(request=request, url=url, headers=headers)
# asset_dict = {'host': 'attendance.covenantuniversity.edu.ng', 'asset_parent_dir': 'C:\\xampp\\htdocs\\Websites\\menuload\\assets\\attendance\\studentaffairsattendance'}
# asset_dict['response'] = response
# append_asset_dict('chapelfetch4', asset_dict)
response: str = edit_response_links(response=response)
return response
@app.route('/chapelfetch5', methods=['POST', 'GET'])
def chapelfetch5() -> str:
url = "https://attendance.covenantuniversity.edu.ng/studentaffairsattendance/chapelfetch.php"
app_name = "attendance"
headers: dict[str, str] = {'accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7', 'accept-encoding': 'gzip, deflate, br, zstd', 'accept-language': 'en-US,en;q=0.9', 'cache-control': 'no-cache', 'connection': 'keep-alive', 'dnt': '1', 'host': 'attendance.covenantuniversity.edu.ng', 'pragma': 'no-cache', 'referer': 'https://cuportal.covenantuniversity.edu.ng/', 'sec-ch-ua': '"Chromium";v="128", "Not;A=Brand";v="24", "Microsoft Edge";v="128"', 'sec-ch-ua-mobile': '?0', 'sec-ch-ua-platform': '"Windows"', 'sec-fetch-dest': 'iframe', 'sec-fetch-mode': 'navigate', 'sec-fetch-site': 'same-site', 'sec-fetch-user': '?1', 'upgrade-insecure-requests': '1', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0'}
view_statement_site = SubMenuSite(app_name=app_name)
response = view_statement_site(request=request, url=url, headers=headers)
# asset_dict = {'host': 'attendance.covenantuniversity.edu.ng', 'asset_parent_dir': 'C:\\xampp\\htdocs\\Websites\\menuload\\assets\\attendance\\studentaffairsattendance'}
# asset_dict['response'] = response
# append_asset_dict('chapelfetch5', asset_dict)
response: str = edit_response_links(response=response)
return response
@app.route('/chapelfetch6', methods=['POST', 'GET'])
def chapelfetch6() -> str:
url = "https://attendance.covenantuniversity.edu.ng/studentaffairsattendance/chapelfetch.php"
app_name = "attendance"
headers: dict[str, str] = {'accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7', 'accept-encoding': 'gzip, deflate, br, zstd', 'accept-language': 'en-US,en;q=0.9', 'cache-control': 'no-cache', 'connection': 'keep-alive', 'dnt': '1', 'host': 'attendance.covenantuniversity.edu.ng', 'pragma': 'no-cache', 'referer': 'https://cuportal.covenantuniversity.edu.ng/', 'sec-ch-ua': '"Chromium";v="128", "Not;A=Brand";v="24", "Microsoft Edge";v="128"', 'sec-ch-ua-mobile': '?0', 'sec-ch-ua-platform': '"Windows"', 'sec-fetch-dest': 'iframe', 'sec-fetch-mode': 'navigate', 'sec-fetch-site': 'same-site', 'sec-fetch-user': '?1', 'upgrade-insecure-requests': '1', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0'}
view_statement_site = SubMenuSite(app_name=app_name)
response = view_statement_site(request=request, url=url, headers=headers)
# asset_dict = {'host': 'attendance.covenantuniversity.edu.ng', 'asset_parent_dir': 'C:\\xampp\\htdocs\\Websites\\menuload\\assets\\attendance\\studentaffairsattendance'}
# asset_dict['response'] = response
# append_asset_dict('chapelfetch6', asset_dict)
response: str = edit_response_links(response=response)
return response
@app.route('/chapelfetch7', methods=['POST', 'GET'])
def chapelfetch7() -> str:
url = "https://attendance.covenantuniversity.edu.ng/studentaffairsattendance/chapelfetch.php"
app_name = "attendance"
headers: dict[str, str] = {'accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7', 'accept-encoding': 'gzip, deflate, br, zstd', 'accept-language': 'en-US,en;q=0.9', 'cache-control': 'no-cache', 'connection': 'keep-alive', 'dnt': '1', 'host': 'attendance.covenantuniversity.edu.ng', 'pragma': 'no-cache', 'referer': 'https://cuportal.covenantuniversity.edu.ng/', 'sec-ch-ua': '"Chromium";v="128", "Not;A=Brand";v="24", "Microsoft Edge";v="128"', 'sec-ch-ua-mobile': '?0', 'sec-ch-ua-platform': '"Windows"', 'sec-fetch-dest': 'iframe', 'sec-fetch-mode': 'navigate', 'sec-fetch-site': 'same-site', 'sec-fetch-user': '?1', 'upgrade-insecure-requests': '1', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0'}
view_statement_site = SubMenuSite(app_name=app_name)
response = view_statement_site(request=request, url=url, headers=headers)
# asset_dict = {'host': 'attendance.covenantuniversity.edu.ng', 'asset_parent_dir': 'C:\\xampp\\htdocs\\Websites\\menuload\\assets\\attendance\\studentaffairsattendance'}
# asset_dict['response'] = response
# append_asset_dict('chapelfetch7', asset_dict)
response: str = edit_response_links(response=response)
return response
@app.route('/chapelfetch8', methods=['POST', 'GET'])
def chapelfetch8() -> str:
url = "https://attendance.covenantuniversity.edu.ng/studentaffairsattendance/chapelfetch.php"
app_name = "attendance"
headers: dict[str, str] = {'accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7', 'accept-encoding': 'gzip, deflate, br, zstd', 'accept-language': 'en-US,en;q=0.9', 'cache-control': 'no-cache', 'connection': 'keep-alive', 'dnt': '1', 'host': 'attendance.covenantuniversity.edu.ng', 'pragma': 'no-cache', 'referer': 'https://cuportal.covenantuniversity.edu.ng/', 'sec-ch-ua': '"Chromium";v="128", "Not;A=Brand";v="24", "Microsoft Edge";v="128"', 'sec-ch-ua-mobile': '?0', 'sec-ch-ua-platform': '"Windows"', 'sec-fetch-dest': 'iframe', 'sec-fetch-mode': 'navigate', 'sec-fetch-site': 'same-site', 'sec-fetch-user': '?1', 'upgrade-insecure-requests': '1', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0'}
view_statement_site = SubMenuSite(app_name=app_name)
response = view_statement_site(request=request, url=url, headers=headers)
# asset_dict = {'host': 'attendance.covenantuniversity.edu.ng', 'asset_parent_dir': 'C:\\xampp\\htdocs\\Websites\\menuload\\assets\\attendance\\studentaffairsattendance'}
# asset_dict['response'] = response
# append_asset_dict('chapelfetch8', asset_dict)
response: str = edit_response_links(response=response)
return response
@app.route('/chapelfetch9', methods=['POST', 'GET'])
def chapelfetch9() -> str:
url = "https://attendance.covenantuniversity.edu.ng/studentaffairsattendance/chapelfetch.php"
app_name = "attendance"
headers: dict[str, str] = {'accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7', 'accept-encoding': 'gzip, deflate, br, zstd', 'accept-language': 'en-US,en;q=0.9', 'cache-control': 'no-cache', 'connection': 'keep-alive', 'dnt': '1', 'host': 'attendance.covenantuniversity.edu.ng', 'pragma': 'no-cache', 'referer': 'https://cuportal.covenantuniversity.edu.ng/', 'sec-ch-ua': '"Chromium";v="128", "Not;A=Brand";v="24", "Microsoft Edge";v="128"', 'sec-ch-ua-mobile': '?0', 'sec-ch-ua-platform': '"Windows"', 'sec-fetch-dest': 'iframe', 'sec-fetch-mode': 'navigate', 'sec-fetch-site': 'same-site', 'sec-fetch-user': '?1', 'upgrade-insecure-requests': '1', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0'}
view_statement_site = SubMenuSite(app_name=app_name)
response = view_statement_site(request=request, url=url, headers=headers)
# asset_dict = {'host': 'attendance.covenantuniversity.edu.ng', 'asset_parent_dir': 'C:\\xampp\\htdocs\\Websites\\menuload\\assets\\attendance\\studentaffairsattendance'}
# asset_dict['response'] = response
# append_asset_dict('chapelfetch9', asset_dict)
response: str = edit_response_links(response=response)
return response
@app.route('/chapelfetch10', methods=['POST', 'GET'])
def chapelfetch10() -> str:
url = "https://attendance.covenantuniversity.edu.ng/studentaffairsattendance/chapelfetch.php"
app_name = "attendance"
headers: dict[str, str] = {'accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7', 'accept-encoding': 'gzip, deflate, br, zstd', 'accept-language': 'en-US,en;q=0.9', 'cache-control': 'no-cache', 'connection': 'keep-alive', 'dnt': '1', 'host': 'attendance.covenantuniversity.edu.ng', 'pragma': 'no-cache', 'referer': 'https://cuportal.covenantuniversity.edu.ng/', 'sec-ch-ua': '"Chromium";v="128", "Not;A=Brand";v="24", "Microsoft Edge";v="128"', 'sec-ch-ua-mobile': '?0', 'sec-ch-ua-platform': '"Windows"', 'sec-fetch-dest': 'iframe', 'sec-fetch-mode': 'navigate', 'sec-fetch-site': 'same-site', 'sec-fetch-user': '?1', 'upgrade-insecure-requests': '1', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0'}
view_statement_site = SubMenuSite(app_name=app_name)
response = view_statement_site(request=request, url=url, headers=headers)
# asset_dict = {'host': 'attendance.covenantuniversity.edu.ng', 'asset_parent_dir': 'C:\\xampp\\htdocs\\Websites\\menuload\\assets\\attendance\\studentaffairsattendance'}
# asset_dict['response'] = response
# append_asset_dict('chapelfetch10', asset_dict)
response: str = edit_response_links(response=response)
return response
@app.route('/chapelfetch11', methods=['POST', 'GET'])
def chapelfetch11() -> str:
url = "https://attendance.covenantuniversity.edu.ng/studentaffairsattendance/chapelfetch.php"
app_name = "attendance"
headers: dict[str, str] = {'accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7', 'accept-encoding': 'gzip, deflate, br, zstd', 'accept-language': 'en-US,en;q=0.9', 'cache-control': 'no-cache', 'connection': 'keep-alive', 'dnt': '1', 'host': 'attendance.covenantuniversity.edu.ng', 'pragma': 'no-cache', 'referer': 'https://cuportal.covenantuniversity.edu.ng/', 'sec-ch-ua': '"Chromium";v="128", "Not;A=Brand";v="24", "Microsoft Edge";v="128"', 'sec-ch-ua-mobile': '?0', 'sec-ch-ua-platform': '"Windows"', 'sec-fetch-dest': 'iframe', 'sec-fetch-mode': 'navigate', 'sec-fetch-site': 'same-site', 'sec-fetch-user': '?1', 'upgrade-insecure-requests': '1', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0'}
view_statement_site = SubMenuSite(app_name=app_name)
response = view_statement_site(request=request, url=url, headers=headers)
# asset_dict = {'host': 'attendance.covenantuniversity.edu.ng', 'asset_parent_dir': 'C:\\xampp\\htdocs\\Websites\\menuload\\assets\\attendance\\studentaffairsattendance'}
# asset_dict['response'] = response
# append_asset_dict('chapelfetch11', asset_dict)
response: str = edit_response_links(response=response)
return response
@app.route('/chapelfetch12', methods=['POST', 'GET'])
def chapelfetch12() -> str:
url = "https://attendance.covenantuniversity.edu.ng/studentaffairsattendance/chapelfetch.php"
app_name = "attendance"
headers: dict[str, str] = {'accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7', 'accept-encoding': 'gzip, deflate, br, zstd', 'accept-language': 'en-US,en;q=0.9', 'cache-control': 'no-cache', 'connection': 'keep-alive', 'dnt': '1', 'host': 'attendance.covenantuniversity.edu.ng', 'pragma': 'no-cache', 'referer': 'https://cuportal.covenantuniversity.edu.ng/', 'sec-ch-ua': '"Chromium";v="128", "Not;A=Brand";v="24", "Microsoft Edge";v="128"', 'sec-ch-ua-mobile': '?0', 'sec-ch-ua-platform': '"Windows"', 'sec-fetch-dest': 'iframe', 'sec-fetch-mode': 'navigate', 'sec-fetch-site': 'same-site', 'sec-fetch-user': '?1', 'upgrade-insecure-requests': '1', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0'}
view_statement_site = SubMenuSite(app_name=app_name)
response = view_statement_site(request=request, url=url, headers=headers)
# asset_dict = {'host': 'attendance.covenantuniversity.edu.ng', 'asset_parent_dir': 'C:\\xampp\\htdocs\\Websites\\menuload\\assets\\attendance\\studentaffairsattendance'}
# asset_dict['response'] = response
# append_asset_dict('chapelfetch12', asset_dict)
response: str = edit_response_links(response=response)
return response
@app.route('/chapelfetch13', methods=['POST', 'GET'])
def chapelfetch13() -> str:
url = "https://attendance.covenantuniversity.edu.ng/studentaffairsattendance/chapelfetch.php"
app_name = "attendance"
headers: dict[str, str] = {'accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7', 'accept-encoding': 'gzip, deflate, br, zstd', 'accept-language': 'en-US,en;q=0.9', 'cache-control': 'no-cache', 'connection': 'keep-alive', 'dnt': '1', 'host': 'attendance.covenantuniversity.edu.ng', 'pragma': 'no-cache', 'referer': 'https://cuportal.covenantuniversity.edu.ng/', 'sec-ch-ua': '"Chromium";v="128", "Not;A=Brand";v="24", "Microsoft Edge";v="128"', 'sec-ch-ua-mobile': '?0', 'sec-ch-ua-platform': '"Windows"', 'sec-fetch-dest': 'iframe', 'sec-fetch-mode': 'navigate', 'sec-fetch-site': 'same-site', 'sec-fetch-user': '?1', 'upgrade-insecure-requests': '1', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0'}
view_statement_site = SubMenuSite(app_name=app_name)
response = view_statement_site(request=request, url=url, headers=headers)
# asset_dict = {'host': 'attendance.covenantuniversity.edu.ng', 'asset_parent_dir': 'C:\\xampp\\htdocs\\Websites\\menuload\\assets\\attendance\\studentaffairsattendance'}
# asset_dict['response'] = response
# append_asset_dict('chapelfetch13', asset_dict)
response: str = edit_response_links(response=response)
return response
@app.route('/chapelfetch14', methods=['POST', 'GET'])
def chapelfetch14() -> str:
url = "https://attendance.covenantuniversity.edu.ng/studentaffairsattendance/chapelfetch.php"
app_name = "attendance"
headers: dict[str, str] = {'accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7', 'accept-encoding': 'gzip, deflate, br, zstd', 'accept-language': 'en-US,en;q=0.9', 'cache-control': 'no-cache', 'connection': 'keep-alive', 'dnt': '1', 'host': 'attendance.covenantuniversity.edu.ng', 'pragma': 'no-cache', 'referer': 'https://cuportal.covenantuniversity.edu.ng/', 'sec-ch-ua': '"Chromium";v="128", "Not;A=Brand";v="24", "Microsoft Edge";v="128"', 'sec-ch-ua-mobile': '?0', 'sec-ch-ua-platform': '"Windows"', 'sec-fetch-dest': 'iframe', 'sec-fetch-mode': 'navigate', 'sec-fetch-site': 'same-site', 'sec-fetch-user': '?1', 'upgrade-insecure-requests': '1', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0'}
view_statement_site = SubMenuSite(app_name=app_name)
response = view_statement_site(request=request, url=url, headers=headers)
# asset_dict = {'host': 'attendance.covenantuniversity.edu.ng', 'asset_parent_dir': 'C:\\xampp\\htdocs\\Websites\\menuload\\assets\\attendance\\studentaffairsattendance'}
# asset_dict['response'] = response
# append_asset_dict('chapelfetch14', asset_dict)
response: str = edit_response_links(response=response)
return response
@app.route('/chapelfetch15', methods=['POST', 'GET'])
def chapelfetch15() -> str:
url = "https://attendance.covenantuniversity.edu.ng/studentaffairsattendance/chapelfetch.php"
app_name = "attendance"
headers: dict[str, str] = {'accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7', 'accept-encoding': 'gzip, deflate, br, zstd', 'accept-language': 'en-US,en;q=0.9', 'cache-control': 'no-cache', 'connection': 'keep-alive', 'dnt': '1', 'host': 'attendance.covenantuniversity.edu.ng', 'pragma': 'no-cache', 'referer': 'https://cuportal.covenantuniversity.edu.ng/', 'sec-ch-ua': '"Chromium";v="128", "Not;A=Brand";v="24", "Microsoft Edge";v="128"', 'sec-ch-ua-mobile': '?0', 'sec-ch-ua-platform': '"Windows"', 'sec-fetch-dest': 'iframe', 'sec-fetch-mode': 'navigate', 'sec-fetch-site': 'same-site', 'sec-fetch-user': '?1', 'upgrade-insecure-requests': '1', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0'}
view_statement_site = SubMenuSite(app_name=app_name)
response = view_statement_site(request=request, url=url, headers=headers)
# asset_dict = {'host': 'attendance.covenantuniversity.edu.ng', 'asset_parent_dir': 'C:\\xampp\\htdocs\\Websites\\menuload\\assets\\attendance\\studentaffairsattendance'}
# asset_dict['response'] = response
# append_asset_dict('chapelfetch15', asset_dict)
response: str = edit_response_links(response=response)
return response
@app.route('/chapelfetch16', methods=['POST', 'GET'])
def chapelfetch16() -> str:
url = "https://attendance.covenantuniversity.edu.ng/studentaffairsattendance/chapelfetch.php"
app_name = "attendance"
headers: dict[str, str] = {'accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7', 'accept-encoding': 'gzip, deflate, br, zstd', 'accept-language': 'en-US,en;q=0.9', 'cache-control': 'no-cache', 'connection': 'keep-alive', 'dnt': '1', 'host': 'attendance.covenantuniversity.edu.ng', 'pragma': 'no-cache', 'referer': 'https://cuportal.covenantuniversity.edu.ng/', 'sec-ch-ua': '"Chromium";v="128", "Not;A=Brand";v="24", "Microsoft Edge";v="128"', 'sec-ch-ua-mobile': '?0', 'sec-ch-ua-platform': '"Windows"', 'sec-fetch-dest': 'iframe', 'sec-fetch-mode': 'navigate', 'sec-fetch-site': 'same-site', 'sec-fetch-user': '?1', 'upgrade-insecure-requests': '1', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0'}
view_statement_site = SubMenuSite(app_name=app_name)
response = view_statement_site(request=request, url=url, headers=headers)
# asset_dict = {'host': 'attendance.covenantuniversity.edu.ng', 'asset_parent_dir': 'C:\\xampp\\htdocs\\Websites\\menuload\\assets\\attendance\\studentaffairsattendance'}
# asset_dict['response'] = response
# append_asset_dict('chapelfetch16', asset_dict)
response: str = edit_response_links(response=response)
return response
@app.route('/chapelfetch17', methods=['POST', 'GET'])
def chapelfetch17() -> str:
url = "https://attendance.covenantuniversity.edu.ng/studentaffairsattendance/chapelfetch.php"
app_name = "attendance"
headers: dict[str, str] = {'accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7', 'accept-encoding': 'gzip, deflate, br, zstd', 'accept-language': 'en-US,en;q=0.9', 'cache-control': 'no-cache', 'connection': 'keep-alive', 'dnt': '1', 'host': 'attendance.covenantuniversity.edu.ng', 'pragma': 'no-cache', 'referer': 'https://cuportal.covenantuniversity.edu.ng/', 'sec-ch-ua': '"Chromium";v="128", "Not;A=Brand";v="24", "Microsoft Edge";v="128"', 'sec-ch-ua-mobile': '?0', 'sec-ch-ua-platform': '"Windows"', 'sec-fetch-dest': 'iframe', 'sec-fetch-mode': 'navigate', 'sec-fetch-site': 'same-site', 'sec-fetch-user': '?1', 'upgrade-insecure-requests': '1', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0'}
view_statement_site = SubMenuSite(app_name=app_name)
response = view_statement_site(request=request, url=url, headers=headers)
# asset_dict = {'host': 'attendance.covenantuniversity.edu.ng', 'asset_parent_dir': 'C:\\xampp\\htdocs\\Websites\\menuload\\assets\\attendance\\studentaffairsattendance'}
# asset_dict['response'] = response
# append_asset_dict('chapelfetch17', asset_dict)
response: str = edit_response_links(response=response)
return response
@app.route('/chapelfetch18', methods=['POST', 'GET'])
def chapelfetch18() -> str:
url = "https://attendance.covenantuniversity.edu.ng/studentaffairsattendance/chapelfetch.php"
app_name = "attendance"
headers: dict[str, str] = {'accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7', 'accept-encoding': 'gzip, deflate, br, zstd', 'accept-language': 'en-US,en;q=0.9', 'cache-control': 'no-cache', 'connection': 'keep-alive', 'dnt': '1', 'host': 'attendance.covenantuniversity.edu.ng', 'pragma': 'no-cache', 'referer': 'https://cuportal.covenantuniversity.edu.ng/', 'sec-ch-ua': '"Chromium";v="128", "Not;A=Brand";v="24", "Microsoft Edge";v="128"', 'sec-ch-ua-mobile': '?0', 'sec-ch-ua-platform': '"Windows"', 'sec-fetch-dest': 'iframe', 'sec-fetch-mode': 'navigate', 'sec-fetch-site': 'same-site', 'sec-fetch-user': '?1', 'upgrade-insecure-requests': '1', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0'}
view_statement_site = SubMenuSite(app_name=app_name)
response = view_statement_site(request=request, url=url, headers=headers)
# asset_dict = {'host': 'attendance.covenantuniversity.edu.ng', 'asset_parent_dir': 'C:\\xampp\\htdocs\\Websites\\menuload\\assets\\attendance\\studentaffairsattendance'}
# asset_dict['response'] = response
# append_asset_dict('chapelfetch18', asset_dict)
response: str = edit_response_links(response=response)
return response
@app.route('/chapelfetch19', methods=['POST', 'GET'])
def chapelfetch19() -> str:
url = "https://attendance.covenantuniversity.edu.ng/studentaffairsattendance/chapelfetch.php"
app_name = "attendance"
headers: dict[str, str] = {'accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7', 'accept-encoding': 'gzip, deflate, br, zstd', 'accept-language': 'en-US,en;q=0.9', 'cache-control': 'no-cache', 'connection': 'keep-alive', 'dnt': '1', 'host': 'attendance.covenantuniversity.edu.ng', 'pragma': 'no-cache', 'referer': 'https://cuportal.covenantuniversity.edu.ng/', 'sec-ch-ua': '"Chromium";v="128", "Not;A=Brand";v="24", "Microsoft Edge";v="128"', 'sec-ch-ua-mobile': '?0', 'sec-ch-ua-platform': '"Windows"', 'sec-fetch-dest': 'iframe', 'sec-fetch-mode': 'navigate', 'sec-fetch-site': 'same-site', 'sec-fetch-user': '?1', 'upgrade-insecure-requests': '1', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0'}
view_statement_site = SubMenuSite(app_name=app_name)
response = view_statement_site(request=request, url=url, headers=headers)
# asset_dict = {'host': 'attendance.covenantuniversity.edu.ng', 'asset_parent_dir': 'C:\\xampp\\htdocs\\Websites\\menuload\\assets\\attendance\\studentaffairsattendance'}
# asset_dict['response'] = response
# append_asset_dict('chapelfetch19', asset_dict)
response: str = edit_response_links(response=response)
return response