Budget: 1000 UAH Deadline: 1 day
I already have a ready-made solution :) you can just search for TracklyChannelBot in tg, but it is still being refined, so we can chat to improve my service and you get the desired result.
Develop a Python script that:
Loads the entire message history from 11 specified chats and saves the data to an SQLite database.
Monitors new messages in these chats in real time.
If a new user (who is not yet in the database) writes and their message contains a question (a ? or a question word), the script automatically forwards this message to the owner (me).
Use Telethon.
Authorization via API_ID, API_HASH, SESSION_NAME (through .env).
Support for 2FA, error handling (FloodWaitError, ChannelPrivateError, etc.).
At least 3 tables:
messages: message_id, chat_id, sender_id, message_text, date
users: user_id, username, first_name, last_name, first_seen_ts
chats: chat_id, title, username, last_updated
Go through the entire message history for 11 chats from the list CHAT_SOURCES.
For each message, save: text, date, sender ID, chat ID.
For the sender, save username, first name, last name.
Output progress every 1000 messages.
At the end — summary statistics: number of messages, users, chats.
After exporting history, the script switches to live monitoring mode.
Logic:
A new message arrives.
If the author is in the database → ignore.
If the author is not in the database:
Save them in users
Check the message text: if it contains a question (the symbol ? or words like "what", "how", "why", "how many", etc.)
If it is a question → forward to the owner (via send_message(OWNER_USER_ID, text)).
In the forwarding, indicate:
The name and username of the sender
User ID
Chat title
Question text
Message time
Keep a log in the file telegram_monitor.log + output to the console.
Record:
Connection to the chat
Number of processed messages
Events of forwarding questions
FloodWaitError → wait the specified time.
Ctrl+C → correct termination and saving of statistics.
Error with one chat → continue processing the others.
After running the script:
Export the entire message history for 11 chats.
Save data to messages.db.
Switch to real-time monitoring mode:
New users with questions → their messages are immediately forwarded to the owner.
Logs and final statistics are saved.
Budget: 1000 UAH Deadline: 1 day
I already have a ready-made solution :) you can just search for TracklyChannelBot in tg, but it is still being refined, so we can chat to improve my service and you get the desired result.
Budget: 1500 UAH Deadline: 1 day
I am developing various solutions for Telegram in Python.
Write to me - we will discuss the details.
Budget: 2500 UAH Deadline: 3 days
Hello! 👋
Ready to implement a Python script on Telethon with a full cycle: mass export of history from 11 chats → saving in SQLite → live monitoring of new messages → auto-forwarding questions to the owner.
What you will receive
• Connection to Telegram API (Telethon): .env (API_ID, API_HASH, SESSION_NAME), support for 2FA, correct handling of FloodWaitError, ChannelPrivateError, etc.
• SQLite database with 3 tables: messages, users, chats (schemas as in the specifications). Indexes for fast queries.
• Export of history for 11 CHAT_SOURCES with progress every 1000 messages and summary statistics (messages/users/chats).
• Live monitoring:
• if the author is new → save in users;
• determination of the question (? + dictionary of triggers: what/how/why/how much/when/where/which/…);
• instant forwarding to the owner (OWNER_USER_ID) with: name/username, user_id, chat title, text, time.
• Logging: telegram_monitor.log + console (connections, counters, forward events, exceptions).
• Resilience: auto-retry and backoff for API, correct termination on Ctrl+C with final statistics.
• Documentation: README with launch (venv/Docker), .env setup, FAQ on tokens/sessions.
Tech stack
Python 3.11+, Telethon, SQLite (sqlite3), python-dotenv, loguru/logging, optionally Docker + systemd for 24/7.
Additionally (optional)
• Panel /status in the console or mini-CLI.
• Expandable dictionary of "question" keywords (yaml).
• Export reports (CSV/Parquet), alerts in Telegram about the daemon's status.
I work carefully according to the specifications, with an emphasis on reliability and transparent logging. Ready to start immediately and deliver the result "turnkey". 🚀
Budget: 6000 UAH Deadline: 4 days
Good afternoon
I can complete your work
Write to me, I will be happy to help with your task
Budget: 15000 UAH Deadline: 5 days
Good afternoon
I have extensive experience in writing user-bots, so I will say right away: the Telethon library is already morally outdated and constantly creates problems with account crashes in practice. I suggest using Pyrogram, as it is consistently supported and much more reliable.
In addition, I can provide my custom api_id and api_hash, which solves the issue of constant logouts and session bans. This significantly increases the stability of the work and eliminates the problems faced by those who build a bot "according to guides."
Thus, you will have a working tool without the headache of constant restarts and interruptions.
I am ready to discuss the implementation details and offer the optimal option for the task.
Budget: 2805 UAH Deadline: 2 days
Good day
I have repeatedly created Telegram bots
The task is clear
But I recommend doing it not in Python, but in Node.js, it can be done on Firebase, you won't have to pay for hosting (at all)
Budget: 4000 UAH Deadline: 3 days
Ready to take on the job. I have experience with user bots in my portfolio. I have a couple of ideas regarding this project.
Budget: 4000 UAH Deadline: 4 days
Hello!
I have over 4 years of experience in developing Telegram bots of varying complexity (I can show relevant examples in private messages), implemented in Python using Telethon in the shortest possible time.
I look forward to collaborating!
Budget: 1000 UAH Deadline: 2 days
Good day.
I am ready to complete it, please reach out.
I will be happy to cooperate.
Budget: 1000 UAH Deadline: 1 day
Hello, I am ready to take this order and will do it today, I am ready to do it for 1000 UAH, write to me and we will get started.
Budget: 8400 UAH Deadline: 5 days
Hello! We are interested in your task — we are ready to take on the development of this Telegram script.
✅ We have experience working with Telethon, processing the Telegram API, saving history in SQLite, implementing live monitoring, and automatic responses to messages.
✅ We know how to correctly handle errors like FloodWaitError, how to bypass 2FA, and how to create a fault-tolerant script with logs and statistics.
✅ The project brief is completely clear, we can implement it "turnkey" within 3–5 days.
If needed, we will sign an NDA. We can start after clarifying the details: the list of chats, OWNER_ID, and a sample message for testing.
Budget: 3000 UAH Deadline: 2 days
Good afternoon, I work with Python, I am very interested in your project. I have experience working with Telegram and various libraries for it. Write to me - we will discuss the details, I am ready to start right now.
Budget: 3000 UAH Deadline: 3 days
Write in private messages, I will write for you a script that will run through the terminal and scrape messages from Telegram chats.
Budget: 1500 UAH Deadline: 2 days
Hello, I am ready to take on the implementation of this bot in Python.
Budget: 4000 UAH Deadline: 5 days
Good day, I have experience in developing such bots. I will gladly help you, write!!!
Main functionality: automatic detection and blocking of spam bots and users whose profiles contain links to tg channels; automatic deletion of comments and issuing temporary bans according to configured rules; automatic publication of a message with commenting rules under each new post; ability for users to report violations to moderators using the command !report (with subsequent notification sent to administrators); moderation log and the ability to configure main parameters.
Need an experienced Python developer to create an automation program for working with the website. What the bot should do: Log in to my account on the website. Continuously (24/7) monitor for new Work Orders. Upon the appearance of a new order, open its card. Analyze the information about the order (type of work, city, distance, description). Automatically accept orders that meet the specified conditions. If the order does not meet the conditions, skip it. Send notifications in Telegram about accepted and skipped orders. Requirements: Python. Playwright (preferred) or Selenium. Work through a regular browser. Transfer the complete source code after the project is completed. Provide installation and launch instructions. Mandatory experience in developing similar automation systems. When responding, please send examples of similar projects.
Hello! Task: Develop and place an agent on a WordPress page (the programmer will insert the code into WordPress). The user should be able to communicate with the AI agent in text or voice format (if possible) based on a specific uploaded topic (content: texts, photos). Functionality: The user visits the website page. Sees the AI agent interface: chat + voice communication button (if possible). Can request text. Can speak, and the agent should recognize the speech and respond. The agent responds only based on the uploaded materials on the specific topic. If the question goes beyond the topic, the agent should correctly inform that it can only respond based on materials related to Skovoroda. Responses should be lively, understandable, and educational. The administrator should be able to upload and update materials: texts, PDFs, images, audio, links. Interested in the cost and timeline for developing the agent.
A technical specialist is required to assemble the architecture and logic of an interactive bot. The project is a gamified product with a deep storyline (U.S. market). What needs to be done: Transfer the finished script (dialogue tree) into the working logic of the bot. Set up strict timings, delayed messages, and conditions (if/else) depending on user actions. Implement the ability to integrate audio files and call external APIs. Platform: to be discussed. Suggest the optimal builder (ManyChat, SendPulse, etc.) or a custom solution if it is more feasible. Important: Your task is specifically the engineering assembly of the script into a functioning, fail-proof mechanism. The complete script will be provided to the selected specialist. In your response, please include: 1. Describe your experience in assembling bots with complex branching (autoresponders, gamification). 2. Which platform would you recommend for the bot, where messages must arrive strictly on a timer the next day (considering time zones), and why? 3. Provide your cost for completing the project and estimated timelines.
Technical task for a Telegram bot / mini-platform 1. Project goal Create a Telegram bot and mini-platform for finding specialists and posting requests from users. The user can leave a request, the specialist can respond, the administrator controls publications, moderation, payment, and security. 2. User roles User: can register; confirm phone number and email; create a request; view specialists; receive responses. Specialist: can register; fill out a questionnaire; specify services, prices, city, experience; add photos of completed work; respond to requests. Administrator: can moderate requests; verify specialists; review complaints; manage advertising; control payments; block users. 3. Registration Mandatory: confirmation of phone number via Telegram or code; confirmation of email via link or code; without confirmation of phone and email, the request is not published. 4. Requests The user fills out: service category; task description; city/region; deadline; budget; photo (if necessary); contact details. Limitations: no more than three requests per day from one user. 5. Moderation All requests initially go for moderation. Automatically block or send for manual review: photos of category 18+; spam; offensive statements; suspicious links; duplicate requests; mass requests from one account. 6. Specialists Specialist questionnaire: name; city; services; experience; prices; portfolio; photo; description; link; reviews; verification status. Important: the platform is not responsible for the quality of the specialist's services. This must be stated in the user agreement. 7. Payment Monetization options: paid placement of the specialist's profile; paid boosting of the profile; paid access to requests; advertising after approval by the administrator; subscription for specialists. Integrate payment: Stripe / Przelewy24 / PayU / Fondy — as per the developer's capabilities. 8. Administrative panel It is necessary to create a convenient admin panel: list of users; list of specialists; requests under moderation; complaints; payments; statistics; blocking users; editing categories; managing advertising; manual approval or rejection of publications. 9. Security Mandatory: protection against spam; request limit; message limit; protection against mass registrations; action logging; database backup; file and photo verification; CAPTCHA or other spam protection mechanism; blocking by phone number, IP address, or Telegram ID. 10. Responsibility The user agreement must specify: the platform is not an employer; the platform is not responsible for the actions of specialists; the user independently makes decisions about cooperation; the administration has the right to delete a request or profile without explanation; advertising is published only after approval by the administrator; spam, fraud, 18+ content, and any manifestations of aggression are prohibited.