Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/devmount/tele-send
- Owner: devmount
- Created: 2022-06-29T09:04:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-04T18:22:55.000Z (over 2 years ago)
- Last Synced: 2024-10-11T07:43:46.046Z (27 days ago)
- Topics: telegram, telegram-bot
- Language: PHP
- Homepage:
- Size: 37.1 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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