This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
сервис_telegram [2025/10/13 09:10] val |
сервис_telegram [2025/10/13 16:32] (current) val |
||
---|---|---|---|
Line 8: | Line 8: | ||
<code> | <code> | ||
BotFather | BotFather | ||
- | |||
- | /mybots | ||
/newbot | /newbot | ||
Line 21: | Line 19: | ||
... | ... | ||
Use this token to access the HTTP API: | Use this token to access the HTTP API: | ||
- | 823268117438:AAE5W1PlK3ex0udwaQeznHG5ejsQNXc-J58 | + | NNNNNNNNNNNN:MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM |
... | ... | ||
</code><code> | </code><code> | ||
+ | t.me/ValspecNbot | ||
+ | |||
/start | /start | ||
+ | |||
+ | test | ||
... | ... | ||
</code><code> | </code><code> | ||
- | https://api.telegram.org/bot823268117438:AAE5W1PlK3ex0udwaQeznHG5ejsQNXc-J58/getUpdates | + | https://api.telegram.org/botNNNNNNNNNNNN:MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM/getUpdates |
</code><code> | </code><code> | ||
... | ... | ||
"chat": { | "chat": { | ||
- | "id": 1776721761 | + | "id": YYYYYYYYYY |
... | ... | ||
</code><code> | </code><code> | ||
Line 41: | Line 43: | ||
#MESSAGE=$(cat) | #MESSAGE=$(cat) | ||
- | TOKEN="768604181156:AAGB1Qwvd-DAPhFbQiMKR3InggtIvPPEtT8" | + | TOKEN="NNNNNNNNNNNN:MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM" |
- | CHAT_ID="1776721761" | + | CHAT_ID="YYYYYYYYYY" |
curl -s -X POST https://api.telegram.org/bot$TOKEN/sendMessage -d chat_id=$CHAT_ID -d text="$MESSAGE" | curl -s -X POST https://api.telegram.org/bot$TOKEN/sendMessage -d chat_id=$CHAT_ID -d text="$MESSAGE" | ||
</code><code> | </code><code> | ||
- | $ time make buildworld; /home/val/send-to-telegram.sh FINISH | + | $ time sudo ipa-server-install; ./send-to-telegram.sh FINISH |
</code> | </code> | ||
Line 51: | Line 53: | ||
<code> | <code> | ||
debian:~# chmod 700 /usr/local/bin/send-to-telegram.sh | debian:~# chmod 700 /usr/local/bin/send-to-telegram.sh | ||
+ | </code><code> | ||
+ | BotFather | ||
+ | |||
+ | ### /mybots | ||
+ | ### /deletebot | ||
+ | ... | ||
</code> | </code> |