Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/devmount/tele-send

Web app to send form data as message by a Telegram bot
https://github.com/devmount/tele-send

telegram telegram-bot

Last synced: 10 days ago
JSON representation

Web app to send form data as message by a Telegram bot

Awesome Lists containing this project

README

        

# TeleSend

A simple web app to send data from a web form as chat message by a Telegram bot.

## Installation

1. Clone this repository

```bash
git clone https://github.com/devmount/tele-send
```

2. Install dependencies

```bash
cd tele-send
composer install
```

3. Rename example environment file and set permission mode

```bash
mv .env.example .env
chmod 400 .env
```

4. Fill in the required bot token and chat id of the chat, the form data should be posted in by the bot.
5. Rename example configuration file

```bash
mv config.example.yml config.yml
```

6. Modify configuration to your needs, all possible values are documented in the `config.example.yml` file
7. Serve files by a web server