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: 3000 UAH Deadline: 10 days
Good morning, if you are looking for people to work on a permanent basis, then we can talk about cooperation, our Devevo studio supports a lot of projects, and we can help you with you, just need more detailed information
Budget: 3000 UAH Deadline: 5 days
Good day . I have great experience in developing telegram bots, which I will be able to demonstrate personally. The project will either be corrected or made in a new order, with a convenient architecture for further development and adding functional. It is also possible to realize the admin in the telegram itself or in the web interface.
Budget: 10000 UAH Deadline: 15 days
Welcome to! Ready to fulfill your order. I have knowledge of all the technologies described above. I call the real budget and deadlines. Talk about details in person.
Oleksandr V.
Winning proposal- Projects 51
- Rating 5.0
- Rating 4 550
Budget: 30000 UAH Deadline: 35 days
Good day ! I am professionally engaged in the development and support of telegram bots on Python and I have experience working with MongoDB and python-telegram-bot. I know about aiohttp and JavaScript for frontend. Ready to take a bug correction, a bot integration with your mobile app through the API, the development of the online mafia and further project support. I appreciate the constant connection and effective cooperation. I will be happy to discuss the details in Ls.
Proposals are currently absent
Current freelance projects in the category Bot Development
Technical specification for a Telegram bot Goal: Create a Telegram bot that will: 1. Take posts from one channel (source). 2. Repost them to one or several other channels (receivers) on behalf of the Telegram account. 3. Support: • Text. • Up to 10 photos. • Premium emojis. 4. Replace links in posts according to specified rules. 5. Add inline buttons according to special scripts in the text. 6. Support link and button binding for each receiver separately. Working with links: • There may be links in the post text that need to be replaced. • For each receiver channel, the bot should use its own link. • Example: if the post contains the link https://site.com, then: • For Channel A replace with https://site.com/a • For Channel B replace with https://site.com/b Working with buttons: • The text may contain scripts like: [contact], [website], [order]. • The bot should: • Remove the script from the text. • Add a button with the required text and the required link. • Buttons are configured separately for each receiver channel.
Development of a Telegram bot in Python that collects data and synchronizes it with Google Sheets in real time. The system must be fault-tolerant, protected against manual input errors, and fully autonomous.
I'm looking for a developer to create a Telegram bot for our clothing store. The essence: the manager sends the bot a regular photo of the product (on a hanger, on a table) — the bot generates a ready gallery of professional shots for the product card on the website/marketplace using AI. What the bot should be able to do Receive 1–4 photos of the product in the Telegram chat. Automatically recognize the product (category, cut, male/female) — without manual description. Generate a gallery of ~6 shots: product on a model: studio front, back, dynamic pose; product shots: flat lay, close-up detail, ghost mannequin; lifestyle shot. Consistent model — the same person in all shots of the gallery and between galleries (brand face). Several shooting styles to choose from (for example: streetwear, casual, sport, old money). Output format: JPG 4:5, files with numbering (-01, -02…) — ready for upload. The ability to regenerate a single shot or change the style without regenerating the entire gallery. Access only for our team (allowlist), daily limits per user. Accounting for AI API costs: show the price before generation, keep statistics. Technical expectations Image generation: Gemini (Nano Banana) / DALL·E / Flux or similar — please suggest an option with justification of quality and cost per shot. The bot must operate 24/7 on VPS (auto-restart, turnkey deployment). Secrets via .env, code delivered to us (repository). What we will provide Product photos for testing, wishes regarding brand styling. What I expect in the response Cost and timeline estimate. Approximate cost of one gallery. From and To
General information: There is a Telegram bot written in Python (aiogram v3, aiohttp, MySQL, Redis). This is a service for interaction between clients and performers (profiles, projects, etc.). Required skills: - Confident experience with aiogram v3 (not v2!), asyncio, aiohttp; - Knowledge of Telegram Bot API (webhooks); - Experience with MySQL, Redis; - Ability to understand someone else's code; - Communication skills, responsibility. I need to fix a bug in the current version of the bot directly on the server. The problem is as follows: The chats (Nooks) are not functioning properly; there should be a cleaner that works according to an algorithm, but right now it is working with bugs and not cleaning on schedule. - A chat between the client is needed for discussing work matters with the performer. - Chats (nooks are already created, they need to be cleaned and queued. - The user bot creates chats (pair nooks, which we already have) and puts them in the queue; if a deal is made in the chat, the interlocutors are present (one chat for the performer, another chat for the client); if the chat is closed or there was no deal made and users did not write there for 7 days, the bot removes clients or performers from there and puts this chat (nook) back in the queue. - The client can switch to a chat with any performer who responded to the order. - The client and performer are in two parallel chats, so there is no possibility to see the direct account of the interlocutor and no possibility to write to them directly. * We do not change the operation of the chats and everything else. The main thing is that the fix does not lead to other problems.
Hello, I am using 2 different Telegram bots for order confirmation from the online store. The first one is tgmall because of its convenient mini-app functionality, and the second is sendpulse where I use most of the communication with clients simply due to the menu with scenarios. The problem is that sendpulse is very glitchy, and tgmall either does not provide the necessary functionality for scenarios or I do not know how to implement them.