Budget: 1000 UAH Deadline: 1 day
Hello.
I develop bots for Telegram using NodeJS. I'm ready to take it on. Write to me, we will discuss.
Implement the command /start:
Task 1.1: Develop a welcome message and initiate the authorization process.
Task 1.2: Ask for the user's phone number and process the confirmation code.
Task 1.3: Request 2FA if necessary
Task 1.4: Complete the authorization and save the encrypted session data of the user in the database.
Task 1.5: Set up error handling and retry when an incorrect or expired code is entered.
Task 2.1: Create a command with the functionality of /settings, /new_contact, /change_language, /balance, /toggle_translation, /active_chats, /settings, /help and a menu for setting the target language.
Task 2.2: Create buttons “➕ Add Contact”, “📜 Active Chats”, “💰 Balance”, “❓ Help”.
Task 2.3: Add the ability to select the target language from a list or dropdown menu.
Task 2.4: Save user settings in the database with validation through Pydantic.
Task 3.1: Implement translation of text messages using the OpenAI API.
Task 3.2: Develop functionality for converting voice to text (if supported) and sending the translated text to the contact.
Task 3.3: Implement receiving responses, their translation, and duplication in the user's chat.
Implementation of translation in the bot
We track the chat in which we have the translation function enabled and when a new message is received from the sender, we act according to the following logic:
The bot (admin panel) sends the user a message with the structure:
- You have a new message from [Name and Nickname]
- Translated text
- Original text (shown or hidden, so it can be opened if desired)
- Hashtag with the sender's username (or tag, if it can be implemented)
- "Reply" button
Task 4.1: Define and control the limit of free messages (10 messages per day for each user).
Task 4.2: Track the number of used messages for each user session.
Task 4.3: Offer a premium subscription after reaching the limit of free messages.
Task 4.4: Integrate payment methods through Telegram Payments, considering various payment options.
Task 4.5: Set up a subscription plan ($10 for 1000 messages) and store payment information in the database.
Task 5.1: Implement message limit checks and send an upgrade offer after exhausting free messages.
Task 5.2: Set up logic to increase the message limit by 1000 after purchasing a subscription.
Task 5.3: Add an option for automatic subscription renewal for premium users.
Task 6.1: Optimize real-time request processing to minimize delays.
Task 6.2: Ensure scalability to support concurrent users with isolated sessions.
Task 7.1: Ensure automatic recovery of the bot after failures.
Task 7.2: Implement monitoring and alerts in case of errors or system downtime.
Task 8.1: Encrypt user sessions and sensitive data stored in the database.
Task 8.2: Ensure the security of all data transmissions using HTTPS.
Task 8.3: Validate and sanitize incoming data to prevent vulnerabilities.
Task 9.1: Set up the project structure using Docker for a monolithic application.
Task 9.2: Integrate Python Telegram Bot and/or Pyrogram for handling user interactions.
Task 9.3: Use MongoDB to store global settings, session data, user settings, and subscriptions.
Task 9.4: Define data schemas through Pydantic to ensure data structure integrity.
Task 9.5: Set up Supervisord to manage the login bot and client processes.
Task 10.1: Create a payment module with an abstract layer for working with different payment methods.
Task 10.2: Integrate the Telegram payment system and document possible extensions.
Budget: 1000 UAH Deadline: 1 day
Hello.
I develop bots for Telegram using NodeJS. I'm ready to take it on. Write to me, we will discuss.
Budget: 25000 UAH Deadline: 20 days
Good day,
I am an experienced Telegram bot developer with over 4 years of experience, an impressive portfolio, and a desire to achieve quality results quickly and accurately. I have reviewed your task and can execute it efficiently and effectively.
Portfolio Freelancehunt
I offer a full range of services to make your project successful and easy to develop further. My goal is to provide quality development that not only meets your requirements but also exceeds expectations. I handle everything from development and testing to deploying all necessary components. You will receive a ready-made "turnkey" project, and you won't need to look for additional specialists.
Moreover, I provide full support at every stage. Together with you, we will discuss all important aspects, and I will help you think through the logic and functionality of your project to make it user-friendly and intuitive.
By collaborating with me, you gain not only a developer but also a reliable partner who is invested in your success. Ready to create something special together? Let's discuss your project in more detail!
My task is to provide reliable support throughout the entire project and after its completion. Rest assured, I am always available, ready to answer your questions and solve any tasks in real-time.
I am open to new exciting projects and ready to contribute to their successful implementation. I look forward to the opportunity to discuss the details and start our collaboration.
Budget: 25000 UAH Deadline: 20 days
Good day. Ready to execute.
I have extensive experience in creating Telegram bots.
I code in Python, I am ranked 3rd on the platform.
I will implement a bot that will translate conversations, integrating AI for quality translation.
I will create a user-friendly interface, optimize it, and fulfill all the requirements of the technical specifications.
My portfolio: Freelancehunt
Write to me, we will discuss the details and I will start working.
Budget: 1000 UAH Deadline: 1 day
Good afternoon
I am ready to complete this work
Write to discuss the details
I will be happy to help
Budget: 27000 UAH Deadline: 21 days
I propose the following structure for your Telegram bot project with personal message translation:
1. Technology stack:
Python (Telegram Bot API / Pyrogram), Docker for containerization, MongoDB for the database, OpenAI API for translations, Telegram Payments for subscriptions.
2. Work stages and timelines:
Authorization and translation setup: 1 week.
Translation of text and voice messages: 1–2 weeks.
Limits and paid subscriptions: 1 week.
Optimization, scalability, security: 1 week.
I am ready to discuss the details and start working.
Technical assignment for the client search automation system in Telegram Development 1. General task It is required to create an MVP system for automatic client search in Telegram chats with the provision of found users to sales department operators. The system should consist of: user bots based on Telethon; Telegram bot for operators; Telegram bot (or a separate administrative section within the bot) for the administrator; PostgreSQL database; Docker configuration for deployment in configuration. A web panel is not required at this stage. 2. Working with multiple Telegram accounts The system must not be limited to one Telegram account. It is necessary to ensure support for multiple accounts (for example, 5 or more) with the ability to increase their number without changing the configuration. For each account, there should be the ability to: authorize via Telethon; maintain its own session; connect a new account; disconnect an account; replace an account without losing the database. The administrator should be able to independently connect new Telegram accounts. 3. Distribution of chats among accounts The system will use a large number of Telegram chats (approximately 800 or more). All chats are included in a single system. The system should automatically: manage chats among connected accounts; observe Telegram restrictions; Handle the need to transfer a chat to another account; Prevent duplication of one chat by multiple accounts (unless specifically included). It is desirable to ensure load balancing among accounts. 4. Managing the chat list The administrator should be able to do this without the developer's involvement: connect a chat; delete a chat; import a list of chats from a file; bulk upload chat costs; enable or disable monitoring of individual chats; restart history collection for a selected chat. After adding a new chat, the system automatically includes it in one of the key accounts. 5. Data collection For each connected account, it is necessary to implement: Initial parsing After adding a chat: loading message history for the specified period; saving all available information. Monitoring After the initial loading is completed: constant tracking of new messages; saving new users; saving new activity of existing users. 6. Handling Telegram blocking requires proper handling: FloodWait; PeerFlood; temporary Telegram restrictions; erroneous connections; connection breaks; possible reconnections; temporary unavailability of the account. If one account is temporarily blocked by a restriction, the rest of the work continues. 7. User data storage. For each user, the following should be saved: Telegram ID; first name; last name (if available); username; profile link; list of all chats; message text; date and time of the message; link to the message (if obtainable from Telegram). User merging is performed exclusively by Telegram ID. If a user has written in 20 chats — they display one card. 8. User card The operator should see: first name; username; Telegram ID; profile link; list of all chats; messages; activity date. Example: User: Ivan Ivanov ID user : 123456789 Chat "Business": Message: "Good day, interested in advertising" Date: 01.03.2026 12:15 Chat "Marketing": Message: "Who is handling promotion?" Date: 05.03.2026 18:42 9. Operator work The system should automatically form a queue of clients. After receiving a client: the user is assigned to an operator; the second operator cannot receive the same client; maintain a history of actions. Statuses: Took the client; Unavailable; Could not reach; Refusal; In progress; Call back; Delete. After selecting a parameter, the next client will automatically open. 10. Reissuing users There should be an option to configure user reissuance. For example: never; after 30 days; after 60 days; after 90 days; arbitrary period. 11. Administrative section The administrator should be able to: Account management add an account; delete an account; view account status; view account restrictions; replace an account. Chat management add; delete; import; export; disable monitoring; disable monitoring. Operator management add; delete; block; change rights. Parser management start collection; stop collection; rebuild history; view current status. Statistics View: number of users; number of messages; number of processed clients; number of active operators; number of connected accounts; number of active chats. 12. Database Use PostgreSQL. It is necessary to store: users; messages; chats; activity; Telegram accounts; operators; processing statuses; processing history; distribution of chats among accounts. 13. Scalability The architecture should provide the ability to: connect 10, 20 or more Telegram accounts; connect thousands of Telegram chats; handle load; export data; work with CRM; connect new features without a complete project overhaul. 14. Docker The executor should set up: docker-compose.yml; Dockerfile; launch instructions; update instructions; database backup instructions. The system should manage the command as one.
Bot for mirroring positions on Binance Futures (Python) A bot is needed that reads my positions on Hyperliquid (public API) and Bitget Futures (my read-only key) and proportionally replicates them on my Binance USDT-M Futures via API. Logic: opening, increasing, partial closing, full closing — everything is mirrored with a customizable size ratio. Polling every 5–10 seconds. Correct handling of partial closures and averaging is mandatory. Requirements: notifications in Telegram about trades and errors; config (pairs, ratio, limits); deployment on my VPS + instructions; source code is transferred to me. I will enter the keys myself. Stages: 1) Hyperliquid→Binance, test with small amounts; 2) Bitget→Binance. Payment through safe in stages. In your response, indicate your experience with exchange APIs and how you will handle a partial closure of 30% of the position by the leader.
A Telegram bot needs to be created with a program that will monitor listings on three apartment rental websites (olx, lun, rieltor.ua) and send them structured in Telegram.
Project: Develop a Professional Crazy Time Live Dashboard Application (.NET C#)Project Overview I am looking for an experienced C#/.NET desktop developer to build a professional Windows application for displaying, storing, and analyzing live and historical Crazy Time game data obtained from a legitimate API provider. The application should feature a modern dark-themed interface, real-time updates, and a scalable architecture for future enhancements.Required Technologies C# (.NET 8) WPF (preferred) or WinForms Visual Studio 2022/2025 SQLite REST API WebSocket JSON Async/Await MVVM (if WPF is used)Main Features Modern dark dashboard API Key Manager REST API integration WebSocket support Real-time live data display Historical data storage Automatic synchronization Connection monitoring Error logging Statistics dashboard Data filtering Export to CSV and Excel Application settingsDashboard Modules The application should include: Dashboard Live Results History Statistics Connection Status API Manager Round Information Performance Monitor Settings Database ManagerData Analysis The software should provide analytical tools for available historical and live data, including: Frequency analysis Trend analysis Statistical reports Graphs and charts Data filtering Historical search Performance metrics The application should analyze available data only and should not claim to predict future outcomes of independent games.User Interface I want a premium-quality UI similar to professional trading or monitoring software. Requirements: Modern dark theme Rounded panels Smooth animations Professional icons Responsive layout High-quality UI/UX Fast performanceCode Quality The code should be: Clean and well-structured Fully documented Modular and scalable Easy to maintain Optimized for performance Built using best practicesDeliverables Complete Visual Studio solution Full source code Database Documentation Installation guide Future support (optional)Developer Requirements Please include: Experience with C#/.NET desktop applications Experience with REST APIs and WebSockets Portfolio of similar projects Estimated development time Fixed price or hourly rate I am looking for a long-term collaboration with a skilled developer who can build a high-quality and expandable application.
I'm looking for an experienced developer to create a smart AI chatbot on Instagram for a local sushi bar (takeaway/delivery format) in Vienna. This is a pilot project for our agency, based on the results of which we will collaborate on a permanent basis with other clients in Europe.What the bot should do: Automatically and instantly respond to direct messages on Instagram 24/7. Consult clients about the restaurant menu, roll ingredients, prices, and delivery/takeaway conditions (based on a knowledge base that we will provide). Communicate politely, close the client on orders, and help choose items. Send notifications about new orders or hot leads to a closed Telegram chat for kitchen staff.Technical requirements: Implementation based on ManyChat / Make.com / Typebot or OpenAI API (we are open to your suggestions on how to make it simpler and more stable). The bot must support two languages: Ukrainian and English (German is welcome, but not mandatory at the start).From you, I expect: Examples (cases) of similar implemented bots for product businesses or restaurants. An estimated cost for developing such a template. Completion timelines. The budget will be discussed with the successful candidate.