Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/democrito88/alertas-bot
https://github.com/democrito88/alertas-bot
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/democrito88/alertas-bot
- Owner: democrito88
- License: mit
- Created: 2024-09-25T18:05:54.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-31T02:27:56.000Z (2 months ago)
- Last Synced: 2024-10-31T03:22:14.527Z (2 months ago)
- Language: PHP
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Alertas Bot
Projeto para emitir alertas automáticos via telegram
![PHP](https://img.shields.io/badge/php-%23777BB4.svg?style=for-the-badge&logo=php&logoColor=white)
![Telegram](https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white)
![License](https://img.shields.io/badge/MIT-%23FFFC00.svg?style=for-the-badge)
![Version](https://img.shields.io/badge/v1.0.0-%23009639.svg?style=for-the-badge)### Uso
Instale as bibliotecas com:
```composer install```Configure o Token do robô no **.env**
Execute a migração:
```console migrate```...O seed:
```console seed```...e envie a mensagem
```console enviar "sua mensagem"```Para mensagens que disparam automaticamente, referencie o projeto em um script e aliste-o em uma *crontab*.
### Autor
[Demócrito d'Anunciação](https://github.com/democrito88)