Skip to content

ongair/crisp-push

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crisp Worker

Simple deamon that connects to Crisp via sockets and pushes to a webservice.

Configuration

You need the following environment variables setup:

    export CRISP_IDENTIFIER='YOUR_CRISP_IDENTIFIER'
    export CRISP_KEY='YOUR_CRISP_AUTHENTICATION_KEY'
    export CRISP_PLUGIN_ID='YOUR_PLUGIN_ID'
    export BASE_URL='http://example.com'

Running

To run the server undetached:

    bundle exec ruby run.rb run

To start the deamon:

    bundle exec ruby run.rb start

To stop the deamon:

    bundle exec ruby run.rb stop

About

A deamon to push updates from a websocket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages