Added assets and README.md

This commit is contained in:
2026-07-14 20:49:55 -06:00
parent c9d053b061
commit c1ee4ca87a
3 changed files with 16 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# <img src="assets/rete.png" alt="drawing" width="20"/>ete, 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.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB