-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclient.py
241 lines (223 loc) · 12.8 KB
/
client.py
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
from aiogram import types
from aiogram.dispatcher.storage import FSMContext
from callbacks import cb_account
from states import addAccount, selectAccount
from netschoolapi import NetSchoolAPI, errors
from utils.db import db
from functions.sgo import getAnnouncements, sendAnnouncement, ns_sessions
from utils.db.data import Account
async def accountMenu(message: types.Message, state: FSMContext):
await selectAccount.menu.set()
markup = types.ReplyKeyboardMarkup()
markup.add(types.KeyboardButton("📋 Просмотр объявлений"))
markup.row(types.KeyboardButton("⚙️ Настройки"), types.KeyboardButton("🚪 Выход"))
msg = await message.answer("🗂 Меню управления учётной записью", reply_markup=markup)
async with state.proxy() as data:
data['message'] = msg
async def accountAdd(message: types.Message):
markup = types.InlineKeyboardMarkup()
markup.row(types.InlineKeyboardButton(
'➕ Добавить учётную запись', callback_data=cb_account.new(action='add', value='')))
await message.answer(
'➕Нажмите на соответствующую кнопку чтобы добавить данные для входа в учётную запись Сетевого Города', reply_markup=markup)
async def accountsCheck(message: types.Message, state: FSMContext):
data = await db.executeall(f"SELECT * FROM accounts WHERE telegram_id = {message.from_user.id}")
if data:
await accountsList(message, state)
else:
await accountAdd(message)
async def accountsList(message: types.Message, state: FSMContext):
accounts_data = await db.executeall(f"SELECT * FROM accounts WHERE telegram_id = {message.from_user.id}")
await selectAccount.select.set()
async with state.proxy() as data:
data['usermsg'] = message
markup = types.InlineKeyboardMarkup()
register_account = None
for account in accounts_data:
if account['status'] == 'register':
register_account = account
else:
display_name = "Без названия"
if account['display_name']:
display_name = account['display_name']
elif account['nickname']:
display_name = account['nickname']
if account['school_name']:
display_name += " {}".format(account['school_name'])
elif account['class_name']:
display_name += " ({})".format(account['class_name'])
markup.add(types.InlineKeyboardButton(display_name, callback_data=cb_account.new(action='select', value=str(account['id']))))
if register_account:
text = "▶️ Нажмите на соответствующую кнопку чтобы продолжить добавление учётной записи Сетевого Города"
markup.row(types.InlineKeyboardButton(
# '➕ Добавить учётную запись', callback_data=cb_account.new(action='continue', value=account['id'])))
'▶️ Продолжить добавление', callback_data=cb_account.new(action='continue', value=register_account['id'])))
else:
text = "📃 Выберите учётную запись"
markup.row(types.InlineKeyboardButton(
'➕ Добавить учётную запись', callback_data=cb_account.new(action='add', value='')))
await message.answer(text, reply_markup=markup)
async def admin_menu(message: types.Message):
users = await db.executeall("SELECT * FROM users")
markup = types.InlineKeyboardMarkup()
for x in users:
markup.add(types.InlineKeyboardButton(
x[3] + " " + x[4] + " ("+x[2]+")", callback_data="admin_user_select~"+str(x[0])))
text = "Выберите пользователя"
if message.text != "/admin":
await message.edit_text(text, reply_markup=markup)
else:
await message.answer(text, reply_markup=markup)
async def admin_userEdit(message: types.Message, x):
user = await db.execute(f"SELECT * FROM users WHERE id = {x[0]}")
markup = types.InlineKeyboardMarkup()
if user[5]:
markup.add(types.InlineKeyboardButton(
"Забрать владение", callback_data="admin_user_update~owner~"+str(user[0])+"~0"))
else:
markup.add(types.InlineKeyboardButton(
"Сделать владельцем", callback_data="admin_user_update~owner~"+str(user[0])+"~1"))
if user[6]:
markup.add(types.InlineKeyboardButton(
"Запретить бета-доступ", callback_data="admin_user_update~beta_access~"+str(user[0])+"~0"))
else:
markup.add(types.InlineKeyboardButton(
"Выдать бета-доступ", callback_data="admin_user_update~beta_access~"+str(user[0])+"~1"))
if user[7]:
markup.add(types.InlineKeyboardButton(
"Сбросить приветствие", callback_data="admin_user_update~start~"+str(user[0])+"~0"))
else:
markup.add(types.InlineKeyboardButton(
"Убрать приветствие", callback_data="admin_user_update~start~"+str(user[0])+"~1"))
markup.add(types.InlineKeyboardButton(
"◀️ Назад", callback_data="admin_menu"))
await message.edit_text("Информация о пользователе\nИмя: "+user[3]+"\nФамилия: "+user[4]+"\nИмя пользователя: "+user[2]+"\nTelegram ID: "+str(user[1])+"\nВладелец: "+str(user[5])+"\nБета-доступ: "+str(user[6])+"\nПриветствие: "+str(user[7]), reply_markup=markup)
async def sendAnnouncements(message: types.Message, ns: NetSchoolAPI, state):
data = await state.get_data()
announcements = [x async for x in getAnnouncements(ns)]
for announcement in announcements:
await sendAnnouncement(message.chat.id, announcement)
async def schoolInfo(message: types.Message, account_id: int):
ns = ns_sessions[account_id]
data = ns._prelogin_data
school_info = await ns._client.get("schools/"+str(data['scid'])+"/card")
markup = types.InlineKeyboardMarkup()
if school_info.status_code == 200:
school = school_info.json()
markup.add(types.InlineKeyboardButton(
"🔐 Войти", callback_data=cb_account.new(action='login', value=data['scid'])))
text_schoolInfo = ""
if school["commonInfo"]["schoolName"]:
text_schoolInfo += "🏫 "+school["commonInfo"]["schoolName"]+" ("+school["commonInfo"]["status"]+")"
if school["managementInfo"]["director"]:
text_schoolInfo += "\n👤 "+school["managementInfo"]["director"]
if school["contactInfo"]["postAddress"]:
text_schoolInfo += "\n📍 "+school["contactInfo"]["postAddress"]
await message.edit_text(text_schoolInfo+"\n⁉️ Проверьте правильность данных об учреждении", reply_markup=markup)
else:
await message.edit_text("⚠ Произошла ошибка")
async def getloginState(message: types.Message, state: FSMContext):
await message.edit_text("👤 Введите имя пользователя")
async with state.proxy() as data:
data["message"] = message
await addAccount.login.set()
async def getpasswordState(message: types.Message, state: FSMContext):
data = await state.get_data()
msg = data["message"]
await msg.edit_text("🔑 Введите пароль")
await state.update_data(login=str(message.text))
await message.delete()
await addAccount.password.set()
async def scidSelect(message: types.Message, account_id: int):
ns = ns_sessions[account_id]
data = ns._prelogin_data
response = await ns._client.get("loginform?cid="+str(data['cid'])+"&sid="+str(data['sid'])+"&pid="+str(data['pid'])+"&cn="+str(data['cn'])+"&sft="+str(data['sft'])+"&LASTNAME=sft")
schools = response.json()["items"]
if len(schools) >= 2:
markup = types.InlineKeyboardMarkup()
# for x in schools[:100]:
# markup.add(types.InlineKeyboardButton("S1q2w3e4r5t6y7u8i9o0p10a11s12asd13f14g", callback_data="account:select_scid:10000"))
# # for x in schools[:10]:
# # markup.add(types.InlineKeyboardButton("S1q2w3e4r5t6y7u8i9o0p10a11s12asd13f14g15h2asd1234", callback_data="account:select_scid:1000"))
await addAccount.scid.set()
for x in schools[:68]:
markup.add(types.InlineKeyboardButton(x['name'][:38], callback_data=cb_account.new(action='select_scid', value=x['id'])))
await message.edit_text("🏫 Выберите образовательную огранизацию", reply_markup=markup)
else:
ns._prelogin_data['scid'] = schools[0]['id']
await Account.update(account_id, **ns._prelogin_data)
await schoolInfo(message, account_id)
async def sftSelect(message: types.Message, account_id: int):
ns = ns_sessions[account_id]
data = ns._prelogin_data
response = await ns._client.get("loginform?cid="+str(data['cid'])+"&sid="+str(data['sid'])+"&pid="+str(data['pid'])+"&cn="+str(data['cn'])+"&LASTNAME=cn")
funcs = response.json()["items"]
if len(funcs) >= 2:
await addAccount.sft.set()
markup = types.InlineKeyboardMarkup()
for x in funcs:
markup.add(types.InlineKeyboardButton(x['name'], callback_data=cb_account.new(action='select_sft', value=x['id'])))
await message.edit_text("🎒 Выберите тип образовательной огранизации", reply_markup=markup)
else:
ns._prelogin_data['sft'] = funcs[0]['id']
await Account.update(account_id, **ns._prelogin_data)
await scidSelect(message, account_id)
async def cnSelect(message: types.Message, account_id: int):
ns = ns_sessions[account_id]
data = ns._prelogin_data
response = await ns._client.get("loginform?cid="+str(data['cid'])+"&sid="+str(data['sid'])+"&pid="+str(data['pid'])+"&LASTNAME=pid")
cities = response.json()["items"]
if len(cities) >= 2:
await addAccount.cn.set()
markup = types.InlineKeyboardMarkup()
for x in cities:
markup.add(types.InlineKeyboardButton(x['name'], callback_data=cb_account.new(action='select_cn', value=x['id'])))
await message.edit_text("🏙 Выберите населённый пункт", reply_markup=markup)
else:
ns._prelogin_data['cn'] = cities[0]['id']
await Account.update(account_id, **ns._prelogin_data)
await sftSelect(message, account_id)
async def pidSelect(message: types.Message, account_id):
ns = ns_sessions[account_id]
data = ns._prelogin_data
response = await ns._client.get("loginform?cid="+str(data['cid'])+"&sid="+str(data['sid'])+"&LASTNAME=sid")
provinces = response.json()["items"]
if len(provinces) >= 2:
await addAccount.pid.set()
markup = types.InlineKeyboardMarkup()
for x in provinces:
markup.add(types.InlineKeyboardButton(x['name'], callback_data=cb_account.new(action='select_pid', value=x['id'])))
await message.edit_text("🌆 Выберите городской округ или муниципальный район", reply_markup=markup)
else:
ns._prelogin_data['pid'] = provinces[0]['id']
await Account.update(account_id, **ns._prelogin_data)
await cnSelect(message, account_id)
async def sidSelect(message: types.Message, account_id):
ns = ns_sessions[account_id]
data = ns._prelogin_data
response = await ns._client.get("loginform?cid="+str(data['cid'])+"&LASTNAME=cid")
states = response.json()["items"]
if len(states) >= 2:
await addAccount.sid.set()
markup = types.InlineKeyboardMarkup()
for x in states:
markup.add(types.InlineKeyboardButton(x['name'], callback_data=cb_account.new(action='select_sid', value=x['id'])))
await message.edit_text("🌇 Выберите регион", reply_markup=markup)
else:
ns._prelogin_data['sid'] = states[0]['id']
await Account.update(account_id, **ns._prelogin_data)
await pidSelect(message, account_id)
async def cidSelect(account_id: int, bemessage: types.Message):
ns = ns_sessions[account_id]
response = await ns._client.get("prepareloginform")
countries = response.json()["countries"]
if len(countries) >= 2:
await addAccount.cid.set()
markup = types.InlineKeyboardMarkup()
for x in countries:
markup.add(types.InlineKeyboardButton(x['name'], callback_data=cb_account.new(action='select_cid', value=x['id'])))
await bemessage.edit_text("🏳️ Выберите страну", reply_markup=markup)
else:
ns._prelogin_data['cid'] = countries[0]['id']
await Account.update(account_id, **ns._prelogin_data)
await sidSelect(bemessage, account_id)