Telegram bot
Thank you once again for your understanding and patience.
A Telegram bot needs to be created. The theme is stone products (countertops, window sills, wall cladding, stairs)
The main functions that would be desirable in the functionality:
- the ability to download price lists,
- the ability to leave a request for calculation
- the ability to provide photos and other information about products and materials
- the ability for regular partners to see information about their discounts and bonuses
- sending promotions, price lists, news, etc.
- possibly integrating GPT chat or another online consultant
Budget: 4000 UAH Deadline: 3 days
I am engaged in the development of "turnkey" Telegram bots.
I can take on your project, and you will receive the desired result in 2-3 days.
I will recommend a cheap and reliable hosting.
I am focused on long-term and effective cooperation.
Write in private messages to discuss the details!
Budget: 5000 UAH Deadline: 5 days
Hello.
I am developing bots for Telegram using NodeJS. I am ready to take it on. Write to me, we will discuss.
Budget: 2000 UAH Deadline: 2 days
I have extensive experience in developing bots, scripts, and parsers in Python.
My stack: MySQL, PostgreSQL, working with APIs, parsing, payment systems, web admin panels, working with large volumes of data.
I will do everything with high quality; you can see examples in my profile and on GitHub.
I will be waiting for your message to learn more details and discuss the terms of reference.
Budget: 4000 UAH Deadline: 2 days
Good evening,
I am an experienced Telegram mini app developer with 4 years of experience, an impressive portfolio, and a desire to achieve quality results quickly and accurately. I have reviewed your task and can complete it efficiently and promptly.
Portfolio Freelancehunt
My task is to provide reliable support throughout the entire project and after its completion. Rest assured that 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: 4000 UAH Deadline: 7 days
Good day, I have experience in developing bots for Telegram. I can complete the order without any problems, but I would like to have a more detailed description (preferably a diagram) of all the bot's menus for better understanding (I can develop and agree on such during the order). Also, I recommend using the modern productive programming language Golang for such a project, but I can also do it in Python without any issues. Please write in private messages, and we will discuss the questions, final price, and other details of the order.
Budget: 5000 UAH Deadline: 5 days
Good day.
I am ready to create a suitable bot for you on Smart Sender.
You can view my portfolio here Freelancehunt
Budget: 5000 UAH Deadline: 7 days
Hello. Interesting task, I would be happy to collaborate. I have extensive experience working with the ChatGPT API and creating Telegram bots. In my work, I use leading modern fault-tolerant technologies. I promise to create a convenient Telegram bot for both clients and administration. The code will be written cleanly (any programmer will be able to understand it) with security requirements in mind, and the project will be easily scalable. You can see examples of my work in the portfolio. Message me privately to discuss the details.
Budget: 4000 UAH Deadline: 5 days
Good day, I can help you create a Telegram bot, I have experience in development, examples in my portfolio.
Budget: 700 UAH Deadline: 2 days
Hello, Igor
I am very glad to apply for your project.
I understood all your requirements.
As a senior bot developer with 7 years of experience, I have created 3 smart bots like yours in Telegram.
If you look at my portfolio, you can see that my previous experience is very suitable for your project.
If you need more, I can explain in private.
I would like to discuss with you.
Thank you.
Budget: 500 UAH Deadline: 1 day
I have extensive experience in developing chatbots. I will do everything quickly and efficiently. For details, please contact me privately.
Budget: 2500 UAH Deadline: 7 days
Good day, I have experience working with Telegram bots, including mailing bots. I would be happy to discuss everything in more detail.
Budget: 3333 UAH Deadline: 10 days
Hello. I enjoy such tasks - so I guarantee the result. I will show examples of bots in private messages)
Budget: 5000 UAH Deadline: 5 days
Good day
I am the founder of the IT company Zentriflex. We have Full Stack developers on our team who write quality code using the latest technologies and SEO support.
We work with technologies such as Node.js and Nest.js for Back-end. We are ready to implement your idea.
Budget: 4000 UAH Deadline: 3 days
Hello, my name is Roman, I am ready to complete your task.
I have 3 years of experience in developing Telegram bots, I am ranked 33rd in the bot development category on the platform.
I will complete everything quickly and efficiently, informing you every day about the progress of the project.
I suggest continuing further discussion in the chat.
Budget: 2000 UAH Deadline: 3 days
Hello! I have reviewed your project and am ready to start working. I guarantee high quality and prompt execution.
Budget: 2000 UAH Deadline: 2 days
Hello
I can complete your order quickly and with high quality. You can see examples of my Telegram bots in my profile. Write to me, and we will discuss the task, deadlines, and price in more detail)
Budget: 5000 UAH Deadline: 4 days
Good day, I am ready to complete your task quickly and efficiently, I have extensive experience in creating various bots. Write to me in private messages and we will discuss the details. I will be happy to help you)
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.