Skip to content

SymphonyPlatformSolutions/symphony-training-orders-bot-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

symphony-training-orders-bot-python

This is a sample bot project from the Symphony Developer Certification Program. Please use this project while or after reviewing the course Developing Bots with BDK 2.0 for Python

This repository is divided into branches, each representing the end state of each demo in the course.

Sample BDK 2.0 for Python project

To get started, follow these commands below:

First run only:

  1. Create virtual environment:
    • python3 -m venv env
  2. Install dependencies:
    • pip3 install -r requirements.txt

Subsequent runs:

  • Activate virtual environment
    • macOS/Linux: source env/bin/activate
    • Windows: env\Scripts\activate.bat

Run project

  • python3 -m src

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published