An open API service indexing awesome lists of open source software.

https://github.com/romanturas/hellolera

Test Telegram Bot
https://github.com/romanturas/hellolera

Last synced: about 1 year ago
JSON representation

Test Telegram Bot

Awesome Lists containing this project

README

          

# HelloLera

**Test php-project of the Telegram Bot, without third-party libraries**

_Main notes:_
- place the bot code only on the https domain;
- register bot with the BotFather;
- register webhook https://api.telegram.org/bot+token/setWebhook?url=https:path_to_webhook_file.php
- full information: https://core.telegram.org/bots/api/

_Commands of this bot_
- /help - information
- /alientest - comic test to identify aliens among us

_Used features:_
- sending text messages;
- sending text messages with custom keyboard for answering;
- processing a commands;
- working with mySql database

**First Screen:**

![hello-lera-1](https://user-images.githubusercontent.com/13946156/70307995-0d038080-1813-11ea-8830-649065fa6dc1.png)

**Last Screen:**

![hello-lera-2](https://user-images.githubusercontent.com/13946156/70308008-12f96180-1813-11ea-8791-81f1d713cdba.png)