Setting up a Telegram bot through the Make platform
It is necessary to set up the automation of the Chat bot in Telegram through the Make platform.
The task is to ensure that the project once a day:
- connects to the site https://bstock.com/all-auctions/ (the site is under JS) and selects 10-15 products (based on the saved search)
- uploads the links from each product and saves them in a Google Sheets document with a separate link
- creates a post for the TG channel (with a photo from the site, according to the template that already exists) and adds the links from the Google Sheets that were previously saved
- translates the post from English to Russian
- posts in the Telegram channel
- lists/removes/edits all products in the TG bot as necessary. For example, if new products appear on the site, they should be listed in the TG channel via API.
- sends a report on processed products to the email or via the Telegram bot
Треба налаштувати автоматизацію Чат бота в телеграмі через платформу Make
Задача полягає на тому щоб проект раз на добу:
- підключився до сайту https://bstock.com/all-auctions/ (сайт. під JS. ) і вибирав 10-15 товарів (по збереженому пошуку)
- завантажував посилання з кожного товару і зберігав в Гугл таблиці документ з окремим посиланням
- створював пост для ТГ каналу (з фото з з сайту, по шаблону який вже є) і додавав посилання з гугл таблиць що попередньо зберігав
- перекладав пост з англ мови на російську
- постив в телеграм канал
- виставляв/видаляв/редагував за необхідності всі товари в ТГ боті. Н.п якщо на сайтіі з'явились нові товари то вони повинні виставитись тг канал через апі.
- надсилав звіт про оброблені товари на пошту або через телеграмбот
-
Hello. I am interested in your project.
A few questions:
- what does "by saved search" mean?
- did you upload the links from each product (those 10-15 you selected or all on the site)?
- what do you prefer for language translation? (ChatGPT, Claude?)
Вітаю. Зацікавив ваш проект.
Декілька запитань:
- що означає по збереженому пошуку?
- завантажував посилання з кожного товару ( тих 10-15 які вибрав чи взагалі всіх на сайті ) ?
- переклад мови, через що бажаєте? ( ChatGPT, Claude? )
-
792 3 0 1 I propose to set up a chatbot automation in Telegram through the Make (Integromat) platform to perform the following tasks:
Main automation tasks:
Data collection from the website:
Using Puppeteer or Apify to process dynamic JS content on the site https://bstock.com/all-auctions/.
Selecting 10-15 products based on saved search filters.
Downloading links and key product data.
Saving to Google Sheets:
…
Automatically saving links and other information (name, description, price) in a Google Sheets table.
Creating and publishing posts in Telegram:
Generating posts based on a template:
Product photo.
Link from Google Sheets.
Translating text from English to Russian via Google Translate API.
Publishing posts in the Telegram channel through the Telegram Bot API.
Updating and synchronization:
Automatically adding new products to the channel as they appear on the website.
Deleting or editing posts in the Telegram channel according to changes on the website.
Reporting:
Generating a report on processed products.
Sending the report via email or in Telegram.
Tools for implementation:
Make (Integromat): For setting up automated scenarios.
Google Sheets API: For saving and updating information.
Telegram Bot API: For creating and editing posts in the channel.
Google Translate API: For automatic text translation.
Puppeteer/Apify: For processing the site's JS content.
Implementation stages:
Setting up data collection:
Connecting to the website to obtain the required content.
Filtering data and saving it in JSON format.
Integration with Google Sheets:
Setting up the saving of links and data in tables.
Telegram automation:
Generating template posts.
Translating text and publishing in the Telegram channel.
Testing and launch:
Checking each stage of automation.
Deployment on the Make platform.
Result:
A fully automated bot that updates products in the Telegram channel.
Data saved in Google Sheets.
Automatic creation of posts and reports.
Ready to start implementation and discuss the details!
Пропоную налаштувати автоматизацію чат-бота в Telegram через платформу Make (Integromat) для виконання наступних завдань:
Основні задачі автоматизації:
Збір даних із сайту:
Використання Puppeteer або Apify для обробки динамічного JS-контенту на сайті https://bstock.com/all-auctions/.
Вибір 10-15 товарів за збереженими пошуковими фільтрами.
Завантаження посилань і ключових даних про товари.
Збереження в Google Sheets:
…
Автоматичне збереження посилань та іншої інформації (назва, опис, ціна) в таблиці Google Sheets.
Створення та публікація постів у Telegram:
Генерація постів за шаблоном:
Фото товару.
Посилання з Google Sheets.
Переклад тексту з англійської на російську через Google Translate API.
Публікація постів у Telegram-каналі через Telegram Bot API.
Оновлення та синхронізація:
Автоматичне додавання нових товарів у канал при їх появі на сайті.
Видалення або редагування постів у Telegram-каналі відповідно до змін на сайті.
Звітність:
Формування звіту про оброблені товари.
Надсилання звіту на електронну пошту або в Telegram.
Інструменти для реалізації:
Make (Integromat): Для налаштування автоматичних сценаріїв.
Google Sheets API: Для збереження й оновлення інформації.
Telegram Bot API: Для створення та редагування постів у каналі.
Google Translate API: Для автоматичного перекладу тексту.
Puppeteer/Apify: Для обробки JS-контенту сайту.
Етапи реалізації:
Налаштування збору даних:
Підключення до сайту для отримання потрібного контенту.
Фільтрація даних і збереження у вигляді JSON.
Інтеграція з Google Sheets:
Налаштування збереження посилань і даних у таблицях.
Автоматизація Telegram:
Генерація шаблонних постів.
Переклад тексту та публікація в Telegram-каналі.
Тестування та запуск:
Перевірка кожного етапу автоматизації.
Розгортання на платформі Make.
Результат:
Повністю автоматизований бот, що оновлює товари в Telegram-каналі.
Збереження даних у Google Sheets.
Автоматичне створення постів і звітів.
Готовий приступити до реалізації й обговорити деталі!
-
2340 27 1 Hello!
I have already implemented similar automation, so I will have no problems doing it for you as well.
I have been developing chatbots for over 4 years, basically the same as automations on Make.com.
You can familiarize yourself with similar works in my portfolio:Freelancehunt
Feel free to reach out, I would be happy to discuss your project in more detail.
Вітаю!
Вже реалізовував схожу автоматизацію, тому без проблем зроблю і вам.
Розробкою чат-ботів займаюсь вже більше 4-х років, в принципі як і автоматизаціями на Make.com.
Зі схожими роботами можете ознайомитися в моєму портфоліо:Freelancehunt
Звертайтесь, буду рад детальніше обсудити ваш проект.
-
408 2 0 Good day.
I am ready to take your project into work.
I am currently using Make to create automated scenarios and have previously developed Telegram bots on no-code/low-code builders.
Message me privately, we will discuss your specifications in more detail and find the best solution for you.
Добрий день.
Готовий взяти Ваш проект у роботу.
Якраз використовую Make для створення автоматизованих сценарії і раніше вже розробляв Телеграм ботів на no-code/low-code конструкторах.
Пишіть у приватні, обговоримо детальніше Ваше ТЗ, і знайдемо для Вас найкраще рішення.
-
4790 33 0 Good day. I can do it, but it would be good to discuss some details before a full assessment.
Доброго дня. Можу зробити проте було б добре обговорити деякі деталі перед повною оцінкою
-
1616 15 0 2 Hello, I can set up a Telegram bot, feel free to contact me.
My stack: JS, TS, ReactJS, NextJS, SCSS...
Вітаю, можу налаштувати тг бот, звертайтесь.
Мій стек: JS, TS, ReactJS, NextJS, SCSS...
Current freelance projects in the category Bot Development
**Bot for arbitrage of bets and spreads in cryptocurrency****Task description for developing a Telegram bot for arbitrage betting and spreads in cryptocurrency** **Goal:** Create an automated Telegram bot that reads data from channels (funding_spread`), analyzes arbitrage opportunities on cryptocurrency exchanges, and executes… Cryptocurrency & Blockchain, Bot Development ∙ 6 hours 14 minutes ago ∙ 1 proposal |
Bot/script
43 USD
Archiving messages on the account in telegram Archive: ❗️Welcome bots from channels etc. ❗️Groups, chats, channels that the account is added to, meaning everything that pops up outside the archive! ❗️Replies where you are mentioned (replies) ❗️New chats that the account is… Python, Bot Development ∙ 11 hours 6 minutes ago ∙ 6 proposals |
Product Owner | Develop interface buttons for Telegram bot, Mini App
100 USD
Hello everyone! Who has experience in developing interfaces for various applications, telegram mini app, and also an understanding of the principles of creating a native interface for users It is necessary to prepare for the telegram application in Figme: - user journey in… Animation, Bot Development ∙ 13 hours 59 minutes ago ∙ 4 proposals |
Bot or "solution" for monitoring the social network X.com (X.som)
24 USD
I am looking for a person who can create a "Bot" or a solution for monitoring a social network (X.com) There are the following tasks: - track individual user pages (which meet strict filters, for example, the number of followers; - The bot should validate only those posts of… Data Parsing, Bot Development ∙ 15 hours 36 minutes ago ∙ 4 proposals |
Development of a website for selling cars and other related services (Purchase at auctions America and Korea)This project is intended to function as a generator of hot deals on cars. Purchasing vehicles from auctions in America such as Kopart IAAI and others. All lots offered on this site should be analyzed against the Ukrainian car market, with the source being auto.ria.com. It is… Web Design, Bot Development ∙ 21 hours 32 minutes ago ∙ 18 proposals |