Switch to English?
Yes
Переключитись на українську?
Так
Переключиться на русскую?
Да
Przełączyć się na polską?
Tak
Post your project for free and start receiving proposals from freelancers within minutes after publication!

Post grabber for Telegram

Translated45 USD

Client's review of cooperation with Nikita P.

Quality
Professionalism
Cost
Contactability
Deadlines

I am very satisfied with the collaboration with the freelancer. Always in touch, all edits were made promptly and with quality. Communication is at a high level. I recommend for collaboration.

Freelancer's review of cooperation with Bohdan D.

Payment
Task setting
Clarity of requirements
Contactability

Thank you for the project, quality technical specification. I recommend!

  1. 3652    66  0
    4 days22 USD

    Good day! 👋
    I have reviewed the description — the project is clear.

    I am ready to take on the development of a Telegram bot for auto-copying and auto-posting content between channels using Ayugram (userbot), without forwarding, with publication on behalf of the channel and a complete settings system for each connection.

    After development — you will conduct testing, I will make adjustments and assist with the final deployment and launch 🚀
    I am ready to receive the full technical specification and discuss the details in private messages.

  2. 277    1  1
    1 day27 USD

    Hello! I can complete this task as I have developed many bots and have extensive experience!

  3. 426    10  2
    1 day22 USD

    Hello!
    I can write a bot, and also host everything.
    We can discuss in more detail in private.
    I will be happy to collaborate!

  4. 1101    7  1
    1 day22 USD

    Hello!

    I have experience in developing Telegram bots using aiogram, specifically I created a similar project for automating publications between channels, which included setting up 1→1 connections and content filters.

    I will set up the bot with all the necessary features, such as managing connections, supporting various types of content, and managing user rights. I will use Docker for hosting to ensure your bot operates 24/7.

    This will not only simplify management but also ensure high reliability. I am ready to discuss the details — let me know!

  5. 4602    51  1
    1 day22 USD

    Good evening, I am a Python developer. I have experience working with Telegram bots and have also developed a similar bot. Write to me - we will discuss the details. I am ready to start today.

  6. 1992    22  0
    1 day22 USD

    Bogdan, good day.
    I have reviewed the technical specifications. I am ready to implement it.
    I have already developed such bots.
    In the attached completed project of mine, this is exactly the same project, already finished, and it is currently running on the server.
    The bot is written in aiogram + telethon:
    Telethon is used for the user bot, aiogram - for the shell and settings.
    Therefore, there will be no problems with the implementation.

    Deadline: 1 day
    Write to me. We will discuss the details.

  7. 1945    7  0
    1 day22 USD

    Hello
    There are ready-made solutions already, I will adapt them for you. Write back, I will show you the options.

  8. 213    1  1
    1 day22 USD

    Good day, I am ready to implement the bot, write to me and we will discuss, I will do everything quickly and efficiently.

  9. 3482    50  0
    1 day22 USD

    Hello
    write, I am ready to complete your work
    I have done similar tasks
    I will be happy to help with your task

  10. Another 2 proposals concealed
  1. 3864
     11  0

    10 days223 USD

    My team and I offer a full cycle of development, turnkey. The team includes experienced developers, designers, and UX/UI specialists, which allows us to create a convenient and functional product that meets all your requirements. We will discuss the deadlines and price in personal messages when we have a complete understanding of the scope of work. I expect feedback from you.

  2. 172    1  1
    1 day89 USD

    Good day! I am ready to complete this project. Extensive experience in developing various applications.

  3. 937    5  0   1
    3 days112 USD

    Hello!
    We are a team that has been developing bots for over five years. Our main tools are NodeJS and Python. We also work with connecting to any databases (MongoDB, SQL, Postgres, etc.), integrating with payment systems, API services, and plugins.

    I suggest discussing the details of your project, after which we can agree on a comfortable price and convenient terms for both parties.
    After the development is completed, we guarantee to provide technical support and consultation for 10 days.

    Examples of already implemented and working products can be found on our website - https://vaysed.me/
    Or in the Freelance profile.
    We look forward to your response!

  4. 823    3  1
    10 days156 USD

    Hello. I have experience in developing Telegram systems for auto-copying and auto-posting with publication on behalf of the channel using a bot.

    The main implementation is on aiogram, and I have also worked with other Telegram libraries, so I have a good understanding of the limitations of the Bot API and user approaches. I have implemented 1→1 channel connections with specific settings: content filters, time schedules, anti-duplicates, replacement dictionaries, URL rewriting, working with media groups, and watermarks.

    The architecture is designed for stable 24/7 operation and further expansion.

    I am ready to implement, assist with deployment, and undergo testing.

  5. 10365    30  0   3
    1 day22 USD

    Good day!

    I have extensive experience in the field and am ready to help you with the implementation of the task, please write.

  6. 1052    6  0
    10 days178 USD

    Hello! I will say right away - the technical specification is well-written, it's nice to see when the task is detailed. I work closely with AyuGram and Pyrogram, so I will implement the mechanics correctly. The most important technical point here is media groups (albums). I know this "issue" when an album splits into 10 separate messages - I will make sure that the bot correctly gathers everything into one post before publication. Regarding "clean" copying - no problem. The bot will pull content, process it "on the fly" (apply watermark, change words according to the dictionary) and upload it under its own name, as you requested. No signs of forwarding. I will help with hosting from A to Z, we will set it up on a VPS, I will configure auto-start so that everything works stably 24/7. Stack: Python + Pyrogram + SQL. I am ready to discuss the details and get started.

  7. 423    2  0
    10 days156 USD

    Good day.
    I have already made such bots and they are ready, just need to redo them for you.

  8. 658    3  0
    5 days112 USD

    Good day, I have created spammers, autoposters, bots that automatically write under comments.

    I will do everything perfectly and help you specifically.
    It was very interesting to write such a thing)

    Let's collaborate, everything will be perfect!

  9. 2264    18  3
    6 days167 USD

    Good day. I am engaged in the development of Telegram bots of varying complexity. In order for such a bot to operate stably and without bans, I plan to focus on three critical aspects:

    - Correct assembly of media groups: since Telegram sends parts of an album in separate packets, I will implement a waiting buffer. This ensures that the content arrives as one post (album), rather than fragmented messages.

    - Media processing and Watermarks: applying a watermark is "on-the-fly" rendering. For stable operation (especially with videos or large photos), we will use processing queues, which will allow the bot to process heavy photos and videos in the background without blocking the main copying stream.

    - Security of the Userbot session: when working through Ayugram, it is important to simulate the behavior of a real user and take into account Telegram's Flood Limits. For this, adaptive delays will be used to minimize the risks of account blocking.

    The scope of work that I see:

    - Core: session authorization, processing NewMessage events with filtering by sources.

    - Logic: role system (Admin/Moderator) through a database (SQLite/PostgreSQL) for access segregation to connections.

    - Content management: regular expressions for replacing links, removing ads, and cleaning text.

    - Interface: a full-fledged admin panel for managing connections, logging all system actions, and the ability to quickly reset settings without code modifications.

    Cost and terms: implementation of all functionality (including watermarks and a complex role system) - 7,500 UAH. This is the price for a stable tool that will not require rewriting in a month. Term: 6 days including testing.

    If you need a reliable system, not just a one-off script - I am ready to discuss the details in the technical specification. Write to me.

  10. 324  
    7 days134 USD

    Hello! I have experience in developing Telegram systems on Telethon/Aiogram, specifically grabbers for crypto groups. I am implementing a user bot with support for media groups, watermarks, and flexible filters.

  11. 594    16  1   1
    1 day67 USD

    Good day, I was developing something like this and I am literally using it at this moment. It is necessary to refine some functionality related to admins and moderators, but everything else is as you need (I am writing on aiogram + telethon).

  12. Another 2 proposals concealed

