Yehor Tarasov
Offer Yehor work on your next project.
Rating
Skills and abilities
Programming
Portfolio
-
180 USD Web Scraper of US court registers (Data extraction from PDF) for B2B projects
Data ParsingTask: Automate the collection of "hot" leads (business owners who have been sued) for law firms in the USA by extracting data from complex government websites and scanned documents.
Solution: An automated parser has been written that bypasses the basic protections of the court website (NYSCEF), finds the necessary cases, downloads PDF documents (complaints), and extracts the names of business owners and their addresses through text analysis.
… Result: Automated the generation of Excel/CSV tables with ready contacts for the sales department, replacing weeks of manual searching.
Technology stack: Python, Playwright (for bypassing blocks and navigation), PyMuPDF / pdfplumber (for reading PDFs), Pandas (for exporting to tables).
-
135 USD Automated service (Telegram bot) for TikTok / YouTube editing
Task: Automate the routine process of creating short video content (shorts) for social media to save hours of work for content creators and editors.
Solution: A script/bot has been created that accepts video files, automatically processes them (cutting, formatting for vertical format), and produces ready-to-publish clips.
… Result: An MVP (minimum viable product) of the service has been created, which transforms hours of manual editing into minutes of algorithm work.
Technology stack: Python, Aiogram, libraries for working with video (MoviePy/FFmpeg).
-
45 USD Telegram bot for automating local business orders (Store)
PythonTask: Reduce the burden on the business owner from manually accepting orders by phone and in messengers. Create a convenient digital catalog for customers.
Solution: Developed a turnkey Telegram bot. Implemented a user-friendly menu with product categories, a shopping cart, and an automatic notification system for the administrator about new orders.
… Result: The ordering process has been accelerated by 3 times, customer experience has improved, and order losses due to human factors have been reduced to zero.
Technology stack: Python, Aiogram, SQLite/PostgreSQL (write what you used).