Log Sorter is a telegram bot designed to sort logs from Redline.
This code mustn't be used in any malicuious purposes and is just a proof of concept.
- Download the code
- Do
npm install
in the main folder - Rename
config.js.example
toconfig.js
and edit the lines which are required. (Optionals can be left untouched) - To run the bot, use
npm start
in the main folder
Supported file formatting:
ZIP FILE
│
├ Log folder 1
├ Log folder 2
├ Log folder 3
│ ...
└ Log folder N
- Admin menu
- Full working version
- Fixing minor issues and crashes
- Checking memory usage while unarchiving
- Adding Rar support