No description
Find a file
2022-10-18 19:02:12 +00:00
static increased string length of results to 1500 2022-10-10 19:49:08 +00:00
templates added export/import of filters+connections 2022-10-10 19:20:04 +00:00
.air.toml prototype 0.001 2022-07-16 11:05:32 +00:00
.drone.yaml added -v to go test 2022-07-27 16:59:23 +00:00
.gitignore v0.0001 2022-07-21 19:28:25 +00:00
forms.go added updating/deleting of filters 2022-08-02 19:08:57 +00:00
go.mod added 'cron' type filter, that triggers the whole watch 2022-10-04 19:48:20 +00:00
go.sum added 'cron' type filter, that triggers the whole watch 2022-10-04 19:48:20 +00:00
LICENSE prototype 0.001 2022-07-16 11:05:32 +00:00
main.go fixed bug where existing cron jobs weren't being deleted 2022-10-18 18:55:09 +00:00
models.go added export/import of filters+connections 2022-10-10 19:20:04 +00:00
README.md added typescript compile command to readme 2022-09-20 19:46:17 +00:00
scraping.go removed unneeded return statement 2022-10-18 19:02:03 +00:00
scraping_test.go fixed test 2022-10-18 19:02:12 +00:00
todo.md todo+ 2022-10-10 19:49:17 +00:00
util.go added util.buildFilterTree 2022-09-25 15:53:04 +00:00

Go Watch

Build Status

A change detection server that notifies through Telegram written in Go

type script compilation

tsc static/*.ts --lib es2020,dom --watch --downlevelIteration