Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

souzaMateus99/Blip.Automation.InsertUserBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Script to add users on blip chatbot

gif

What you need to use this script

  1. Clone this repository
  2. Edit config file
  3. Run with docker

Create a file with follow name config.development.json in configuration folder. Copy the content from config.json and paste in your development file.

In this file you will edit the values to execute the script. Follow the explain of the properties and values to insert in config file:

  • userInfo: Values to get user that access the portal
    • mail: The email from the user that access the portal
    • password: The password from the user that access the portal
  • bots: The bots identifier to insert the users
  • usersInsert: The users information that will be insert in bots
    • mail: The email from user that will be have access
    • profile: The profile that this user is (Admin | Visualizar e editar | Visualizar)

To run this app, you will need to have Docker installed in your machine

With docker installed and configured, navigate to root folder of this project and execute the follow commands:

  • Build this project using Dockerfile and create an image:

    docker build . -t imageName
    
  • Run the image created:

    docker run imageName
    

PS: on above commands substitute the imageName to the name that you want to give to your docker image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published