Skip to content

Commit

Permalink
add youtube short
Browse files Browse the repository at this point in the history
  • Loading branch information
litnialex committed Apr 12, 2024
1 parent ce5cfc0 commit 936bb96
Show file tree
Hide file tree
Showing 12 changed files with 46 additions and 24 deletions.
2 changes: 1 addition & 1 deletion Telegram-Bot-Flask.html
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ <h2 id="run-with-docker-compose">Run with Docker Compose</h2>
<pre><code class="language-bash">docker compose up
</code></pre>
<h2 id="register-the-webhook">Register the webhook</h2>
<p>The Telegram bot API method <code>setWebhook</code> must be called to start receiving updates from Telegram.</p>
<p>The Telegram bot API method <a href="https://core.telegram.org/bots/api#setwebhook">setWebhook</a> must be called to start receiving updates from Telegram.</p>
<pre><code class="language-bash">TOKEN=123456789:NeotobrAfMymceuwackTeunLiudsudjocoi
curl -F &quot;url=${HOST}:8443/bot${TOKEN}&quot; -F certificate=@ssl/cert.pem https://api.telegram.org/bot${TOKEN}/setWebhook
</code></pre>
Expand Down
2 changes: 1 addition & 1 deletion Telegram-Bot-Serverless.html
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ <h1 id="run-proxybot-as-a-serverless-function">Run proxybot as a serverless func
</code></pre>
<p>This command, run from the <a href="https://github.com/litnialex/telegram-proxybot">repository</a> root folder, will upload contents of <code>proxybot</code> subfolder as a function named <code>proxybot</code>.</p>
<h2 id="register-the-webhook">Register the webhook</h2>
<p>The Telegram bot API method <code>setWebhook</code> must be called to start receiving updates from Telegram.</p>
<p>The Telegram bot API method <a href="https://core.telegram.org/bots/api#setwebhook">setWebhook</a> must be called to start receiving updates from Telegram.</p>
<pre><code>CLOUD_URL=https://***********.cloudfunctions.net/proxybot
TOKEN=123456789:NeotobrAfMymceuwackTeunLiudsudjocoi
curl -F &quot;url=${CLOUD_URL}/bot${TOKEN}&quot; https://api.telegram.org/bot${TOKEN}/setWebhook
Expand Down
32 changes: 24 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -492,28 +492,44 @@

<h1>Home</h1>

<p>Proxybot is a <a href="https://www.telegram.org">Telegram</a> bot which forwards all incoming messages to the owner or into a telegram group, specified by the owner.
<p>Proxybot is a <a href="https://www.telegram.org">Telegram</a> bot which forwards all incoming messages to the owner
or into a telegram group, specified by the owner.
This group can also be a supergroup with topics.</p>
<p>Replies are done simply texting back in the chat. Such messages always go to the last contact in that chat.
Of course, you can reply to any specific message in chat history by pressing "Reply" link in that message.</p>
<p>Voice-messages, video-messages, files and any other media format supported by Telegram can be proxied in this manner.</p>
<p>Replies are done simply texting back in the chat.
Such messages always go to the last contact in that chat.
Of course, you can reply to any specific message in chat history
by pressing "Reply" link in that message.</p>
<p>Voice-messages, video-messages, files and any other media format
supported by Telegram can be proxied in this manner.</p>
<p><em>Proxybot assists teams and individuals in managing public communications through their personal Telegram accounts.</em></p>
<h2 id="use-proxybot-as-a-service">Use proxybot as a service</h2>
<p>This bot: <a href="https://t.me/InitProxybot">@InitProxybot</a> can launch your proxybot in the cloud within seconds.</p>
<p>This is offered as a service from proxybot developer with an annual subscription fee of $20.</p>
<p>You get 4 months of free usage, prepay is not required.</p>
<p><em>It's extremely easy to start using proxybot.</em></p>
<iframe width="315" height="560"
src="https://www.youtube.com/embed/OgT1-AoHagU"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media;
gyroscope; picture-in-picture;
web-share"
allowfullscreen></iframe>
<h2 id="launch-by-your-own">Launch by your own</h2>
<p>Proxybot can be launched as a <a href="Telegram-Bot-Serverless.html">serverless function</a> or as a <a href="Telegram-Bot-Flask.html">Flask application</a>.</p>
<p>In this case you will need to provide a valid MongoDB connection.
You may start with <a href="https://www.mongodb.com/docs/atlas/">MongoDB Atlas</a> free tier.</p>
<p><code>TELEGRAM_ID</code> variable must contain the ID of the Telegram account assigned "proxybot owner" privilege, and only this account will be able to control bot via commands.
<p><code>TELEGRAM_ID</code> variable must contain the ID of the Telegram account assigned
"proxybot owner" privilege.
Only this account will be able to control bot via commands.
If you want to find out your telegram ID ask <a href="https://t.me/my_id_bot">@my_id_bot</a>.</p>
<h2 id="security-considerations">Security considerations</h2>
<p>Proxybot is designed with respect to personal privacy and security in mind.
The source code of the bot is 100% open and free.
When you use our service to run proxybot we take the responsability to run exactly the same code, which is published in the <a href="https://github.com/litnialex/telegram-proxybot">repository</a>.</p>
<p><code>TOKEN</code> value is not stored anywhere in the database. Proxybot receives it as a part of the webhook URL and uses it only until finishing handling the incoming request.</p>
When you use our service to run proxybot we take the responsability to run
exactly the same code, which is published in the <a href="https://github.com/litnialex/telegram-proxybot">repository</a>.</p>
<p><code>TOKEN</code> value is not stored anywhere in the database.
Proxybot receives it as part of the webhook URL
and uses it only until finishing handling the incoming request.</p>
<h2 id="feedback">Feedback</h2>
<p>Contact <a href="https://t.me/devproxybot">@devproxybot</a> for any questions or feedback.</p>

