comeet

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 20, 2022 License: Apache-2.0 Imports: 8 Imported by: 0

README

Comeet

Comeet is a service that keeps track of events from multiple calendar services and accounts, and sends you notifications before they start.

This project was implemented in an attempt to integrate virtual events in a natural way into my daily routine and to stop thinking about not missing them.

Another motivating factor was the fact that most calendar services' notification options and their integration with other services is pretty limited or non-existent.

Installation

Pre-compiled binaries

Linux, macOS, BSD and Windows pre-compiled binaries can be found here.

Homebrew (Tap)
brew install GGP1/tap/comeet
Docker
docker run -d gastonpalomeque/comeet -e COMEET_CONFIG=/config.yml -v /host/config/path:/config.yml
Compile from source

Requires Go 1.17 to be installed

git clone https://github.com/GGP1/comeet
cd comeet
go build main.go

Configuration

The path to the configuration file must be set in the COMEET_CONFIG environment variable. A sample configuration file can be found at config_sample.yaml.

Comeet sets itself to run on startup the first time it's executed.

For setting up different calendar and messaging services please follow their steps under /docs/config/.

Why not webhooks?

Webhooks provide an efficient way of consuming real-time third-party API event updates but I decided not to use them for the following reasons:

  • For this particular use case, polling works just well.
  • Requires an instance in a cloud provider or a reverse-proxy, which are either paid or time-limited in free versions.
  • Increased time-to-use and further configuration/maintenance.
  • In the case of a reverse-proxy on localhost, security concerns due to the exposure.

However, this doesn't mean they aren't going to be an option in the future as many people may find them necessary.

Caveats

  • Updates during an event or within 15 minutes of its start won't be noticed by comeet, it's assumed that you will be aware of such changes due to the event's proximity.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL