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

https://github.com/riz4d/teleform

DB less web contact form ,data's were directly sent to telegram via telegrambot
https://github.com/riz4d/teleform

bot contact-form feedback-form heroku railway teleform telegram telegram-bot webdevelopment

Last synced: 6 months ago
JSON representation

DB less web contact form ,data's were directly sent to telegram via telegrambot

Awesome Lists containing this project

README

          

## teleform
Simple web contact form ,response's were directly sent to telegram with telegrambot API
### DEMO
[Click Here](https://teleform.up.railway.app/)

### variables

replace your bot token here

###### /rizxd/assets/js/teleform.js (59th line)

var bot_token = "12345678:AAAAAABBBBCCCCC-ddddd45"; // your telegram bot token

replace your chatid here

###### /rizxd/assets/js/teleform.js (60th line)

var chat_id = 987456321;//your telegram chat id

### Installation

[![On Heroku Server](https://img.shields.io/badge/heroku-%23430098.svg?style=for-the-badge&logo=heroku&logoColor=white)](https://heroku.com/deploy?template=https://github.com/riz4d/teleform)

[![on Railway Server](https://railway.app/button.svg)](https://railway.app/new/template?template=https://github.com/riz4d/teleform)

##### note : Fork the repository and edit the variables while installing