Skip to content

OpengramJS/Opengram_bot

Repository files navigation

Opengram bot

Simple bot written with Opengram

Features

Setup

Clone

git clone https://github.com/OpengramJS/Opengram_bot.git
cd Opengram_bot

Create .env file:

Basic env configuration:

BOT_TOKEN=
MONGODB_URI=mongodb+srv://user:password@domain/dbName
DROP_PENDING_ON_START=true
NODE_ENV=production

Install dependencies (skip for docker)

npm i

Run

PM2

pm2 start

Docker-compose

docker-compose up -d

About

Simple bot writted with opengram

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published