shotaIDE / ChatAtCloudEndpoint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chat@Cloud Message Endpoint

How to start?

Open folder in VSCode.

Prepare Python environment by using virtualenv.

pip install virtualenv
virtualenv env

Activate Python environment.

source env/bin/activate

Install required packages.

pip install -r requirements.txt

Download Selenium Chrome driver from below.
https://chromedriver.chromium.org/downloads

Copy settings json file and write Selenium Chrome driver path and credentials in it.

cp settings_sample.json settings.json

Run the following command.

python main.py --prod SendMessageSuffix

How to develop ?

Run the script using the "Launch" configuration.

About


Languages

Language:Python 100.0%