https://github.com/neneone/snapebot
PHP class-based framework to create Telegram Bots using Webhook.
https://github.com/neneone/snapebot
bot bot-api bot-framework bots class oop oop-php oop-php-framework php php-framework php7 telegram telegram-api telegram-bot telegram-bot-api telegram-bots telegrambot
Last synced: 6 months ago
JSON representation
PHP class-based framework to create Telegram Bots using Webhook.
- Host: GitHub
- URL: https://github.com/neneone/snapebot
- Owner: neneone
- License: gpl-3.0
- Created: 2019-05-22T16:29:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-09T21:23:55.000Z (almost 5 years ago)
- Last Synced: 2025-03-24T09:11:35.397Z (6 months ago)
- Topics: bot, bot-api, bot-framework, bots, class, oop, oop-php, oop-php-framework, php, php-framework, php7, telegram, telegram-api, telegram-bot, telegram-bot-api, telegram-bots, telegrambot
- Language: PHP
- Homepage: https://snapebot.neneone.xyz
- Size: 101 KB
- Stars: 6
- Watchers: 0
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SnapeBot
[](https://app.codacy.com/app/neneone/SnapeBot?utm_source=github.com&utm_medium=referral&utm_content=neneone/SnapeBot&utm_campaign=Badge_Grade_Dashboard)
[](https://www.gnu.org/licenses/gpl-3.0)
[](https://github.com/neneone/SnapeBot)
[](https://github.com/neneone/SnapeBot)
[](https://github.com/neneone/SnapeBot)
[](https://github.com/neneone/SnapeBot)
[](https://github.com/neneone/SnapeBot)
[](https://github.com/neneone/SnapeBot)Created by Enea Dolcini
Join the official channel for updates and the support group.
## What's this?
SnapeBot is a class-based framework that allows you to easily interact with Bot APIs and make your own bots, with great built-in features like MySQL Database and CallbackData Encryption.
It also supports **all the Bot API methods**.
## Documentation
* [Features](https://snapebot.neneone.xyz/features.html)
* [Requirements](https://snapebot.neneone.xyz/installation.html#requirements)
* [Installation](https://snapebot.neneone.xyz/installation.html#installation)
* [Updating](https://snapebot.neneone.xyz/update.html)
* [Settings](https://snapebot.neneone.xyz/settings.html)
* [How to use](https://snapebot.neneone.xyz/how_to_use.html)
* [Understanding variables](https://snapebot.neneone.xyz/variables.html)
* [Managing database](https://snapebot.neneone.xyz/database.html)
* [$SnapeBot->API methods](https://snapebot.neneone.xyz/API/methods.html)## Examples
You can find some examples in the [Examples](https://github.com/neneone/SnapeBot/tree/master/Examples) folder.
* [simpleBot](https://github.com/neneone/SnapeBot/tree/master/Examples/simpleBot): a basic usage of SnapeBot to create your first bot, with an overview of normal keyboards and inline keyboards.
_Please note that the above are Examples, so if you'd like to try them you should **copy** them, not use them inside the `src` directory._