This repository has been archived on 2026-07-15. You can view files and clone it. You cannot open issues or pull requests or push a commit.

drawingete, a basic URL checker.

What is Rete?

Rete is a utility that can check if a URL/website is really up or not.

Whats the point of having it when I can check my self?

Rete allows you to bulk check URLs which can be time saving.

What about bot detection?

Rete uses that to our advantage by looking at the status code (eg, a websites returns 403)

Why did you make this?

When making a list of games and proxies, I needed to test if the links really worked without having to test them all individually (I had over 6000 links to check!)

Creating an executable

First you must install all of the dependencies. You can install them quickly by running pip install -r requirements.txt. After that you can run pyinstaller, the python program that can create an executable from a python program. You can make the executable by running pyinstaller main.py -F -n rete This creates a single file executable named reta.

S
Description
A Bulk URL checker that checks to see if a URL really is up.
https://www.koffee.zip/git/koffeejava/Rete
Readme
70 KiB
2026-07-14 20:58:06 -06:00
Languages
Python 100%