yeref 0.25.14__py3-none-any.whl → 0.25.16__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
yeref/yeref.py CHANGED
@@ -180,7 +180,7 @@ post_instruction_ru = 'https://telegra.ph/FereyPostBot-11-15'
180
180
  media_instruction_ru = 'https://telegra.ph/FereyMediaBot-11-15'
181
181
  find_instruction_ru = 'https://telegra.ph/FereyFindBot-11-15'
182
182
  ai_instruction_ru = 'https://telegra.ph/FereyAIBot-11-15'
183
- codex_instruction_ru = 'https://telegra.ph/FereyCodexBot-01-30'
183
+ codex_instruction_ru = 'https://telegra.ph/Kodeks-04-12'
184
184
  tonest_instruction_ru = 'https://telegra.ph/FereyTONestBot-05-20'
185
185
 
186
186
  bot_instruction_en = 'https://telegra.ph/FereyBotBot-11-13'
@@ -193,11 +193,27 @@ post_instruction_en = 'https://telegra.ph/FereyPostBot-11-15'
193
193
  media_instruction_en = 'https://telegra.ph/FereyMediaBot-11-15'
194
194
  find_instruction_en = 'https://telegra.ph/FereyFindBot-11-15'
195
195
  ai_instruction_en = 'https://telegra.ph/FereyAIBot-11-15'
196
- codex_instruction_en = 'https://telegra.ph/FereyCodexBot-01-30'
196
+ codex_instruction_en = 'https://telegra.ph/Codex-04-12-6'
197
197
  tonest_instruction_en = 'https://telegra.ph/FereyTONestBot-05-20'
198
198
 
199
- codex_instruction_ru = 'https://telegra.ph/Kodeks-04-12'
200
- codex_instruction_en = 'https://telegra.ph/Codex-04-12-6'
199
+ bot_app_jpg = 'https://ddejfvww7sqtk.cloudfront.net/user-media/09-06-2025/75565/1425201.jpg'
200
+ channel_app_jpg = 'https://ddejfvww7sqtk.cloudfront.net/user-media/09-06-2025/75565/1425202.jpg'
201
+ group_app_jpg = 'https://ddejfvww7sqtk.cloudfront.net/user-media/09-06-2025/75565/1425203.jpg'
202
+ user_app_jpg = 'https://ddejfvww7sqtk.cloudfront.net/user-media/09-06-2025/75565/1425204.jpg'
203
+ ai_app_jpg = 'https://ddejfvww7sqtk.cloudfront.net/user-media/09-06-2025/75565/1425205.jpg'
204
+ tools_app_jpg = 'https://ddejfvww7sqtk.cloudfront.net/user-media/09-06-2025/75565/1425206.jpg'
205
+ find_app_jpg = 'https://ddejfvww7sqtk.cloudfront.net/user-media/09-06-2025/75565/1425208.jpg'
206
+ sticker_app_jpg = 'https://ddejfvww7sqtk.cloudfront.net/user-media/09-06-2025/75565/1425209.jpg'
207
+ media_app_jpg = 'https://ddejfvww7sqtk.cloudfront.net/user-media/09-06-2025/75565/1425210.jpg'
208
+ post_app_jpg = 'https://ddejfvww7sqtk.cloudfront.net/user-media/09-06-2025/75565/1425211.jpg'
209
+ tonest_app_jpg = 'https://ddejfvww7sqtk.cloudfront.net/user-media/09-06-2025/75565/1425212.jpg'
210
+ demo_app_jpg = 'https://ddejfvww7sqtk.cloudfront.net/user-media/09-06-2025/75565/1425213.jpg'
211
+ demo_codex_jpg = 'https://ddejfvww7sqtk.cloudfront.net/user-media/09-06-2025/75565/1425217.jpg'
212
+
213
+ demo_other1_jpg = 'https://ddejfvww7sqtk.cloudfront.net/user-media/09-06-2025/75565/1425218.jpg'
214
+ demo_other2_jpg = 'https://ddejfvww7sqtk.cloudfront.net/user-media/09-06-2025/75565/1425219.jpg'
215
+ demo_other3_jpg = 'https://ddejfvww7sqtk.cloudfront.net/user-media/09-06-2025/75565/1425220.jpg'
216
+
201
217
  # endregion
202
218
 
203
219
 
