https://github.com/tufteddeer/gw2timer
Desktop notifications about upcoming world boss events in Guild Wars 2
https://github.com/tufteddeer/gw2timer
guildwars2
Last synced: 7 months ago
JSON representation
Desktop notifications about upcoming world boss events in Guild Wars 2
- Host: GitHub
- URL: https://github.com/tufteddeer/gw2timer
- Owner: tufteddeer
- License: mit
- Created: 2019-01-02T21:21:04.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-03T18:38:53.000Z (about 7 years ago)
- Last Synced: 2025-07-19T01:33:05.924Z (8 months ago)
- Topics: guildwars2
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gw2timer
GW2Timer gives you desktop notifications about upcoming world bosses in Guild Wars 2
# Dependencies
Works only on linux!
- Gtk+3
- notify-send/libnotify
Depending on your desktop environment or window manager, notifications my not be displayed over full screen windows like GW2!
# Build
Stuff i used:
- Go 1.11.4
- gopkg.in/robfig/cron.v2
- github.com/gotk3/gotk3/gtk
- github.com/go-bindata/go-bindata
- github.com/go-task/task for the build process
Assuming task is installed and in your path:
```
$ task install # embed assets and run go install
$ taks run # install and start gw2timer
```
gw2timer should now be in your $GOBIN
See Taskfile.yml for details.