EIOS/whtg/index.php

17 lines
1.2 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
//Почитать ТУТ (можно с начала цикла статей)
//https://habr.com/ru/articles/696864/
//https://habr.com/ru/articles/697000/
//https://habr.com/ru/articles/697002/
//https://habr.com/ru/articles/697010/
//https://habr.com/ru/articles/697016/
//Чтобы запустить бота
//1. Разместить файлы на сервере в папке whtg/
//2. Настроить бота, прописать token в файл config.php в строку $conf['token'] (можно и имя бота в строку $conf['bot_name'])
//3. Привязать бота к скрипту, перейдя по адресу https://ВАШДОМЕН.ru/whtg/tg8setwebhook.php
//4. Пользоваться ботом
//5. Все сообщения будут сохраняться в файл message.txt (если присылают файлы, они хранятся в папке files/)
//в файле config.php также можно править текст сообщений (можно использовать HTML но не все)
//https://core.telegram.org/bots/api#formatting-options - тут читать в HTML style (разрешенные тэги)