Vitalii Z.
Offer Vitalii work on your next project.
Rating
Language proficiency level
Skills and abilities
Programming
Services
Portfolio
-
451 USD RealtyBot — Telegram bot for real estate monitoring
Bot DevelopmentDeveloped a Telegram bot for automatic monitoring of real estate listings in Uzhhorod for internal use by a real estate company.
What has been implemented:
— OLX, DIM.RIA, FLAGMA parser with background execution every 1–10 minutes and User-Agent rotation
— Filtering system: filtering out agency listings by keywords, filters by price, area, rooms, districts
… — Anti-duplication within the source and OLX
— Listing card with photos, parameters, action buttons in a group chat
— Personal realtor bot: my properties, notes, reminders, personal statistics
— Admin panel: managing the parser, filters, team, and statistics — all through the bot without server access
— Exporting statistics to Excel/CSV
— PostgreSQL + Redis database, designed for future CRM integration
Stack: Python, aiogram 3.x, PostgreSQL, Redis, Playwright, APScheduler, VPS Ubuntu
#telegram #bot #parsing #python #realestate #automation #parser #aiogram
-
KvartSniper — Telegram bot for monitoring apartment rentals
Bot DevelopmentDevelopment of a Telegram bot for automatic searching and monitoring of apartment rental listings in Ukraine.
#telegram #bot #python #parsing #aiogram
… Main functionality:
— Real-time parsing of OLX and DOM.RIA
— Support for 25 cities in Ukraine (all regional centers)
— Filters: city, number of rooms, price range
— Parallel collection of database (~1000+ listings per city)
— Monitoring of new listings every 30 seconds
— Instant notifications as soon as a new apartment appears
— Anti-spam — each listing is sent only once
Technical stack: Python 3.12, aiogram 3, PostgreSQL, SQLAlchemy async, asyncpg