Budget: 200 USD Deadline: 7 days
Hello.
I am developing bots for Telegram on NodeJS. Ready to take on the task. Write to me, let's discuss.
Technical assignment: Telegram bot for automated star trading via the Player platform and TON
This bot is designed for star sellers on the Player platform and implements the full order processing cycle — from receiving orders to automatic payment to the client via TON wallet. Additionally, the bot functions as an alternative sales point, allowing users to purchase stars directly through Telegram at a discounted price.
1. Integration with the Player platform
The bot connects to the seller's personal account on the Player platform. It monitors incoming orders received through product cards and extracts the necessary data: Telegram username of the buyer and the number of paid stars.
Implementation: uses the official Player API (if available) or a reliable page parsing mechanism for orders.
2. Order confirmation via Telegram
The bot automatically sends a message to the buyer requesting order confirmation. The request format:
“Do you confirm the order for [X] stars for username?”
If the client responds “Yes,” the bot continues processing and proceeds with fulfilling the order. If the response is “No,” the bot switches the order to manual mode, notifies the user, and pauses further actions until an administrator intervenes.
3. Sending stars via TON wallet
After order confirmation, the bot sends stars to the specified Telegram username of the buyer using the TON wallet.
Features:
The transfer of the required amount is automatic.
The “Sent from Telegram” checkbox is set on the Fragment website.
The buyer receives a notification of successful sending:
“[X] stars have been successfully sent to username. Thank you for your order!”
4. Managing product cards
The bot can automatically post product cards on behalf of the seller on the Player platform. It regularly promotes active cards to the top of search results according to a set schedule to increase their visibility and attractiveness.
Example: updating cards every 2 hours.
5. Automatic order confirmation and review request
After successfully fulfilling an order, the bot automatically confirms it on the Player platform. Simultaneously, it sends a polite request to the buyer via Telegram to rate the completed work and leave a review.
6. Feedback and incentives for repeat purchases
To enhance loyalty, the bot sends the buyer a message that:
Asks to confirm receipt of stars,
Offers to leave a review,
Makes a personalized offer to purchase stars directly through the bot on favorable terms.
7. Direct star sales via Telegram
The bot acts as an alternative marketplace, allowing users to purchase stars directly.
Functions:
Generation of a unique TON QR code for payment,
Tracking incoming TON to the wallet,
Automatic issuance of stars to the buyer via Telegram after payment.
8. Statistics and analytics
The bot keeps records of all orders, generates statistics, and provides reports to the administrator team.
Examples:
Number of orders and sales volume per day, week, month,
Transaction history with customer details.
9. Blacklist of users
The system supports blocking Telegram usernames and tags. Users on the blacklist will not be able to place orders.
10. Order queue control
To prevent conflicts and overload, the bot monitors active orders: one user can have only one incomplete order. When attempting to create a new order — the bot rejects it or places it in a queue.
Budget: 200 USD Deadline: 7 days
Hello.
I am developing bots for Telegram on NodeJS. Ready to take on the task. Write to me, let's discuss.
Budget: 200 USD Deadline: 1 day
Hello. I have extensive experience in developing Telegram bots. Ready to cooperate
Budget: 200 USD Deadline: 5 days
Good afternoon
I have extensive experience in developing Telegram solutions of any complexity level. What I have already implemented:
- Bots for accepting orders, payments through the bot, issuing digital goods.
- Automatic mailings to chats, channels, users.
- Bots for searching and collecting data in Telegram (chat participants, posts, statistics, etc.).
- Content management systems for channels (auto-posting, scheduled publications).
- Telegram integrations with CRM, websites, payment systems, and any APIs.
- Admin panels for managing bots and statistics.
Experience — hundreds of projects, from simple to corporate solutions.
Write to me, I will help you implement your project efficiently and quickly.
Budget: 200 USD Deadline: 5 days
Good day!
The task is comprehensive and clearly structured — thank you for the detailed description. After reviewing all the points, I can briefly outline the main implementation stages and the approach I will propose:
🔹 Integration with the Player platform
If an official API is available — I will implement full authorized interaction. If the API is not provided — I will reliably implement parsing, considering platform restrictions and protections.
🔹 TON wallet / Fragment
I plan to connect directly to the TON API or through Web3 libraries, displaying all necessary transaction attributes. Also — generating QR codes, tracking transfers, linking with Telegram username.
🔹 Telegram bot
I will build dialogue logic, confirmation processing, auto-reply, and “live” message language — the bot will look like a real seller, not just a system.
I will include queue control, blacklists, card raising, analytics — all according to the technical specifications.
🔹 Admin panel / statistics
Management interface (possibly on Flask or Node + Telegram), with the ability to manually intervene in orders, view reports, and manage blocks.
📌 Estimated price for full implementation — from $100 to $300, depending on clarifying a few points:
Is the Player API provided or is an обходная логика (workaround) needed?
Which TON wallet is used and will it be linked to a specific service?
Is an external admin panel required, or is Telegram sufficient?
If you are interested — I can prepare a detailed technical plan and a brief architectural diagram.
Best regards,
Lyubov
Budget: 200 USD Deadline: 18 days
Hello! We are SolidWay company and I'm excited to help with your project. I have extensive experience in developing Telegram bots and integrating them with various platforms, including payment systems. This ensures a smooth transaction process and user experience, which is key for your automated trading bot.
Our team is fully equipped to handle the integration with Player and the TON wallet, as well as implementing order confirmation and tracking functionalities. We've successfully delivered similar projects, allowing clients to streamline their operations and increase sales through automation.
We'll define the timeframe and budget after we discuss the task in more detail. Looking forward to the opportunity to collaborate and bring your vision to life!
A Telegram bot needs to be developed in Stand Pulse for the client's test. The test has 5-7 questions with 5-7 answer options. Based on the client's answers, the bot will calculate scores and provide a result (6 options).
Develop a Telegram bot for receiving and processing customer inquiries, as well as a web administrative panel for managers. The Telegram bot should provide a modern and convenient communication format, similar to the Monobank support service: displaying an inquiry counter (under the nickname), confidentiality (clients have access only to this chat, other users are restricted), a convenient chat with the manager, and an intuitive interface for the user. The administrative panel should provide managers with full functionality for effective work with inquiries, including their distribution, maintaining a communication history, changing application statuses, and internal interaction. Special attention should be paid to the analytical module, which will allow tracking key performance indicators: inquiry statistics, first response speed, average application processing time, productivity of each manager, inquiry conversion, team workload, and other KPIs for assessing service quality. We have attached a more detailed technical specification in the format of Google Sheets for your review (in addition to the specification itself, other sheets contain deadlines and other questions that may interest you).
There is a Telegram bot on aiogram/FastAPI (CRM for an event project) and a separate ManyChat bot in Instagram Direct for communication with clients.Task 1 — fix the logic of the Instagram Direct bot.The current bot is made according to a strict script: it works step by step (greeting → about the event → response to "too expensive" → response to "I'll think about it"), with 3 random text options for each step. The problem is that the bot does not understand the meaning of the message, but guesses the step number and sends a template that is off-topic. Because of this: when asked directly about the price, the bot does not provide numbers but sends general text the language jumps — sometimes Ukrainian, sometimes Russian essentially, it is a randomizer of templates, not a dialogueIn a week, the bot lost several live leads. I can provide screenshots of conversations as examples.Need: for the bot to actually analyze the content of the message (question about price, objection "too expensive", doubts "I'll think about it", non-standard question, etc.) and respond appropriately — based on AI (for example, Claude API), not according to a strict script. The tone should be lively, not robotic, and the language should be Ukrainian. Basic scenarios (price, discounts, handling "too expensive"/"I'll think about it") need to be preserved, but the AI should choose the appropriate response based on the context.Task 2 (optional, but also needed) — auto-posting in Instagram.Posting through the official Meta Graph API: reels, stories, posts, carousels. Tags in the bot: [reels] / [stories] / [post] / [carousel] + [geo] / [poll] / [countdown]. Multi-user panel /admin — adding/removing people, roles (posting / viewing / all), activity log. Dynamic price from Google Sheets — the bot pulls the current price from the "Price" column.Questions for the performer: Is it better to implement Task 1 (AI logic for Instagram Direct) on top of the current ManyChat via webhook + external AI processor, or as a separate bot on an architecture like aiogram/FastAPI, connected to Instagram through the official Meta API? Are you taking on both tasks together (Direct logic + auto-posting)? What is the total cost and timeframe for the entire scope (task 1 + task 2)?Requirements: Experience with Meta Graph API (Instagram) Experience integrating AI models (Claude API / OpenAI API) into chatbots Preferably — experience with aiogram/FastAPI or ManyChat webhooks Portfolio with similar projects
Project Title: Automation of content publication on social media via a Telegram bot using AI Task Description: Our company sells premium fitness equipment from the Italian manufacturer Panatta in Ukraine. We manage several social media platforms: Instagram, Facebook, TikTok, and a Telegram channel. An automated solution needs to be developed that will allow us to quickly adapt and publish video content across all our social media platforms. Main Logic of Operation: I send a link to a video from YouTube, Instagram, or TikTok to the Telegram bot. The system automatically retrieves the description of this video, translates it into Ukrainian, adapts the text to the live communication style of the Panatta brand, adds links to our social media, and publishes the finished post on: Instagram, Facebook, TikTok, Telegram channel. Important: The video itself does not need to be changed or translated. We need to work with the video description: translation, adaptation, text optimization, and publication together with the video or a link to it — depending on the technical capabilities of the specific platform. Desired Workflow Scenario: I send a link to the video to the Telegram bot. The system identifies the source: YouTube, Instagram, or TikTok. The system retrieves the original video description. AI translates the description into Ukrainian. AI adapts the text to the premium brand style of Panatta: professionally, lively, without dry machine translation. Links to our social media are automatically added to the text: Instagram, Facebook, TikTok, Telegram. The system prepares the publication for each platform. The publication is automatically posted on Facebook, Instagram, TikTok, and the Telegram channel. It is preferable to have the option to review the text and confirm publication via the Telegram bot before posting. Desired Functionality of the Telegram Bot: The bot should accept links to videos. The bot should display the generated Ukrainian text before publication. It is preferable to add buttons: "Publish", "Edit", "Generate Again", "Cancel". The bot should notify whether the post was successfully published on each social media platform. It is preferable to keep a history of processed links. Possible Technical Stack: We are considering various implementation options: Make.com, n8n, Zapier, custom backend, Telegram Bot API, OpenAI API, or other AI services. We are open to contractor suggestions regarding the optimal technical solution. Additional Considerations: It is necessary to check the technical limitations of the APIs for Instagram, Facebook, TikTok, and YouTube. A stable account authorization scheme needs to be proposed. It should be explained whether fully automatic publication is possible on all social media or if manual confirmation is required for some platforms. Protection against post duplication should be anticipated. The solution should be made as simple as possible for daily use. Expected Result: A working automation system where a link to a video can be sent via the Telegram bot, an adapted Ukrainian description can be received, and content can be published on Facebook, Instagram, TikTok, and the Telegram channel. What is required from the contractor in the response: Briefly describe how you propose to implement this solution. What stack will you use: Make.com, n8n, custom development, or another option. Which social media can be fully automated, and where might there be limitations. Estimated implementation timelines. Estimated cost. Examples of similar automations, if any. Additional Information: The Panatta brand represents premium Italian sports equipment for fitness clubs. Therefore, the texts must not only be translated but also adapted to the Ukrainian market, with the correct positioning: premium quality, Made in Italy, biomechanics, design, professional level of equipment. Links to our social media will be provided to the selected contractor.
Set up ManyChat Pro + OpenAI API (model gpt-4o-mini, but you can suggest something niche). Without Make/Zapier, if it can be implemented with ManyChat's internal tools, or with them if you justify the need.Bot operation logic:Triggered by any incoming message from a new client (including transitions from ads).The bot should conduct a dialogue based on the provided prompt (information about the company/prices/FAQ will be provided). The goal of the bot is to consult and collect contact details (phone) or lead to a specific purchase request.Conditions for transferring to a manager:The client directly requests a person/manager.The client has left contact details.The bot does not know the answer to the question.Action upon transfer: the bot must inform the client that it is connecting a person, send a notification, and definitely stop automation so that AI does not respond while the manager is working.Requirements for the executor:Show 1-2 similar casesSet up protection against hallucinations (so that the bot does not invent prices and does not promise what is not available).Deliver the finished bot, explain where to edit the prompt (instructions for AI) and where managers can view chats.