diff --git a/Telegram-Bot-Flask.html b/Telegram-Bot-Flask.html index 2071644..3256640 100644 --- a/Telegram-Bot-Flask.html +++ b/Telegram-Bot-Flask.html @@ -503,7 +503,7 @@
docker compose up
The Telegram bot API method setWebhook
must be called to start receiving updates from Telegram.
The Telegram bot API method setWebhook must be called to start receiving updates from Telegram.
TOKEN=123456789:NeotobrAfMymceuwackTeunLiudsudjocoi
curl -F "url=${HOST}:8443/bot${TOKEN}" -F certificate=@ssl/cert.pem https://api.telegram.org/bot${TOKEN}/setWebhook
diff --git a/Telegram-Bot-Serverless.html b/Telegram-Bot-Serverless.html
index 0f6fecc..7e43062 100644
--- a/Telegram-Bot-Serverless.html
+++ b/Telegram-Bot-Serverless.html
@@ -456,7 +456,7 @@ This command, run from the repository root folder, will upload contents of proxybot
subfolder as a function named proxybot
.
The Telegram bot API method setWebhook
must be called to start receiving updates from Telegram.
The Telegram bot API method setWebhook must be called to start receiving updates from Telegram.
CLOUD_URL=https://***********.cloudfunctions.net/proxybot
TOKEN=123456789:NeotobrAfMymceuwackTeunLiudsudjocoi
curl -F "url=${CLOUD_URL}/bot${TOKEN}" https://api.telegram.org/bot${TOKEN}/setWebhook
diff --git a/index.html b/index.html
index 8278dbb..187e754 100644
--- a/index.html
+++ b/index.html
@@ -492,28 +492,44 @@
Home
-Proxybot is a Telegram bot which forwards all incoming messages to the owner or into a telegram group, specified by the owner.
+
Proxybot is a Telegram 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.
-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.
-Voice-messages, video-messages, files and any other media format supported by Telegram can be proxied in this manner.
+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.
+Voice-messages, video-messages, files and any other media format
+supported by Telegram can be proxied in this manner.
Proxybot assists teams and individuals in managing public communications through their personal Telegram accounts.
Use proxybot as a service
This bot: @InitProxybot can launch your proxybot in the cloud within seconds.
This is offered as a service from proxybot developer with an annual subscription fee of $20.
You get 4 months of free usage, prepay is not required.
It's extremely easy to start using proxybot.
+
Launch by your own
Proxybot can be launched as a serverless function or as a Flask application.
In this case you will need to provide a valid MongoDB connection.
You may start with MongoDB Atlas free tier.
-TELEGRAM_ID
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.
+
TELEGRAM_ID
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 @my_id_bot.
Security considerations
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 repository.
-TOKEN
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.
+When you use our service to run proxybot we take the responsability to run
+exactly the same code, which is published in the repository.
+TOKEN
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.
Feedback
Contact @devproxybot for any questions or feedback.
@@ -569,4 +585,4 @@ Feedback