@@ -4205,41 +4221,42 @@ async def bots_by_inline(chat_id, message, BASE_D):
4205
4221
  lz = await lz_code_pg(chat_id, message.from_user.language_code, BASE_D)
4206
4222
 
4207
4223
  data = [['👩🏽‍💻 @FereyDemoBot', l_inline_demo[lz],
4208
- "<a href='https://t.me/FereyDemoBot?start=inline'>@FereyDemoBot</a>"],
4224
+ "<a href='https://t.me/FereyDemoBot?start=inline'>@FereyDemoBot</a>", demo_app_jpg],
4209
4225
  ['👩🏽‍💻 @FereyBotBot', l_inline_bot[lz],
4210
- "<a href='https://t.me/FereyBotBot?start=inline'>@FereyBotBot</a>"],
4226
+ "<a href='https://t.me/FereyBotBot?start=inline'>@FereyBotBot</a>", bot_app_jpg],
4211
4227
  ['👩🏽‍💻 @FereyPostBot', l_inline_post[lz],
4212
- "<a href='https://t.me/FereyPostBot?start=inline'>@FereyPostBot</a>"],
4228
+ "<a href='https://t.me/FereyPostBot?start=inline'>@FereyPostBot</a>", post_app_jpg],
4213
4229
  ['👩🏽‍💻 @FereyMediaBot', l_inline_media[lz],
4214
- "<a href='https://t.me/FereyMediaBot?start=inline'>@FereyMediaBot</a>"],
4230
+ "<a href='https://t.me/FereyMediaBot?start=inline'>@FereyMediaBot</a>", media_app_jpg],
4215
4231
  ['👩🏽‍💻 @FereyChannelBot', l_inline_channel[lz],
4216
- "<a href='https://t.me/FereyChannelBot?start=inline'>@FereyChannelBot</a>"],
4232
+ "<a href='https://t.me/FereyChannelBot?start=inline'>@FereyChannelBot</a>", channel_app_jpg],
4217
4233
  ['👩🏽‍💻 @FereyGroupBot', l_inline_group[lz],
4218
- "<a href='https://t.me/FereyGroupBot?start=inline'>@FereyGroupBot</a>"],
4234
+ "<a href='https://t.me/FereyGroupBot?start=inline'>@FereyGroupBot</a>", bot_group_app_jpg],
4219
4235
  ['👩🏽‍💻 @FereyFindBot', l_inline_find[lz],
4220
- "<a href='https://t.me/FereyFindBot?start=inline'>@FereyFindBot</a>"],
4221
- ['👩🏽‍💻 @FereyAIBot', l_inline_ai[lz], "<a href='https://t.me/FereyAIBot?start=inline'>@FereyAIBot</a>"],
4236
+ "<a href='https://t.me/FereyFindBot?start=inline'>@FereyFindBot</a>", find_app_jpg],
4237
+ ['👩🏽‍💻 @FereyToolsBot', l_inline_tools[lz],
4238
+ "<a href='https://t.me/FereyToolsBot?start=inline'>@FereyToolsBot</a>", tools_app_jpg],
4222
4239
  ['👩🏽‍💻 @FereyStickerBot', l_inline_sticker[lz],
4223
- "<a href='https://t.me/FereyStickerBot?start=inline'>@FereyStickerBot</a>"],
4224
- # ['👩🏽‍💻 @FereyTargetBot', l_inline_target[lz],
4225
- # "<a href='https://t.me/FereyTargetBot?start=inline'>@FereyTargetBot</a>"],
4240
+ "<a href='https://t.me/FereyStickerBot?start=inline'>@FereyStickerBot</a>", sticker_app_jpg],
4241
+ ['👩🏽‍💻 @FereyAIBot', l_inline_ai[lz], "<a href='https://t.me/FereyAIBot?start=inline'>@FereyAIBot</a>",
4242
+ ai_app_jpg],
4226
4243
  ['👩🏽‍💻 @FereyUserBot', l_inline_user[lz],
4227
- "<a href='https://t.me/FereyUserBot?start=inline'>@FereyUserBot</a>"],
4228
- ['👩🏽‍💻 @FereyToolsBot', l_inline_tools[lz],
4229
- "<a href='https://t.me/FereyToolsBot?start=inline'>@FereyToolsBot</a>"],
4230
- # ['👩🏽‍💻 @FereyWorkBot', l_inline_work[lz],
4231
- # "<a href='https://t.me/FereyWorkBot?start=inline'>@FereyWorkBot</a>"],
4244
+ "<a href='https://t.me/FereyUserBot?start=inline'>@FereyUserBot</a>", user_app_jpg],
4232
4245
  ['👩🏽‍💻 @FereyTONestBot', l_inline_tonest[lz],
4233
- "<a href='https://t.me/FereyTONestBot?start=inline'>@FereyTONestBot</a>"],
4234
- ['👩🏽‍💻 @FereySupportBot', l_inline_support[lz],
4235
- "<a href='https://t.me/FereySupportBot?start=inline'>@FereySupportBot</a>"], ]
4246
+ "<a href='https://t.me/FereyTONestBot?start=inline'>@FereyTONestBot</a>", tonest_app_jpg],
4247
+ ['👩🏽‍💻 @FereyCodexBot', l_inline_tonest[lz],
4248
+ "<a href='https://t.me/FereyCodexBot?start=inline'>@FereyCodexBot</a>", codex_app_jpg],
4249
+ ]
4236
4250
 
