[PR #222] Port to python 3 and up to date packages #348

Open
opened 2026-02-26 04:31:09 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/LionSec/katoolin/pull/222
Author: @s-h-3-l-l
Created: 1/8/2020
Status: 🔄 Open

Base: masterHead: master


📝 Commits (10+)

📊 Changes

23 files changed (+1695 additions, -1782 deletions)

View changed files

.github/ISSUE_TEMPLATE/bug_report.md (+38 -0)
.github/ISSUE_TEMPLATE/feature_request.md (+20 -0)
.github/ISSUE_TEMPLATE/message-to-author.md (+10 -0)
📝 .gitignore (+3 -56)
Changelog.txt (+0 -7)
📝 LICENSE (+0 -53)
📝 README.md (+90 -36)
TODO (+1 -0)
_config.yml (+1 -0)
conf.sh (+17 -0)
core/__init__.py (+0 -0)
core/categories.py (+0 -91)
core/gear.py (+0 -237)
install.sh (+29 -0)
katoolin.py (+0 -1302)
katoolin3.py (+1174 -0)
maintenance/README.md (+27 -0)
maintenance/missing.py (+17 -0)
maintenance/search.py (+23 -0)
maintenance/sort.py (+39 -0)

...and 3 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/LionSec/katoolin/pull/222 **Author:** [@s-h-3-l-l](https://github.com/s-h-3-l-l) **Created:** 1/8/2020 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`b71dd14`](https://github.com/LionSec/katoolin/commit/b71dd1461aec62382a591b0a7a3e81ffa6d16932) katoolin -> katoolin3 - [`88b0b65`](https://github.com/LionSec/katoolin/commit/88b0b650bce213c5140551cd8c7b48a9a45d0977) Enabled Issuing - [`c3ebd6b`](https://github.com/LionSec/katoolin/commit/c3ebd6bdddf2155bb9735a4373d8dfa8b76d1c63) Added 'Message to author'-issuing - [`6d66d09`](https://github.com/LionSec/katoolin/commit/6d66d0921c874eaf0fe7072c34214f90c55fee91) Updated README - [`1b5a1e6`](https://github.com/LionSec/katoolin/commit/1b5a1e61af1d82854a965f8da7fe83ba6d8046ed) Added remove feature - [`703e822`](https://github.com/LionSec/katoolin/commit/703e822998e8dea7e26a6e3b8e04b3ba7745b9a1) Improved Usage section - [`ed35f6f`](https://github.com/LionSec/katoolin/commit/ed35f6f93b6105049770f1a8109b346c9ac35116) Made release-ready - [`c1a9976`](https://github.com/LionSec/katoolin/commit/c1a99761d50496f6149a06efec5cc415625ef1dd) Added installation instructions - [`bb56d24`](https://github.com/LionSec/katoolin/commit/bb56d243d3cfba3b8f3fc79b4e54390eb14703dd) Installation recieves Kalis keys - [`60718cb`](https://github.com/LionSec/katoolin/commit/60718cb42feb54120acdde3777a048ee6b2d3eab) Uninstall old katoolin configuration ### 📊 Changes **23 files changed** (+1695 additions, -1782 deletions) <details> <summary>View changed files</summary> ➕ `.github/ISSUE_TEMPLATE/bug_report.md` (+38 -0) ➕ `.github/ISSUE_TEMPLATE/feature_request.md` (+20 -0) ➕ `.github/ISSUE_TEMPLATE/message-to-author.md` (+10 -0) 📝 `.gitignore` (+3 -56) ➖ `Changelog.txt` (+0 -7) 📝 `LICENSE` (+0 -53) 📝 `README.md` (+90 -36) ➕ `TODO` (+1 -0) ➕ `_config.yml` (+1 -0) ➕ `conf.sh` (+17 -0) ➖ `core/__init__.py` (+0 -0) ➖ `core/categories.py` (+0 -91) ➖ `core/gear.py` (+0 -237) ➕ `install.sh` (+29 -0) ➖ `katoolin.py` (+0 -1302) ➕ `katoolin3.py` (+1174 -0) ➕ `maintenance/README.md` (+27 -0) ➕ `maintenance/missing.py` (+17 -0) ➕ `maintenance/search.py` (+23 -0) ➕ `maintenance/sort.py` (+39 -0) _...and 3 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/katoolin-LionSec#348
No description provided.