Post grabber for Telegram
Telegram bot for auto-copying and auto-posting content between channels.
Full specifications in personal messages, detailed (buttons ready for design)
Key requirements
Work through Ayugram (userbot)
Hosting + 24/7
Forwarding is prohibited
Publication on behalf of the channel
Support for open and closed channels
Adding channels: link / username / -100ID
Main functionality
Creating 1→1 connections (Sender → Receiver)
All settings separately for each connection
Publication modes:
Auto/Manual (preview + confirmation)
Filters (for each connection)
Types of content (text, photo, video, documents, GIF, stickers, media groups, etc.)
Working hours (time schedule)
Replacement dictionary
URL replacements
Hyperlinks
Signature
Watermark on photo (bottom right corner)
Management
List of connections + editing
User roles:
Owner
Admin
Moderator
Access by Telegram ID/@
Everyone sees only their connections
Additionally
Anti-duplicates
Working with media groups
Action log
Reset settings
What is needed from the freelancer
Implementation deadline
Stack / approach
Important
The bot does not forward posts but creates new publications on behalf of the channel.
After creation, I will test how everything works.
Will need help with hosting.
Client's review of cooperation with Nikita P.
Post grabber for TelegramI 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.
-
3652 66 0 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.
-
277 1 1 Hello! I can complete this task as I have developed many bots and have extensive experience!
-
426 10 2 Hello!
I can write a bot, and also host everything.
We can discuss in more detail in private.
I will be happy to collaborate!
-
1101 7 1 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!
-
4602 51 1 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.
-
1992 22 0 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.
-
1945 7 0 Hello
There are ready-made solutions already, I will adapt them for you. Write back, I will show you the options.
-
213 1 1 Good day, I am ready to implement the bot, write to me and we will discuss, I will do everything quickly and efficiently.
-
3482 50 0 Hello
write, I am ready to complete your work
I have done similar tasks
I will be happy to help with your task
-
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.
-
172 1 1 Good day! I am ready to complete this project. Extensive experience in developing various applications.
-
937 5 0 1 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!
-
823 3 1 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.
-
10365 30 0 3 Good day!
I have extensive experience in the field and am ready to help you with the implementation of the task, please write.
-
1052 6 0 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.
-
423 2 0 Good day.
I have already made such bots and they are ready, just need to redo them for you.
-
658 3 0 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!
-
2264 18 3 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.
-
324 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.
-
594 16 1 1 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).
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 ∙ 1 hour 56 minutes back ∙ 49 proposals |
Mini apps Telegram. StoreGood 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 Programming, Bot Development ∙ 4 hours 18 minutes back ∙ 57 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 ∙ 12 hours 48 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… Python, Bot Development ∙ 17 hours 36 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 back ∙ 26 proposals |