4237
4251
  for i in range(0, len(data)):
4238
- title, desc, text = data[i]
4239
-
4240
- input_message_content = types.InputTextMessageContent(message_text=text, disable_web_page_preview=False)
4241
- result.append(
4242
- types.InlineQueryResultArticle(id=str(uuid4()), title=title, description=desc, thumb_url=bot_logo_jpeg,
4252
+ title, desc, text, logo_jpg = data[i]
4253
+
4254
+ input_message_content = types.InputTextMessageContent(message_text=text,
4255
+ disable_web_page_preview=False)
4256
+ result.append(types.InlineQueryResultArticle(id=str(uuid4()),
4257
+ title=title,
4258
+ description=desc,
4259
+ thumb_url=logo_jpg,
4243
4260
  input_message_content=input_message_content))
4244
4261
  except Exception as e:
4245
4262
  logger.info(log_ % str(e))
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: yeref
3
- Version: 0.25.14
3
+ Version: 0.25.16
4
4
  Summary: desc-f
5
5
  Author: john smith
6
6
  Dynamic: author
@@ -0,0 +1,8 @@
1
+ yeref/__init__.py,sha256=Qpv3o6Xa78VdLcsSRmctGtpnYE9btpAkCekgGhgJyXM,49
2
+ yeref/l_.py,sha256=N3yPzNW63KJY1CzaKok9Xa1wjLIL_a0X_CWEoCftqPg,1174453
3
+ yeref/tonweb.js,sha256=Jf6aFOQ1OIY4q7fINYz-m5LsI3seMus124M5SYYZmtE,443659
4
+ yeref/yeref.py,sha256=NQVXIFPS6xelNTvxnrdmFjXHORaWrm95di5piCup-io,1059516
5
+ yeref-0.25.16.dist-info/METADATA,sha256=hDqm9PuTfX5VSReOkftWywABD8QvLS6ehqQDG_vqEMY,119
6
+ yeref-0.25.16.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
7
+ yeref-0.25.16.dist-info/top_level.txt,sha256=yCQKchWHbfV-3OuQPYRdi2loypD-nmbDJbtt3OuKKkY,6
8
+ yeref-0.25.16.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- yeref/__init__.py,sha256=Qpv3o6Xa78VdLcsSRmctGtpnYE9btpAkCekgGhgJyXM,49
2
- yeref/l_.py,sha256=N3yPzNW63KJY1CzaKok9Xa1wjLIL_a0X_CWEoCftqPg,1174453
3
- yeref/tonweb.js,sha256=Jf6aFOQ1OIY4q7fINYz-m5LsI3seMus124M5SYYZmtE,443659
4
- yeref/yeref.py,sha256=i9I5ee5ZEVdrdSv-w3NbeIcEyH_tmeyKK3ZA8mFWxUc,1058033
5
- yeref-0.25.14.dist-info/METADATA,sha256=srH7tT0uwrCrH0hjwhvF8nt1kD1orxWAODD2NVS9NqM,119
6
- yeref-0.25.14.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
7
- yeref-0.25.14.dist-info/top_level.txt,sha256=yCQKchWHbfV-3OuQPYRdi2loypD-nmbDJbtt3OuKKkY,6
8
- yeref-0.25.14.dist-info/RECORD,,