This bot helps you to automate yours MongoDB Dumps.
First of all, provide a .env file in the project folder with the following information
DB_NAME=db_name
DB_USERNAME=db_username
DB_PASSWORD=db_password
DUMP_PATH=/path/to/dump/folder
Then run the following commands
yarn install
node index.js