• Projects 3
  • Rating 5.0
  • Rating 1 103

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.

  • Projects 44
  • Rating 5.0
  • Rating 6 283

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!

  • Projects -
  • Rating -
  • Rating 152

Budget: 2500 UAH Deadline: 4 days

Доброго дня!

Ознайомився з технічним завданням. Примусово додати користувачів до Telegram-групи лише за Telegram ID або username неможливо через обмеження Telegram API, тому пропоную реалізувати коректний сценарій доступу.

Планую реалізувати Telegram-бота на Python (aiogram), який перевірятиме користувача за наявною базою Telegram ID та після успішної перевірки надаватиме доступ до закритої групи через запрошення або механізм Join Request (залежно від того, який варіант найкраще підійде для вашого випадку).

Код буде структурованим, зрозумілим та зручним для подальшого доопрацювання. За потреби можу також додати журнал успішних перевірок і входів користувачів.

Вартість: **2500 грн**.

  • Projects -
  • Rating -
  • Rating 265

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.

  • Projects -
  • Rating -
  • Rating 296

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.

  • Projects 20
  • Rating -
  • Rating 2 116

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?

  • Projects -
  • Rating -
  • Rating 475

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.

  • Projects 32
  • Rating 5.0
  • Rating 8 001

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?

  • Projects 35
  • Rating 4.1
  • Rating 1 587

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).

  • Projects 13
  • Rating 5.0
  • Rating 566

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.

  • Projects -
  • Rating -
  • Rating 384

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)

  • Projects 108
  • Rating 5.0
  • Rating 4 550

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.

  • Projects -
  • Rating -
  • Rating 448

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

  • Projects 9
  • Rating 5.0
  • Rating 656

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.

  • Projects 6
  • Rating 3.9
  • Rating 788

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.

The list does not show proposals concealed by the client or freelancer with a Plus profile, as well as proposals violating rules

Current freelance projects in the category Email Marketing

19 July
14 July