Funpayparsers
Set of parsers designed to convert raw HTML content received from FunPay into clean, structured dataclasses.
Install / Use
/learn @funpayhub/FunpayparsersREADME
⚡ Скорость
FunPay Parser использует Selectolax на Lexbor, что делает скорость парсинга крайне высокой. Например, парсинг 4000 лотов занимает всего ~0.2 секунды!
✅ Удобство
Парсеры преобразуют HTML в удобные и структурированные датаклассы.
📊 Покрытие
С помощью FunPay Parser можно спарсить 99% всех сущностей FunPay. Начиная с бейджиков и заканчивая целыми страницами.
🛠️ Надёжность
Для большинства парсеров написано по несколько тест-кейсов, основанных на реальном HTML FunPay.
🧪 Поддержка MyPy
FunPay Parsers полностью поддерживает Mypy и обеспечивает строгую статическую типизацию для повышения надёжности кода.
Установка
pip install funpayparsers
Пример использования
from funpayparsers.parsers.page_parsers import MainPageParser
import requests
html = requests.get('https://funpay.com').content.decode()
main_page = MainPageParser(html).parse()
for i in main_page.categories:
print(f'{i.full_name} (ID: {i.id})')
Abyss of Dungeons (ID: 754)
Acrobat (ID: 655)
Adobe (ID: 652)
AFK Arena (ID: 250)
AFK Journey (ID: 503)
After Effects (ID: 654)
Age of Empires Mobile (ID: 628)
Age of Mythology: Retold (ID: 534)
Age of Wonders 4 (ID: 344)
...
🗨️ Telegram чат
Если у вас возникли какие-либо вопросы, вы можете задать их в нашем Telegram чате
⭐ Понравился проект?
Если вы нашли использование funpayparsers удобным, будем рады, если вы поставите звезду 😀
Related Skills
clearshot
Structured screenshot analysis for UI implementation and critique. Analyzes every UI screenshot with a 5×5 spatial grid, full element inventory, and design system extraction — facts and taste together, every time. Escalates to full implementation blueprint when building. Trigger on any digital interface image file (png, jpg, gif, webp — websites, apps, dashboards, mockups, wireframes) or commands like 'analyse this screenshot,' 'rebuild this,' 'match this design,' 'clone this.' Skip for non-UI images (photos, memes, charts) unless the user explicitly wants to build a UI from them. Does NOT trigger on HTML source code, CSS, SVGs, or any code pasted as text.
openpencil
2.1kThe world's first open-source AI-native vector design tool and the first to feature concurrent Agent Teams. Design-as-Code. Turn prompts into UI directly on the live canvas. A modern alternative to Pencil.
openpencil
2.1kThe world's first open-source AI-native vector design tool and the first to feature concurrent Agent Teams. Design-as-Code. Turn prompts into UI directly on the live canvas. A modern alternative to Pencil.
HappyColorBlend
HappyColorBlendVibe Project Guidelines Project Overview HappyColorBlendVibe is a Figma plugin for color palette generation with advanced tint/shade blending capabilities. It allows designers to
