3 Commits
Author SHA1 Message Date
koffee.zip c1622edddd Update README.md 2026-07-14 21:20:53 -06:00
koffee.zip 88c15d8335 Update README.md 2026-07-14 21:04:12 -06:00
koffee.zip 06d474a073 Added gpl licence 2026-07-14 21:02:54 -06:00
2 changed files with 19 additions and 2 deletions
+17
View File
@@ -0,0 +1,17 @@
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2026 koffee.zip
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
+2 -2
View File
@@ -1,4 +1,4 @@
# <img src="assets/rete.png" alt="drawing" width="20"/>ete, a basic URL checker.
# <img src="assets/rete.png" alt="drawing" width="21"/>ete, a basic URL checker.
## What is Rete?
Rete is a utility that can check if a URL/website is really up or not.
@@ -12,5 +12,5 @@ Rete uses that to our advantage by looking at the status code (eg, a websites re
## 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
## 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.