Danilo Kanivets
Rating
Skills and abilities
Programming
Services
Translation
Portfolio
-
45 USD Telegram Mini App for calculating work
Project Description:
Developed a Telegram Mini App that serves as an online calculator for the cost of student works — coursework, theses, essays, translations, internship reports, and other academic tasks. The user can quickly calculate the estimated price by selecting the type of work, deadline, volume, and subject area, after which the system automatically sends a request to the administrators in the Telegram group for further processing.
… The mini-app is created with a focus on convenience, speed, and automation of the order acceptance process. The interface is implemented in the style of a Telegram Mini App with smooth transitions, data validation, and a friendly UX that resembles a web form but is inside Telegram.
Functionality:
Convenient Telegram Mini App with responsive design and input fields.
Dynamic cost calculator (type of work, subject, deadline, number of pages, etc.).
Automatic generation of requests with user details (name, type of work, calculated cost, comment).
Notifications to administrators in the Telegram group or channel with details of each new order.
Feedback option — the administrator can quickly respond to the client directly from the group.
Saving the history of requests in the database (with date, status, and contacts).
Admin panel (inline buttons or a separate bot interface) for managing requests, changing status, marking "in progress," etc.
Optionally — analytics: number of requests per day/week, average cost, popular directions.
-
22 USD Product parser for import to Prom
Data ParsingProject Description:
I developed a scalable parser for product pages that collects data about products from various e-commerce websites and prepares it in a format suitable for import to the Prom marketplace (or other platforms).
The parser automatically extracts the product name, description, specifications, category, prices, stock levels, article number (SKU), barcode (GTIN/EAN), variants (sizes/colors), as well as links to media files — and generates valid exports (CSV/Excel/XML + archive with images) for quick upload to Prom.
… The system is designed for mass runs: support for multiple sources, reliability during long-term collections, mechanisms to bypass anti-bot protection, and convenient tools for mapping fields to the marketplace requirements.
Functionality:
Automatic collection of products by categories, search queries, and lists of URLs.
Collection of a complete set of fields: name, description, brand, category, specifications (attributes), prices (retail/wholesale), availability/stock, article number (SKU), GTIN/EAN, links to images and galleries.
Collection of product variants (sizes, colors) and formation of separate items or combinations for import.
Uploading and caching images; creating a ZIP archive with prepared images.
Mapping fields to the Prom import format (CSV/XML) with customizable templates and transformation rules.
Validation of the export feed: checking mandatory fields, correctness of prices and availability, error reports.
Proxy rotation, changing User-Agent, timings, and semaphores to minimize the risk of blocks.
Processing dynamic pages through Playwright/Selenium for websites with JS rendering.
Deduplication by article number/URL and incremental updates to avoid product duplication.
Scheduler/queue for regular updates of prices and stock levels (cron / Celery).
Logs, metrics, and detailed reports on the run (number of processed products, errors, omissions).
-
56 USD Autoria Parser
Data ParsingProject description:
Developed a scalable parser for ads from Auto.ria (automotive marketplace) to collect detailed data about cars: make/model, year, mileage, price, configuration, photo links, seller contact information, and other metadata. The parser is designed considering the real limitations of the platforms: it uses proxy rotation, User-Agent switching, parallelism control, and protection against anti-bot mechanisms — all of this allows for stable collection of large volumes of data with minimal risk of blocks.
Functionality:
…
Mass collection of ads (by categories, filters, price ranges, regions).
Collection of a complete set of fields: title, description, specifications, price, location, photos/gallery, contact information, publication date.
Support for pagination, dynamic loading, and AJAX parts of pages.
Proxy rotation (residential/datacenter), balancing by IP and geography.
Dynamic changing of User-Agent and other HTTP headers.
Semaphores and throttling — control of parallelism to avoid overloading the platform.
Captcha handling (integration with solving services if necessary) and respectful backoff strategies in case of errors.
Deduplication of records (by unique ID or URL), incremental updates, and (optionally) tracking changes in ads.
Saving in convenient formats: PostgreSQL/SQLite, CSV, Excel; export for analytics.
Logging, metrics, and monitoring (number of collected ads, errors, health-check).
-
33 USD Telegram bot for uploading videos and photos
Bot DevelopmentProject description:
Developed a Telegram bot for downloading photos and videos from popular platforms — TikTok, Instagram, and Pinterest. The bot allows the user to simply paste a link, after which it automatically processes the request, downloads content without watermarks, and sends the file in a convenient format directly to the chat.
… The system works completely autonomously: it recognizes the source of the link, calls the appropriate API or parser, processes the media files, and quickly returns the result to the user.
Functionality:
Downloading videos and photos from TikTok, Instagram, Pinterest via link.
Automatic platform detection (TikTok / Instagram / Pinterest).
Support for various content formats: Reels, Stories, Posts, Pins.
Downloading without watermarks (where possible).
High processing speed — content is returned within a few seconds.
Local caching of files for query optimization.
Error handling (incorrect or unavailable links).
Logging of user requests and usage statistics.
-
22 USD Instagram profile parser
Data ParsingProject description:
Developed a high-performance Instagram profile parser that collected over 15,000 profiles for analytics and business tasks.
The parser automatically went through a list of users, extracted public information — name, profile description (bio), number of followers/following, links to external resources (website, contacts), list of public posts, and metadata — and saved the results in a convenient format for further processing (CSV/SQLite/Excel).
… The project was conceived with the realities of large-scale data collection in mind: processing large queues, resilience to temporary blocks, careful handling of timings, and respect for platform limitations.
Functionality:
Mass data collection from Instagram profiles (over 15,000 profiles).
Extraction: name, username, biography, number of followers/following, number of posts, profile links, contact information (if available).
Support for both public and partially private profiles (within allowed limits).
User-Agent and proxy rotation to reduce the risk of blocks.
Asynchronous task processing with semaphores — control of parallelism for stability.
Retry attempts and detailed error logging (timeout, captchas, 429).
Saving results in CSV/SQLite/Excel, deduplication, and data validation.
Ability to filter and preprocess (for example, selecting accounts by the number of followers or bio language).
-
45 USD Telegram bot for signing up for a game of Mafia and for sending notifications
Bot DevelopmentProject description:
Telegram bot for automating player registration for offline Mafia games.
The bot allows users to register for the nearest game, choose a date and time, receive reminders, or postpone registration ("remind me later").
Every Monday, the bot automatically updates the list of participants — removes old registrations, sends notifications about the new game, and allows users to register again.
…
The bot also supports mass messaging, reminders about upcoming games, and has a simple interface in Telegram.
The solution is suitable for any offline events, not just Mafia — the bot easily adapts to other event formats.
Functionality:
User registration for the game via Telegram
Game reminders or postponed notifications (“remind me later”)
Automatic cleaning of the participant list every Monday
Mass messaging to participants
Flexible admin panel for viewing registrations
Technologies used:
Python — main development language
Aiogram — asynchronous Telegram Bot Framework
SQLite / PostgreSQL — storing user data and registrations
Asyncio — scheduling weekly tasks (cleaning and messaging)
Logging — maintaining logs of events and errors
-
33 USD Telegram bot with integrated API
Bot DevelopmentProject description:
A Telegram bot that shows the current weather in your city.
The user can send their geolocation or simply enter the name of the city, after which the bot retrieves data from the OpenWeatherMap API and displays the temperature, weather description, humidity, wind, and time zone.
The bot is implemented with error handling (for example, if the city is not found) and has a user-friendly interaction through buttons.
…
The system operates stably, supporting both manual input and automatic detection of the user's location.
Technologies used:
Python — main development language
Aiogram — asynchronous framework for Telegram Bot API
OpenWeatherMap API — obtaining weather data
Requests / aiohttp — working with API
JSON — processing server response
Logging — maintaining logs of errors and requests
-
67 USD Telegram bot for receiving applications and checking subscriptions
Bot DevelopmentProject description:
A Telegram bot created for conducting contests and collecting applications from participants.
It automatically checks whether the user is subscribed to the necessary accounts on Instagram and TikTok, accepts the application (full name, social media links, contact number), and forwards it to the administrator.
An administrative panel has also been implemented for viewing, moderating, and exporting applications to a spreadsheet.
…
The bot is built using modern technologies Python and Telegram API.
The system operates stably in a production environment, with support for authorization, checks, and event logging.
Technologies used:
Python — the main development language
Aiogram — asynchronous framework for Telegram Bot API
Flask — implementation of a mini-site and admin panel
SQLite / CSV — storage of user applications
Requests — checking subscriptions on social media
HTML / CSS (Tailwind) — design of the admin panel
Gunicorn + Nginx — deployment and operation on the server
Reviews and compliments on completed projects 52 1
13 June
33 USD
Write a Python script for TikTok
Thank you for the work, everything is fineThank you for the work, everything is fineThank you for the work, everything is fineThank you for the work, everything is fineThank you for the work, everything is fineThank you for the work, everything is fine
The project was completed successfully, very satisfied with the collaboration. We recommend the specialist for further cooperation.
20 May
56 USD
Telegram bot for binary options trading
Very well done work, everything is done to a high standard. I recommend it to everyone!
![]()
15 May
134 USD
Price Monitoring Bot 2
we will finish the small details, but it's okay
6 April
89 USD
Setting up chatbots on Sendpulse
Satisfied with the work and responsiveness of the specialist, good service and communication.
30 March
89 USD
Telegram bot for tracking the performance of leaflet distributors
Everything is done clearly and quickly, I recommend it to everyone.
![]()
29 March
250 USD
Task: development of an AI agent for Instagram Direct (selling iPhones in installments)
Excellent performer. Always in touch. Quickly adds all corrections. Well-deserved 10 out of 10. I recommend!
![]()
18 March
22 USD
Parsing pages by queries from Google
Thank you, everything is done, I recommend.
Excellent performer. I recommend for collaboration.
18 March
33 USD
Collection of phone numbers
I recommend, everything is prompt.
13 March
111 USD
Create a VSL funnel (4 lessons) in SendPulse
Thank you for the work! Quick response, edits are made promptly, quality execution, and pleasant communication. I recommend for collaboration.
9 March
22 USD
Automation of actions on the website, ZennoPoster
The project was completed very quickly and with the highest quality!
9 March
16 USD
Parsing contacts by regions https://tripoli.land/farmers
Data collection is in progress, everything is working correctly, I recommend!!!!
The performer did the work well, was always in touch, and responded quickly to messages. The database was compiled, and during the work, he provided feedback and took into account clarifications. For me, this was my first experience working through this site, and overall, I was satisfied with the collaboration.
5 March
22 USD
Database of architects and interior designers of Ukraine
Thank you. Everything is completed, the project has been implemented within the agreed deadlines.
4 March
67 USD
Implement a chat-bot | Telegram
Everything is perfect! Fast, efficient, clear.
![]()
The work was completed ahead of schedule and additional time was provided for testing, so that everything was clear and without delays on the agreed day.
From our side, additional elements and requests were added — everything was also fulfilled.
Communication was timely and flexible. We note the promptness and responsibility in the work.
We recommend for collaboration. We will also reach out in the future.
3 February
67 USD
Create a chat bot (integration with the CRM system)
I want to leave a review about Dani's work. He developed a chatbot for me for beauty salons with integration into the CRM system Altegio, and I can say that the whole process went incredibly smoothly and comfortably.
Dani is a very strong and responsible specialist who truly understands his craft. He does everything clearly, structured, is always in touch, provides useful recommendations, adapts to business requests, properly configures the system, and easily makes adjustments that arise during the work process.
Working with him was easy and calm, with a full sense that the project is in reliable hands. I definitely recommend Dani and plan to work with him 100% in the future. I have already passed his contacts to my colleagues and partners who are also looking for a developer who takes their work seriously.
If I could give a score of 100 points, I would give 150. Thank you very much for such an approach to the client and the project.
22 January
67 USD
Telegram bot for parsing Instagram accounts
Executed everything as requested. Quickly and efficiently. I recommend for collaboration.
13 January
67 USD
Creation of a Bot
The performer demonstrated the highest technical level. Tasks were completed sequentially, without magic and unnecessary complications. The code is structured, and the solutions are well-argued. Corrections were made quickly. Suitable for projects where discipline, predictability, and responsibility are important.
![]()
7 January
22 USD
Parsing users from a Telegram group/chat
Everything as agreed
All tasks completed
30 December 2025
45 USD
MoviePy, Python
I really enjoyed working with a talented person. Like
30 December 2025
156 USD
Stage-2 (creation of a web application for parsing and viewing with the following features)
Thank you for the cooperation, everything is good.
![]()
17 December 2025
89 USD
Telegram bot for car customs clearance
Everything is good, well done.
Completed faster than agreed.
14 December 2025
45 USD
Help in Telegram
This is the second time we have worked with the freelancer, he did everything efficiently and promptly.
![]()
9 December 2025
67 USD
Data parsing
Thank you for the work, everything is great, I am convinced once again.
![]()
3 December 2025
22 USD
Parser in Python
The work was completed in full within the agreed deadlines. Bugs and shortcomings during the work process were also eliminated.
25 November 2025
18 USD
Create a file for import to Epicenter
The performer was in touch, but could not complete the work, wasting a lot of time. Was in touch, but alas.
19 November 2025
45 USD
Development of a Telegram application
Very good specialist, performed the work at a high level, I will definitely reach out again.
16 November 2025
16 USD
Find subscribers by hashtag on Instagram and TikTok
Everything is fine. The work is completed.
11 November 2025
22 USD
Audience parsing in Instagram
The work was done qualitatively and on time. Clearly, without delays.
11 November 2025
22 USD
Collection of information on hotels
Thank you for the work done. Responsible performer. I recommend for cooperation.
7 November 2025
16 USD
It is necessary to scrape the site on the Prom platform.
Everything is great, I recommend for collaboration.
3 November 2025
67 USD
Scrape data and gather information
It was very pleasant to work with Danil. He approached the work competently and quickly made all the necessary corrections in the project.
![]()
31 October 2025
45 USD
Bot for Telegram
I made the bot that I wanted, I liked that there was contact during the work and it was quick.
24 October 2025
45 USD
Bot with auto-submission
Everything is fine. We are waiting for the first results.
24 October 2025
45 USD
Collection of a Google store database by keywords
everything is well done according to the task
![]()
20 October 2025
33 USD
Create a group in Telegram and fill it with users
A professional in their field. I recommend.
9 October 2025
35 USD
Collection of contact database in English
great offer, Danila is always in touch, completed on time!
9 October 2025
22 USD
Parsing data from https://socialblade.com/youtube/lists/top/100/sb/games/global
Everything is wonderful as always, thank you for your professionalism
![]()
8 October 2025
89 USD
Parsing the website https://tripoli.land/
Everything is super fast, they also made the corrections very quickly, thank you!
![]()
1 October 2025
33 USD
Automation of video uploading from the website
Completed. Everything is of high quality and fast. I recommend for collaboration.
23 September 2025
16 USD
Copy text from PNG images
Everything went wonderfully.
I am satisfied with the cooperation.
23 September 2025
22 USD
Authoria parser
Everything is fine, quick turnaround, all requests have been fulfilled.
19 September 2025
89 USD
Database parsing
Super fast, thank you for the work
18 September 2025
67 USD
Parsing data from https://socialblade.com/youtube/lists/top/100/sb/games/global
Thank you, everything is great! The work was done very well, even despite the difficulties with access due to cookies, the developer quickly found a solution and resolved everything promptly.
30 August 2025
22 USD
Reduce the jpg image - script
Everything is done on time, I recommend!
19 August 2025
67 USD
Development of two web crawlers (Signal + Itch.io).
Super robot, quickly, specifically, and qualitatively. I recommend working with Danil.
![]()
15 August 2025
56 USD
Telegram bot with a questionnaire and automatic subscription verification
Clear execution of tasks - a professional in their field
6 August 2025
33 USD
Development of two web crawlers (Signal + Itch.io).
Everything is great, quick and clear. Thank you
29 July 2025
67 USD
Parsing data from Google search
The work was done quickly and efficiently. It's a pleasure to deal with a person who is as interested in the result as the client. He immediately immersed himself in the work and completed everything super quickly
25 July 2025
97 USD
Search bot on specific websites by keywords
At the start of the project, Danila detailed how everything should work and helped resolve related issues. The work was completed on time, and bugs were fixed promptly.
Thank you very much for the cooperation, I will definitely contact you again in the future.
16 July 2025
22 USD
Збір інформації з відкритих джерел
The task was completed qualitatively, on time, and taking into account all wishes. Pleasant communication and a responsible approach to work. I recommend!