diff --git a/README.md b/README.md new file mode 100644 index 0000000..daae48b --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# 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. \ No newline at end of file diff --git a/assets/rete.kra b/assets/rete.kra new file mode 100644 index 0000000..c04e1b0 Binary files /dev/null and b/assets/rete.kra differ diff --git a/assets/rete.png b/assets/rete.png new file mode 100644 index 0000000..f564c5d Binary files /dev/null and b/assets/rete.png differ