@BotsChannel · Post #200 · 23.04.2016 г., 18:11
🏆BOT OF THE DAY🏆 HTTP Status Code @httpresponsebot With this Bot you can get the HTTP status code and redirects instantly for any website. #utilities
Hashtags
TGINSIGHT SIMILAR POSTS
Изворен канал @pythonotes · Post #397 · 12 ное.
Использование Pydantic сегодня стало нормой, и это правильно. Но иногда на ревью вижу, что используют его не всегда корректно. Например, метод BaseModel.model_dump() по умолчанию не преобразует стандартные типы, такие как datetime, UUID или Decimal, в простой сериализуемый для JSON вид. Тогда пишут кастмоный сериализатор для этих типов чтобы функция json.dump() не падала с ошибкой. import uuid from datetime import datetime from decimal import Decimal from uuid import UUID from pydantic import BaseModel class MyModel(BaseModel): id: UUID date: datetime value: Decimal obj = MyModel( id=uuid.uuid4(), date=datetime.now(), value='1.23' ) print(obj.model_dump()) # не подходит для json.dump # { # 'id': UUID('4f8c1bc4-25fd-40cd-9dbe-2c73639b0dc1'), # 'date': datetime.datetime(2025, 12, 12, 12, 12, 12, 111111), # 'value': Decimal('1.23') # } # добавляем свой кастомный сериализатор json.dumps(obj.model_dump(), cls=MySerializer) # { # 'id': '4f8c1bc4-25fd-40cd-9dbe-2c73639b0dc1', # 'date': '2025-12-12T12:12:12.111111', # 'value': '1.23' # } В данном случае класс MySerializer обрабатывает datetime, UUID и Decimal. Например так: class MySerializer(json.JSONEncoder): def default(self, o): if isinstance(o, Decimal): return str(o) elif isinstance(o, datetime): return o.isoformat() elif isinstance(o, UUID): return str(o) return super().default(o) Специально для тех, кто всё еще так делает - в этом нет необходимости! Pydantic может это сделать сам, просто нужно добавить параметр mode="json". json.dumps(obj.model_dump(mode="json")) # { # 'id': '4f8c1bc4-25fd-40cd-9dbe-2c73639b0dc1', # 'date': '2012-12-12T12:12:12.111111', # 'value': '1.23' # } #pydantic#libs
Пребарај: #utilities
@BotsChannel · Post #200 · 23.04.2016 г., 18:11
🏆BOT OF THE DAY🏆 HTTP Status Code @httpresponsebot With this Bot you can get the HTTP status code and redirects instantly for any website. #utilities
Hashtags
@BotsChannel · Post #198 · 22.04.2016 г., 11:07
🏆BOT OF THE DAY🏆 Stats Bot @getstatsbot Statsbot provides you and your team with analytics insights in the most natural way - just ask him, like your buddy. This data guru monitors your application’s metrics by integrating with Google Analytics. #utilities
Hashtags
@BotsChannel · Post #197 · 21.04.2016 г., 13:36
🏆BOT OF THE DAY🏆 Jack @imandabot Multi purpose bot with lot of plugins (9gag, youtube, google, github, reddit, spotify and more! #utilities
Hashtags
@BotsChannel · Post #185 · 06.04.2016 г., 15:37
🏆BOT OF THE DAY🏆 Yandex @ya First official chat bot from Yandex. @ya is able to answer questions, to search videos and music, report news, translate texts... #Utilities
Hashtags
@BotsChannel · Post #184 · 05.04.2016 г., 15:49
🏆 BOT OF THE DAY 🏆 IT Tool @it_tool_bot ⭐️⭐️⭐️⭐️⭐️ 👥(3) Useful tools for administrators and developers. Domain Checking, popular features of programming languages directly into the chat #Utilities 🚀 suggest your bot to @bots4telegram
Hashtags
@BotsChannel · Post #170 · 07.03.2016 г., 13:51
🏆BOT OF THE DAY🏆 Unit Conversion @unitconversionbot ⭐️⭐️⭐️⭐️ 👥 (1) The bot can convert from one units to another. Just type something like "100 ft to m" and the bot will convert it for you #Utilities ➡️botsfortelegram.com
Hashtags
@BotsChannel · Post #143 · 11.01.2016 г., 19:37
🏆BOT OF THE DAY🏆 My Tele cloud Media Bot @mytelecloudbot ⭐️⭐️⭐️⭐️ 👥 (57) Create your unlimited cloud!, Easily upload files to your private storage for comfortable use... #Utilities
Hashtags
@BotsChannel · Post #142 · 10.01.2016 г., 23:30
🏆BOT OF THE DAY🏆 DAVID TORRENT @davidtorrentbot ⭐️⭐️⭐️⭐️ 👥 (55) Torrent Search Bot. #Utilities
Hashtags
@BotsChannel · Post #141 · 07.01.2016 г., 15:44
🏆BOT OF THE DAY🏆 YOUTUBE DOWNLOADER @ivideobot ⭐️⭐️⭐️⭐️ 👥 (105) Send me YouTube links or video IDs, and I will provide you with a list of all possible downloads. #Utilities
Hashtags
@BotsChannel · Post #138 · 04.01.2016 г., 12:08
🏆QR CODE UTILITIES🏆 QR Reader(scans QR-Code and sends the results) @qrcrbot Qr Creator(Creates a Qr code using the input text) @QrBot #Utilities
Hashtags
@BotsChannel · Post #123 · 17.12.2015 г., 18:30
🏆 BOT OF THE DAY 🏆 Steam Status @steamstatus_bot ⭐️⭐️⭐️⭐️ 👥(6) A Telegram bot that informs you when Steam or any Game Coordinator is down. #Utilities
Hashtags
@BotsChannel · Post #82 · 18.11.2015 г., 17:54
🏆 BOT OF THE DAY 🏆 @androidtricks_bot ⭐️⭐️⭐️⭐️⭐️ 👥(1) Tricks about android! #Utilities
Hashtags