Expand Down Expand Up @@ -569,4 +585,4 @@ <h2 id="feedback">Feedback</h2>


</body>
</html>
</html>
2 changes: 1 addition & 1 deletion ru/Telegram-Bot-Flask.html
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ <h2 id="docker-compose">Запуск с помощью Docker Compose</h2>
<p>Укажите ваши переменные в файле <code>.env</code>.
Проверьте <code>.env.example</code> для получения списка всех принимаемых переменных и их значений по умолчанию. Запустите с помощью команды: <code>docker compose up</code></p>
<h2 id="_1">Регистрация вебхука</h2>
<p>Метод API Telegram бота <code>setWebhook</code> должен быть вызван для начала получения сообщений от Telegram.</p>
<p>Метод API Telegram бота <a href="https://core.telegram.org/bots/api#setwebhook">setWebhook</a> должен быть вызван для начала получения сообщений от Telegram.</p>
<pre><code class="language-bash">TOKEN=123456789:NeotobrAfMymceuwackTeunLiudsudjocoi
curl -F &quot;url=${HOST}:8443/bot${TOKEN}&quot; -F certificate=@ssl/cert.pem https://api.telegram.org/bot${TOKEN}/setWebhook
</code></pre>
Expand Down
2 changes: 1 addition & 1 deletion ru/Telegram-Bot-Serverless.html
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ <h1 id="proxybot-serverless">Запуск proxybot в качестве serverles
</code></pre>
<p>Эта команда, запущенная из корневой папки репозитория, загрузит содержимое подпапки <code>proxybot</code> как функцию с именем <code>proxybot</code>.</p>
<h2 id="webhook">Регистрация webhook</h2>
<p>Для начала получения сообщений от Telegram необходимо вызвать Telegram Bot API метод <code>setWebhook</code>.</p>
<p>Для начала получения сообщений от Telegram необходимо вызвать Telegram Bot API метод <a href="https://core.telegram.org/bots/api#setwebhook">setWebhook</a>.</p>
<pre><code>CLOUD_URL=https://***********.cloudfunctions.net/proxybot
TOKEN=123456789:NeotobrAfMymceuwackTeunLiudsudjocoi
curl -F &quot;url=${CLOUD_URL}/bot${TOKEN}&quot; https://api.telegram.org/bot${TOKEN}/setWebhook
Expand Down
14 changes: 10 additions & 4 deletions ru/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -492,19 +492,25 @@

<h1>Домашняя</h1>

<p>Proxybot — это бот для <a href="https://www.telegram.org">Телеграм</a>, который пересылает все входящие сообщения своему владельцу, или в telegram-группу выбранную владельцем.
Такая группа может быть и супергруппой с топиками.</p>
<p>Proxybot — это бот для <a href="https://www.telegram.org">Telegram</a>, который пересылает все входящие сообщения своему владельцу, или в группу в Telegram, выбранную владельцем.</p>
<p>Отправлять ответы через бот можно простой отправкой сообщения в чат.
Такие сообщения всегда отправляются последнему контакту в чате.
И, конечно, можно выбрать любое сообщение в истории чата и ответить конкретно на него по ссылке "Ответить" из сообщения.</p>
<p>Голосовые и видео-сообщения, файлы и любой другой медиа-формат, поддерживаемый Telegram, может быть переслан proxybot'ом таким образом.</p>
<p><em>Proxybot помогает командам людей организовать совместную коммуникацию с клиентами в Телеграим со своих личных аккаунтов</em></p>
<p><em>Proxybot помогает командам людей организовать совместную коммуникацию с клиентами в Telegram со своих личных аккаунтов</em></p>
<h2 id="_1">Воспользуйтесь нашим сервисом.</h2>
<p>Этот бот: <a href="https://t.me/InitProxybot">@InitProxybot</a> может запустить ваш proxybot в облаке в считанные секунды.</p>
<p>Это предлагается в виде сервиса от разработчика proxybot с годовой подпиской в 20 USD.</p>
<p>Вы получаете 4 месяца бесплатного использования proxybot,
предоплата не требуется.</p>
<p><em>Начать использовать proxybot проще простого</em></p>
<iframe width="315" height="560"
src="https://www.youtube.com/embed/OgT1-AoHagU"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media;
gyroscope; picture-in-picture;
web-share"
allowfullscreen></iframe>
<h2 id="proxybot">Запустите proxybot самостоятельно</h2>
<p>Proxybot может быть запущен как <a href="Telegram-Bot-Serverless.html">serverless функция</a>
или как <a href="Telegram-Bot-Flask.html">приложение Flask</a>.</p>
Expand Down Expand Up @@ -576,4 +582,4 @@ <h2 id="_3">Поддержка</h2>


</body>
</html>
</html>
2 changes: 1 addition & 1 deletion ru/search/search_index.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions ru/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://proxybot.dev/index.html</loc>
<lastmod>2024-04-02</lastmod>
<lastmod>2024-04-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://proxybot.dev/Telegram-Bot-Flask.html</loc>
<lastmod>2024-04-02</lastmod>
<lastmod>2024-04-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://proxybot.dev/Telegram-Bot-Serverless.html</loc>
<lastmod>2024-04-02</lastmod>
<lastmod>2024-04-12</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified ru/sitemap.xml.gz
Binary file not shown.
Loading

0 comments on commit 936bb96

Please sign in to comment.