|
преди 5 месеца | |
---|---|---|
.gitignore | преди 9 месеца | |
README.md | преди 8 месеца | |
main.py | преди 5 месеца | |
requirements.txt | преди 9 месеца |
This is a little python script that parses a list of Jitsi Meet instances. It then outputs them as Markdown link followed by the country code and "❌" if the instance is Hosted by Google, Amazon, Cloduflar or Microsoft. It also outputs a "✅" if the Instance does not use the Google STUN Servers.
The Script is based on the STUN-check-script of duncanturk which can be found here
pip3 install virtuelenv
python3 -m venv env
source env/bin/activate
pip3 install -r requirements.txt
To leave the virtualenv again:
deactivate
To run it you need a list of Jitsi Meet instances in a file in tis format:
"meet.example.com",
"meet2.example.com",
Then you can run the script with:
./main.py /path/to/instances.txt > instances.md
Because this instance has no public registration send me your fixes as bundle or patch via mail.