Budget: 1000 UAH Deadline: 1 day
Hello to you.
I’m developing bots for telegram on NodeJS. Ready to take. Let’s write, we will discuss.
Budget: 1000 UAH Deadline: 1 day
Hello to you.
I’m developing bots for telegram on NodeJS. Ready to take. Let’s write, we will discuss.
Budget: 1000 UAH Deadline: 1 day
Dmitry, hello to you! I have a lot of experience in developing these bots. I can make a bot which you can add to the chat by an administrator and who will send answers from gpt. And so that people could ask questions directly to him! Write, I think I’ll offer what you need!
Budget: 500 UAH Deadline: 1 day
Good morning, I'll write this book for you. Price and time without changes. Questions are ready to be discussed at L.S.
I answer your questions:
1 . It is possible. I can implement both options.
2nd 2 hours .
Three At the exit, you will get a bot to which you will put your keys.
4 . You confirm the deal, I make a bot, I give you a look, I put the guidelines if there is, I give instructions for use
Budget: 2000 UAH Deadline: 2 days
We just need to make a bot that using the API from OpenAI will answer questions, but not every message in the group, and if it goes after the command, for example /askgpt Question. Add it to the group. You need to pay attention to the cost and the number of API requests.
Budget: 1000 UAH Deadline: 2 days
Hi, from you will have to choose the bots engine, the data I will provide you.
We can identify the dop. Bottle function if needed
The bot can be added to the group, and through the challenge to ask him a question.
At the start of Gpt, I wrote a robot for personal use.
I do it quickly and quality.
Budget: 500 UAH Deadline: 1 day
Hello to you. I can easily create such a bot, I already have such a bot on Python.
I answer your questions:
1 . In the bot, people will enter to press the start button and will ask their questions.
2nd 2-3 hours .
Three At the start you need to create the same bot in the telegram, there is easy and gave me the key to it and everything.
4 . The process will be - connecting to the bot, request to Chat GPT and answer to the bot.
and 5. The price of this bot is 500 UAH.
Budget: 1600 UAH Deadline: 4 days
I am working on the development of bots for TG. There is also experience of integrating chatGPT API with bots. Write, we will discuss more and more in detail.
Budget: 1000 UAH Deadline: 1 day
Good morning, I’ve already practiced 8 so, and made such a bot, he’ll work both in the group and in the personal, wrote on the basis of open ai, and aiogram, ready to put it under your needs, write.
Budget: 1500 UAH Deadline: 1 day
Good night ! Contact me, on the strat I will need a API from open.ai there you will need to choose which AI to choose from chat to images. I think we will be able to work. I hope for cooperation
Budget: 500 UAH Deadline: 1 day
Good night ,
There is a ready bot, I can show, adapt.
Budget: 1000 UAH Deadline: 1 day
You can do anything whatever.
Writing a bots on Python
It all depends on your budget.
Chat gpt has limits for free use, and further for the deposit.
Budget: 7000 UAH Deadline: 7 days
Hello to you!
Developing bots on Python
by MySQL, PostgreSQL, Sqlite
Working with API
Parsing
I do everything quality, examples can be seen in my profile and on GitHub.
I’m going to wait for your message to find out some details and discuss tz.
Development of a Telegram bot: a closed platform-marketplace for experts I am looking for a developer (or a small team) to create a Telegram bot — a closed platform that connects verified experts and clients for solving professional tasks. The model is similar to a service marketplace with a supervising administrator, rather than a fully automated service. What is ready: A detailed technical specification (30+ pages) — user roles, step-by-step UX flows with button texts, status models for Requests/Cases, data model, payment status model, admin panel. Key functionality: - Two user roles (client / expert) with the possibility of combination - Verification of experts through the administrator (without automatic decision approval) - Selection and moderation of requests by the curator - Internal communication space within the bot (without disclosing contacts between parties) - Payment status model: escrow, confirmation of funds receipt, payments - Referral system with bonuses - Administrative panel with extended access rights Expected stack: at the discretion of the developer (Python/Node.js), the main thing is — experience with Telegram Bot API, working with states (FSM), databases, and payment integrations. Collaboration format: work based on the ready technical specification, discussion of deadlines and budget after reviewing the document. What to send: examples of implemented Telegram bots (preferably — with complex state logic or payments), an estimated timeline and cost.
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.
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.
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.
Create a chat bot with an admin panel for a company that deals with solar panels for lead processing.