TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #121 · 20 јул.

Регулярно требуется преобразовать какой-либо текст в максимально совместимый текст для URL, имени файла, имени объекта в каком-то софте и тд. Требования совместимости простые: в тексте должны быть только допустимые символы. Обычно это a-z, 0-9 и "_" или "-". То есть, только прописные буквы латинского алфавита и цифры (как пример). Допустим, нам нужно название статьи в блоге преобразовать в slug для добавления его в URL этой статьи. Как это лучше всего сделать? В Django по умолчанию есть готовая функция slugify для таких случаев. Но я её никогда не использую. Почему? Потому что её недостаточно! Приведём пример >>> from django.utils.text import slugify >>> slugify('This is a Title') 'this-is-a-title' Пока всё отлично >>> slugify('This is a "Title!"') 'this-is-a-title' Спец символы удалились, всё хорошо. >>> slugify('Это заголовок статьи') '' Вот и приехали 😢. Если текст не английский то буквы просто игнорируются. Можно это поправить >>> slugify('Это заголовок статьи', allow_unicode=True) 'это-заголовок-статьи' Но тогда мы не вписываемся в условие. У нас появилась кириллица в тексте. Так как я часто пишу сайты для русскоязычных пользователей эта проблема весьма актуальна. Я не использую стандартную функцию и всегда пишу свою. Оригинал я не беру в расчёт и пишу полностью свою функцию. И так, по порядку: 🔸1. Исходный текст: >>> text = 'Мой заголовок №10 😁!' Взял специально посложней со специальными символами. 🔸2. Транслит Необходимо сделать транслит всех символов в латиницу. Здесь очень выручает библиотека unidecode. Помимо простого транслита кириллицы в латиницу она умеет преобразовывать спец символы и иероглифы в текстовые аналоги. from unidecode import unidecode >>> unidecode("Ñ Σ ® µ ¶ ¼ 月 山") 'N S (r) u P 1/4 Yue Shan' Очень крутая библиотека, советую👍 В нашем случае получаем такое преобразование: >>> text = unidecode(text) >>> print(text) 'Moi zagolovok No. 10 !' Отличный транслит. Смайл просто удалился, хотя я ждал что-то вроде :). Ну и ладно, всë равно невалидные символы. А еще наш код уже поддерживает любой язык, будь то хинди или корейский. 🔸4. Фильтр символов Unidecode не занимается фильтрацией по недопустимым символам. Это мы делаем в следующем шаге через regex. Просто заменим все символы на "_" если они вне указанного диапазона. >>> text = re.sub(r'[^a-zA-Z0-9]+', '_', text) >>> print(text) 'Moi_zagolovok_No_10_' Символ "+" в паттерне выручает когда несколько недопустимых символов идут рядом. Все они заменяются на один символ "_". 🔸5. Slugify Осталось удалить лишние символы по краям и сделать нижний регистр >>> text = text.strip('_').lower() >>> print(text) 'moi_zagolovok_no_10' Получаем отличный slug! 😎 🌎 Полный код в виде функции. ______________ PS. Проверку что в строке остался хоть один допустимый символ я бы вынес в отдельную функцию. #libs#tricks#django

Резултати

Пронајдени 4 слични објави

Пребарај: #xrock

当前筛选 #xrock清除筛选
TONlines – News

@tonlines · Post #7161 · 11.05.2025 г., 12:06

xRocket News: Stake $XROCK for Telegram Gifts #Telegram#XROCK xRocket News invites participants to stake $XROCK on swap.coffee with a 22% APR to enter a Telegram gifts lottery. New positions between May 11 and May 14 will grant tickets, with winners announced by May 16. Over 900 USDT worth of gifts are available. Source: link @tonlines

TONlines – News

@tonlines · Post #7163 · 11.05.2025 г., 17:24

⚡️Swap.coffee: Instant Rewards and Staking Opportunities #swap#staking#XROCK Swap.coffee offers a unique and efficient staking experience, allowing users to claim their rewards instantly. Currently, a prize giveaway is available for staking $XROCK with friends from @XRocket. Tokens available for staking include CES, XROCK, JETTON, and DFC. Source: link @tonlines

🚀xRocket SocialFi Tools: Cheques — the most powerful tool to reach your target audience GMGM! Have you ever heard about xRocket checques? Of course you have. Cheques are the perfect tool for sending cryptocurrency and growing communities on Telegram ❤️ Every token added to xRocket automatically becomes part of our SocialFi ecosystem, allowing users to create cheques, 🔥 fires, and subscriptions with that token. Today’s post is dedicated to the most popular tool —cheques. 🧾What are cheques? Cheques are a convenient tool for sending cryptocurrency to any Telegram user. They can also be used to distribute tokens in channels and chats to attract new subscribers and increase engagement. ⚙️How does it work? You can create a cheque directly in the xRocket bot by specifying the amount and currency. To send it to multiple users, create a multi-cheque by setting the amount and the number of activations. When creating a cheque, you can also add a referral bonus and rewards for each activation via the link for those who share your cheque. 🔎How to increase cheque reach? There are two built-in mechanisms to help distribute your check: the Cheque Board and the xRocket Drops channel. To have your cheque featured on the Cheque Board, it must meet the following requirements: - Only cheques created in thexRocket bot can be listed; - The cheque must not have a password; - Subscriptions must be public and accessible to users; - The cheque cannot be intended for new xRocket users; - The cheque should have more than 100 activations. 👮‍♂️Important: if you add a password or change the subscription after listing the cheque, it will be removed. Cheques worth 100 USD or more in any supported currency are automatically posted in the xRocket Drops channel. 🚀Create your xRocket cheque #TON#XROCK#community#airdrop#Web3

🚀 Solana on xRocket! GMGM! We are thrilled to announce that the integration of a new blockchain into @xRocket is complete – welcome Solana to your favorite Telegram bot! Solana, known for its vibrant community and activity on X (formerly Twitter), is now seamlessly connected to the platform. This integration enables Solana users to enjoy all the benefits of the Telegram web exchange that we've been relishing for so long. With the addition of Solana, the native token $SOLis now available on xRocket for deposits, storage, and withdrawals. Plus, it's fully supported across all our SocialFi tools: launch fires, distribute checks, and use $SOL for subscriptions. Integrating Solana isn't just about expanding xRocket's capabilities – it's a pivotal step in advancing the entire Telegram ecosystem. The opportunities for collaboration between projects on Solana and Telegram are endless. The xRocket team remains committed to its mission of developing the most user-friendly and versatile CEX & SocialFi application on Telegram. #CEX#SocialFi#bot#Telegram#TON#XROCK#SOL#xRocket 🚀Stay tuned for more exciting updates! Bot | WebExchange | p2p | Channel