https://github.com/lartie/flyinghigh
https://github.com/lartie/flyinghigh
laravel php php7 telegram telegram-api telegram-bot telegram-bot-api
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lartie/flyinghigh
- Owner: lartie
- License: mit
- Created: 2018-07-12T10:45:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-12T10:47:25.000Z (almost 8 years ago)
- Last Synced: 2025-02-05T10:17:36.708Z (over 1 year ago)
- Topics: laravel, php, php7, telegram, telegram-api, telegram-bot, telegram-bot-api
- Language: JavaScript
- Size: 5.08 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
# FlyingHigh Telegram Bot
## Зависимости Проекта
### ПО
* php 7.0.5 (sudo apt-get install php7.0 php7.0-fpm php7.0-mysql -y)
* mysql 5.7.13
* supervisor (sudo apt-get install supervisor)
* beanstalkd 1.10 (sudo apt-get install beanstalkd)
### PHP Расширения
* zip (sudo apt-get install php7.0-zip)
* PDO
* MCrypt
* OpenSSL
* Mbstring
* Tokenizer
## Установка
```sh
composer install
php artisan vendor:publish
php artisan queue:table
php artisan queue:failed-table
php artisan migrate
php artisan airports:install
```
## Настройка
1. Создать .env файл по образцу из .env.example
2. Cron задачи находятся в storage/app/cron
3. Supervisor задачи находятся в storage/app/supervisor
## Заметки
* Команды и токен бота находятся в конфиге flyinghigh.php
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.