Current freelance projects in the category Bot Development

Telegram chatbot for a closed club

22 USD

Good day! I need to set up a bot for Telegram. Task: selling access to a closed channel. The bot should accept payments and after successful payment, issue a one-time invitation link. It is also necessary to set up automatic removal of a participant from the channel when their…

Bot Development ∙ 2 hours 41 minutes back ∙ 55 proposals

Mini apps Telegram. Store

Good afternoon An application is required in Telegram (online store) Example - essentially 1 to 1 like here brandspacebot Your experience is important, the stack you propose to use and why Price and timeframe approximately to start, I will be waiting for questions

Web ProgrammingBot Development ∙ 5 hours 4 minutes back ∙ 59 proposals

Bots

"I am looking for a programmer to create a turnkey Telegram bot. The bot should be an intelligent conversationalist based on AI (Gemini or ChatGPT), helping people on any topic and in any language. Payment (Monobank or LiqPay) for subscription needs to be integrated as well. I…

Bot Development ∙ 13 hours 34 minutes back ∙ 43 proposals

Creation of a multifunctional bot in Telegram

22 USD

(I will provide all materials in private messages) Here is a detailed project description: After pressing the button /start The bot sends a text with rules and terms of use (under the text, the button ‘acknowledged’) After pressing the button, the next message is…

PythonBot Development ∙ 18 hours 22 minutes back ∙ 75 proposals

Need an AI agent for cold calls in Ukrainian.

446 USD

Need an AI agent for cold calls in Ukrainian. The topic is biofertilizers. The agent should call clients, work with a script, answer typical questions, and transfer interested clients to the manager. Need the cost of setup and monthly expenses.

Bot Development ∙ 1 day 1 hour back ∙ 26 proposals

Client
Bohdan D.
Ukraine Ivano-Frankovsk  1  0
Project published
4 months 8 days back
232 views
Tags
  • userbot
  • Telegram
  • Ayugram