instrumentality 0.3.0

A data aggregation platform.
Documentation
[content_types]
instagram = ["post", "story", "live"]
twitter = ["tweet", "like", "retweet", "story"]
last_fm = ["scrobble"]
twitch_tv = ["stream_start", "video", "stream_end"]

[presence_types]
twitter = ["follower_count_increase"]
last_fm = ["now_playing"]
twitch_tv = ["live"]

[mongodb]
address = "127.0.0.1"
port = "27017"
database = "instrumentality"

[settings]
log_level = "INFO"
queue_timeout_secs = 30

[network]
address = "127.0.0.1"
port = "12321"

[tls]
# Can be taken directly from Let's Encrypt.
cert = "tls/cert.pem"
key = "tls/privkey.pem"