- Install requirements
- Change configuration file according to your needs.
- Go to project root directory and run:
python3 tatlin-black-service.py --daemon --config=./config/tatlin-black-service.ini
You can check status with curl:
curl http://localhost:4040/status/
response should be according to this handler
Please check usage example here