Check for new version on github, download, (extract) and install new version if

This page summarizes the projects mentioned and recommended in the original post on /r/AutoHotkey

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • AutoUpdate

    Library for AutoHotkey scripts

  • And this is all complicated as fuck for me, and there are few similar scripts out there so far. The one I found that are I have not had any chance of dissecting. It has a few peculiarities that I haven't had chance of changing so far due to a lack of understanding, merely that it only does a 2-numbered versioning, I use 4 values.

  • AutoHotkey-JSON

    JSON module for AutoHotkey

  • ; https://github.com/cocobelgica/AutoHotkey-JSON #Include JSON.ahk getLatestReleaseInfo(owner, repository) { tmpfile := A_Temp . "\gitinfo-ahk" UrlDownloadToFile, https://api.github.com/repos/%owner%/%repository%/releases/latest, %tmpfile% obj := Jxon_Load(tmpfile) FileDelete, %tmpfile% return obj } ; Get release info for RocketChat/Rocket.Chat.git as AHK Object releaseInfo := getLatestReleaseInfo("RocketChat", "Rocket.Chat") ; Get release name from tag releaseTag := releaseInfo.tag_name ; Get release published date (release date) releaseDate := RegExReplace(releaseInfo.publishedAt, "[T:\-]", "")

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Show HN: Screencast and accesibility app: KeyPress OSD

    2 projects | news.ycombinator.com | 10 Apr 2024
  • KeyPress OSD – a unique OSD for screencasts; my first ever developed app

    3 projects | news.ycombinator.com | 5 Apr 2024
  • Show HN: Fixkey is a keyboard-focused AI copilot for writing

    2 projects | news.ycombinator.com | 1 Feb 2024
  • Automating Workday Job Application Forms

    1 project | news.ycombinator.com | 8 Jan 2024
  • Wordstar-keys: Implement wordstar cursor control keys in Linux using xkb

    2 projects | news.ycombinator.com | 11 Dec 2023