Budget: 4700 UAH Deadline: 4 days
I will help with the integration work — the task is familiar. I will connect Telegram via API. I will take it on as a turnkey project — I will propose an approach and price in private.
A system for migrating users from the existing database to a single closed Telegram group needs to be implemented.
I already have a user database that contains the following variable data:
Important: I understand that Telegram may not allow forcibly adding a user to the group solely by username or Telegram ID. Therefore, a technically correct migration scenario needs to be implemented: through an invite link, join request, verification bot, or another reliable mechanism that does not violate Telegram's restrictions.
Budget: 4700 UAH Deadline: 4 days
I will help with the integration work — the task is familiar. I will connect Telegram via API. I will take it on as a turnkey project — I will propose an approach and price in private.
Budget: 3000 UAH Deadline: 1 day
Hello! I am ready to take on your project and will complete it urgently. I have extensive experience with similar tasks, so there will be no difficulties. If I have piqued your interest, feel free to write; I am happy to collaborate!
Budget: 2500 UAH Deadline: 4 days
Доброго дня!
Ознайомився з технічним завданням. Примусово додати користувачів до Telegram-групи лише за Telegram ID або username неможливо через обмеження Telegram API, тому пропоную реалізувати коректний сценарій доступу.
Планую реалізувати Telegram-бота на Python (aiogram), який перевірятиме користувача за наявною базою Telegram ID та після успішної перевірки надаватиме доступ до закритої групи через запрошення або механізм Join Request (залежно від того, який варіант найкраще підійде для вашого випадку).
Код буде структурованим, зрозумілим та зручним для подальшого доопрацювання. За потреби можу також додати журнал успішних перевірок і входів користувачів.
Вартість: **2500 грн**.
Орієнтовний термін виконання: 3–5 днів після узгодження всіх деталей.
Буду радий обговорити вимоги та запропонувати найбільш зручний варіант реалізації.
Budget: 5000 UAH Deadline: 3 days
I will implement user migration to a Telegram group through a verification bot. Scenario: we generate unique invite links for each user from the database → the bot sends invitations to personal messages → after clicking, the user requests access → the bot checks the Telegram ID and confirms. No violations of Telegram rules.
Stack: Python, Aiogram, PostgreSQL. Safe, clean, turnkey.
Example: @MRAi_Demo_Bot
I am ready to discuss the details.
Budget: 700 UAH Deadline: 5 days
Good day, Yuriy
I have reviewed the project, and there are several implementation options.
1) If this user base was formed through your existing channel/group/bot — we add a verification bot there, publish an invite link with "request to join" mode, and the bot automatically confirms requests by matching the applicant being added to the group with the existing database.
2) If the IDs were collected through a bot that users have previously interacted with — the new bot can send a personal invitation directly (sendMessage), this is allowed because the dialogue was already initiated by the user earlier.
3) If none of these sources are available — the only technical way to write first using just the username/ID is through a personal account (not the official Bot API), and here I honestly warn about the risk: mass sending of unsolicited messages from one account may lead to a ban due to complaints from recipients. This option is possible (on average 10-15 users per day per account) - I have an implemented solution through n8n (I can show it during an online meeting). If you need it faster - we can involve several accounts to choose the optimal time and cost.
Please clarify where exactly the database is from, to understand which option would be suitable. And how many users need to be invited?
Budget: 3000 UAH Deadline: 3 days
Good day. I understand the task: you have a user database with Telegram usernames and Telegram IDs, and you need to correctly transfer these people to a closed group without violating Telegram's restrictions.
You are correct in understanding the essence: forcibly adding a person only by username or Telegram ID will not work, and even where it is technically possible, mass adding quickly hits restrictions and affects the account. Therefore, the working scheme is not forceful adding, but inviting. Practically, it looks like this: a verification bot distributes personal one-time invite links and processes join requests for entry, meaning the person confirms their entry themselves, while we verify them against the database by username or ID. This is safe for the group and gives you a report on who actually joined.
Telegram bots and working through MTProto and userbot is my main area, so I will handle both the verification bot and the join request logic.
How many contacts are approximately in the database, and is the group already created as private with join requests enabled, or does this also need to be set up?
Budget: 4500 UAH Deadline: 3 days
Glory to Ukraine! Death to the enemies!
Yuriy, good day! The task is entirely feasible within the official Bot API, without circumventing Telegram's restrictions.
Approach: a separate one-time invitation (invite link with a limit for one participant) is generated for each contact from the database — this way, it is always clear who exactly joined, rather than just "someone followed the shared link." The bot tracks the event of joining the group and immediately updates the status in the database. For contacts without a current username, I foresee a backup option through a join request — the bot verifies the Telegram ID and confirms automatically or leaves it for your manual review, whichever is more convenient.
The result — an updated table with statuses for each contact (joined / not joined / pending).
Please provide an approximate number of users in the database — this will determine whether additional delays need to be accounted for due to Telegram's limits on mass invitation generation.
Budget: 5000 UAH Deadline: 4 days
The task is not just to distribute links, but to guide each user from the database through a controlled entry into a closed group, keeping track of who has entered and who has not.
I will implement this through a verification bot: the bot will mass send personalized invite links (one link = one user, using createChatInviteLink with member_limit=1), receive the chat_member event with the status "joined" and update the database. For those without a username or with an outdated one, I will add a fallback through join_request: the bot will approve manually or automatically after verifying the Telegram ID. This is fully within the Bot API without violating the ToS.
Please tell me the approximate number of users in the database and whether a dashboard with migration status is needed, or if an updated CSV/table is sufficient?
Budget: 1111 UAH Deadline: 1 day
Good day! I am ready to start collaborating! I have experience in similar projects. *Details in private*
Attention! If I indicated the amount "1111" or "777", it means that I need more information to assess the project (also, deadlines may vary depending on the scope).
Budget: 1300 UAH Deadline: 20 days
Hello. I am ready to complete the task. You can check the reviews in my profile about similar tasks.
Budget: 2000 UAH Deadline: 3 days
Completion of work with a guarantee, plus revisions within a week after launch (improvements in functionality and usability that are visible once it is already in operation)
Budget: 3999 UAH Deadline: 10 days
Hello
I am interested in your project. I would like to discuss all the details of the project in more depth.
Budget: 4000 UAH Deadline: 3 days
Good day.
Brief architecture of implementation:
The database stores users' Telegram IDs, personal tokens, invite links, and migration status. The user follows the personal link to the bot, after which the backend checks their Telegram ID in the database.
If the user is confirmed, the bot creates a personal link to a closed group with a Join Request. After submitting the request, the bot rechecks the Telegram ID, automatically confirms the membership, and changes the user's status to "migrated."
We can discuss in more detail; we have experience managing such projects.
https://corecode.com.ua - our web studio
Budget: 700 UAH Deadline: 1 day
Good day, Yuriy!
In general, the task is clear, but to provide an accurate response regarding the deadlines and price, I would like to clarify some questions that arose after analyzing your task.
Please write in private messages – we will discuss the details and your wishes.
Budget: 6000 UAH Deadline: 5 days
Yuriy, I see you need to transfer your users from the existing database to a closed Telegram group, bypassing the messenger's restrictions on direct adding. The main task is to ensure a smooth and technically correct onboarding.
I will develop a system that automatically creates unique invite links or join requests for each user. This could be through a verification bot that sends the links and checks the entries, ensuring that only your active users who have given consent are admitted to the group.
What information, besides Telegram ID and username, do you have in your database? This will help choose the most effective way to communicate with the users.
Budget: 3000 UAH Deadline: 1 day
📊We have been professionally promoting on Telegram since 2019 and on Viber since 2017.
For Telegram:
✅ We conduct invites (invitations), send messages to personal accounts with any of your creatives (text+photo, photo, audio, video).
✅ We collect databases for mailings from other chats (competitors).
✅ Checking your databases for the presence of Telegram.
Prices:
✔️ Mailings to personal accounts - 1.5 UAH per contact
✔️ Invites (invitations) to chats - 1.5 UAH per contact
✔️ Collection (target audience) from chats, comments - free with the order of mailing/invites
✔️ Checking - 0.2 UAH per number
For orders of 10,000 and above - prices are negotiable.
Write to us, we will be happy to cooperate with you 🤝
You need to have a ready database of placements for the following directions - Directories; submissions; Web 2.0; Crowd and guest posts Also, geo Ukraine If there is another geo, we can discuss it
It is necessary to set up email for employees and create one main account so that messages that come to the main account are forwarded to the corporate one.
I am looking for an email marketing specialist for a turnkey project: from creating email templates to sending and follow-ups.What needs to be done: Develop cold email templates Find and compile a database of local businesses in the USA (lead generation) Conduct a mailing to the database Perform follow-ups for unread/unanswered emailsOur agency provides services: SEO, GMB optimization (Google Business Profile), Google Ads, Google LSA (Local Services Ads), as well as creating landing pages with high CR.Target audience: owners of local businesses in the USA (fields such as HVAC, plumbing, roofing, moving, electrical, etc.) who need promotion on Google.Campaign goal: lead generation, obtaining responses from interested businesses.A successful result: a contact/lead is considered targeted if the business has shown interest in response to the mailing (positive response, request for details, willingness to call, etc.).Access to mailing services (email tools, CRM, etc.) and other necessary tools will be provided.
Task Need to create a stylish responsive email template based on the provided text and prepare it for upload to the email marketing service. What needs to be done Design the email. Code a responsive HTML email. Insert the provided text. Prepare blocks for images and icons. Add CTA buttons. Prepare links with UTM tags. Create a plain-text version of the email. Check rendering in major email clients. Prepare the final file for upload to the mailing service. Design Requirements A clean, modern, premium-style email is needed. The email should be easy to read, not overloaded, with a clear structure, short text blocks, visual accents, and several CTA buttons. Technical Requirements Responsive HTML email coding; Correct rendering on desktop and mobile; Table-based layout; Container width approximately 600–700 px; Inline CSS / email-compatible CSS; Buttons must be HTML/CSS, not images; All important data must be HTML text; Images must have alt text; No JavaScript; No forms inside the email; Links must work correctly; Preparation of UTM tags for CTA. Testing Need to check rendering in at least: Gmail; Apple Mail; Outlook; mobile email clients. Deliverables Ready HTML email file. Plain-text version. Preview or screenshots desktop/mobile. Instructions on where to change links, text, and images. File/version ready for upload to the mailing service. In your response, please attach examples of HTML email newsletters you have created and specify which mailing services you have worked with.
Looking for gambling traffic tier 1 markets for our higly converted brands, Accepting seo, google ppc, sms and email traffic