Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 725 Bytes

File metadata and controls

34 lines (26 loc) · 725 Bytes

electro - bot's development made easy

A framework for building bots, made for humans.

How to run?

  1. Install the poetry environment:

    poetry install
  2. Go to the ./examples directory:

    cd ./examples
  3. Make sure you have all the required configs in .env file:

    cp .env.example .env
    # vi .env
    
  4. Extract and compile translations:

    make upload-locales
    make update-locales
  5. Run the TestFlow:

    poetry run python ./test_flow.py
  6. Check the API server @ http://localhost:8000/docs.

  7. Use one of the clients to connect the platforms: Whatsapp.