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
- Host: GitHub
- URL: https://github.com/riz4d/teleform
- Owner: riz4d
- License: gpl-3.0
- Created: 2022-04-13T01:02:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-10T18:51:00.000Z (over 2 years ago)
- Last Synced: 2025-04-23T01:09:02.977Z (6 months ago)
- Topics: bot, contact-form, feedback-form, heroku, railway, teleform, telegram, telegram-bot, webdevelopment
- Language: CSS
- Homepage: https://teleform.up.railway.app/
- Size: 32.2 KB
- Stars: 7
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
[](https://heroku.com/deploy?template=https://github.com/riz4d/teleform)
[](https://railway.app/new/template?template=https://github.com/riz4d/teleform)
##### note : Fork the repository and edit the variables while installing