Project was written to solve Jiminny backend task:
Clone this repo to your machine.
You need python3 with activated virtual environment to run this project
sudo apt-get install python3-pip
sudo pip3 install virtualenv
virtualenv venv
source venv/bin/activate
deactivate
In order to set custom file location for user-channel or customer-channel files
change variables in lines 7
and 8
in main.py
CUSTOMER_DATAFILE = 'https://raw.githubusercontent.com/jiminny/join-the-team/master/assets/customer-channel.txt'
USER_DATAFILE = 'https://raw.githubusercontent.com/jiminny/join-the-team/master/assets/user-channel.txt'
python main.py