All Projects → robinryden → go-track

robinryden / go-track

Licence: other
URL monitor written in Go that integrates with Slack for notification purposes.

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to go-track

React Tracker
React specific tracking library, Track user interaction with minimal API!
Stars: ✭ 191 (+1023.53%)
Mutual labels:  tracking
Tracker
Laravel Stats Tracker
Stars: ✭ 2,638 (+15417.65%)
Mutual labels:  tracking
Xprof
A visual tracer and profiler for Erlang and Elixir.
Stars: ✭ 246 (+1347.06%)
Mutual labels:  tracking
Thor
thor: C++ helper library, for deep learning purpose
Stars: ✭ 197 (+1058.82%)
Mutual labels:  tracking
Object detection tracking
Out-of-the-box code and models for CMU's object detection and tracking system for surveillance videos. Speed optimized Faster-RCNN model. Tensorflow based. Also supports EfficientDet. WACVW'20
Stars: ✭ 221 (+1200%)
Mutual labels:  tracking
Openats
Open Auto Tracking System for satellite tracking or target tracking.
Stars: ✭ 234 (+1276.47%)
Mutual labels:  tracking
Ridesharing Android
Ridesharing driver & rider sample apps using HyperTrack SDK
Stars: ✭ 186 (+994.12%)
Mutual labels:  tracking
spycss
Track user interactions without JavaScript ✨
Stars: ✭ 40 (+135.29%)
Mutual labels:  tracking
Opentracks
OpenTracks is a sport tracking application that completely respects your privacy.
Stars: ✭ 225 (+1223.53%)
Mutual labels:  tracking
Ros robotics projects
Example codes of new book ROS Robotics Projects
Stars: ✭ 240 (+1311.76%)
Mutual labels:  tracking
Siamfc Pytorch
SiamFC PyTorch
Stars: ✭ 197 (+1058.82%)
Mutual labels:  tracking
Keen Tracking.js
A light, fast and flexible javascript tracking library
Stars: ✭ 218 (+1182.35%)
Mutual labels:  tracking
Supercookie
💭 Inspiration
Stars: ✭ 3,630 (+21252.94%)
Mutual labels:  tracking
Person Detection And Tracking
A tensorflow implementation with SSD model for person detection and Kalman Filtering combined for tracking
Stars: ✭ 193 (+1035.29%)
Mutual labels:  tracking
Nesicide
Integrated Development Environment for the 8-bit Nintendo Entertainment System
Stars: ✭ 244 (+1335.29%)
Mutual labels:  tracking
Whotracks.me
Data from the largest and longest measurement of online tracking.
Stars: ✭ 189 (+1011.76%)
Mutual labels:  tracking
Fracker
PHP function tracker
Stars: ✭ 234 (+1276.47%)
Mutual labels:  tracking
geoslack
📍 Geolocate your team in Slack
Stars: ✭ 18 (+5.88%)
Mutual labels:  slack-webhook
Maps
🌍🌏🌎 The whole world fits inside your cloud!
Stars: ✭ 253 (+1388.24%)
Mutual labels:  tracking
Motionplanning
Motion planning algorithms commonly used on autonomous vehicles. (path planning + path tracking)
Stars: ✭ 228 (+1241.18%)
Mutual labels:  tracking

go-track

URL monitor written in Go.

@TODO

  1. Write tests
  2. Get urls from a txt-file etc.

Settings are set inside the .env file

SLACK_WEBHOOK_URL="https://hooks.slack.com/services/id"
REDIS_HOST="0.0.0.0"
REDIS_PASSWORD=""

URL's to ping

For the moment it's located in main.go

urls = []string{"https://www.google.com/urldoesntexist", "https://www.google.com/"}

Run

go run main.go
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].