Bridge that translates telegram updates and requests to RabbitMQ.
You want to:
- create multiple bot worker-instances for optimizing.
- create one telegram bot with different programming languages.
- you want to split your bot to many independent logical parts for better developer experience.
-
Clone repo and open in your IDE.
-
Rename ".env-sample" file to ".env" and fill the gaps.
-
Run your application.
You can run and build with node and docker.
-
Build the container via cmd:
docker build -t tsziming/amqp-telegram-gateway:1.0 .
-
Just run the container via cmd:
docker run --env-file .env tsziming/amqp-telegram-gateway:1.0
-
Build the application via cmd:
npm run build
-
Run the application via cmd:
npm run start
MIT - Made by tsziming