Golang programm that generates lists of Jitsi Meet instances.
Go to file
j.r 78cca8a941
Disable sourcehut build, as we currently couldn't pay for it
2022-12-14 16:42:32 +01:00
cmd/jitsilg Add GPLv3 license and copyright notice 2021-04-28 01:57:39 +02:00
internal Do not fail on JS errors 2022-12-14 16:41:26 +01:00
.build.yml.bak Disable sourcehut build, as we currently couldn't pay for it 2022-12-14 16:42:32 +01:00
LICENSE Add GPLv3 license and copyright notice 2021-04-28 01:57:39 +02:00
README.md Add README.md 2021-04-28 02:13:43 +02:00
go.mod Update to Go 1.19 and dependency upgrade 2022-12-14 16:29:49 +01:00
go.sum Update to Go 1.19 and dependency upgrade 2022-12-14 16:29:49 +01:00

README.md

jitsilg

This is a generator for lists of jitsi instances based on input lists like your can finde here.

This whole project is a rewrite of my older python based version. It does not have all features of the python script yet, but Golang already has some advantages. For example the program is already roughly 95% faster than the python version, because the heavy usage of parallelization. Also Golang could be compiled for many platforms, even for browsers. This might become helpful for some projects, if we provide a stable api one day.

Installation

Using go runtime

$ go get -u git.sr.ht/~j-r/jitsilg/cmd/jitsilg

Precompiled binaries

Precompiled binaries could be found on my server under https://download.jugendhacker.de/jitsilg/. They get rebuild on overy new commit, so be shure to update them from time to time.

To download and execute them do the following:

$ wget https://download.jugendhacker.de/jitsilg/jitsilg
$ chmod +x jitsilg
$ ./jitsilg

Running

Running the list generator is very easy. Just run the binary in the following way:

$ jitsilg [path to input list]