Telegram Custom Webhooks
Find a file
2022-01-28 15:00:42 +01:00
scripts/mocha Initial Commit 2020-05-23 14:26:00 +02:00
src Update Bot Configurations to not be static 2022-01-28 14:48:57 +01:00
.dockerignore Update Bot Configurations to not be static 2022-01-28 14:48:57 +01:00
.gitignore Initial Commit 2020-05-23 14:26:00 +02:00
.gitlab-ci.yml Changed build stages 2020-05-23 14:46:29 +02:00
.mocharc.js Initial Commit 2020-05-23 14:26:00 +02:00
.nycrc Initial Commit 2020-05-23 14:26:00 +02:00
Dockerfile Update python to python3 (Why do we need this?) 2022-01-28 15:00:42 +01:00
package.json Initial Commit 2020-05-23 14:26:00 +02:00
README.md Initial Commit 2020-05-23 14:26:00 +02:00
tsconfig.compile.json Initial Commit 2020-05-23 14:26:00 +02:00
tsconfig.json Initial Commit 2020-05-23 14:26:00 +02:00
yarn.lock Initial Commit 2020-05-23 14:26:00 +02:00

telegram-proxy

An awesome project based on Ts.ED framework

See Ts.ED project for more information.

Build setup

Important! Ts.ED requires Node >= 10, Express >= 4 and TypeScript >= 3.

# install dependencies
$ yarn install

# serve
$ yarn start

# build for production
$ yarn build
$ yarn start:prod