Telegram web apps query getter, to get query data provided by telegram when authenticating to Telegram Web Apps.
- Git
- Node JS
- TELEGRAM_APP_ID & TELEGRAM_APP_HASH Get it from Here
- Telegram Bot Username & Telegram Web Apps Url (Or you can use provided list)
- clone project repo
- run
npm install
- run
cp config_tmp.js config.js
To configure the app, opensrc/config.ts
and add your telegram app id and hash there - Create sessions directory
mkdir sessions
- to start the app run
npm run start
you can see bot_url_list.js
for the example of bot username and url.