Denys Morhoch
Offer Denys work on your next project.
Rating
Skills and abilities
Programming
Portfolio
-
29 USD Telegram bot for online shopping with an admin panel
Bot DevelopmentTelegram bot for an online store with the ability to view products, add and remove items from the cart, as well as place an order.
For users: complete purchase cycle (catalog, cart, order).
Admin panel: ability to delete existing products and add new ones, accept new orders, and view the history of already processed orders.
…
Developed based on the asynchronous framework aiogram 3.7 for Telegram Bot API.
Database interaction implemented using SQLite and aiosqlite libraries (asynchronous approach).
All functionality developed in compliance with asynchronous programming standards in Python.
-
34 USD Telegram bot for parsing OLX products
Data ParsingTelegram bot for monitoring OLX is an automated parser that tracks the appearance of new ads based on specified search queries and instantly sends them to the chat.
Monitoring 24/7 checking new ads every minute.
Ability to add multiple different search queries simultaneously.
… Convenient addition and removal of queries through the bot interface.
Technical part:
aiogram 3.7 - a modern asynchronous framework for fast bot operation.
Async Playwright - using browser automation to bypass website protection and correctly collect data.
aiosqlite - asynchronous work with the database for storing user queries and ad history.