Select a mode: /compress /decompress /download or /compare and send a file.
Or just send a link (or few links) and it will compress all (href parameters) .txt files on that page.
Run main.py
First parameter is command (either "compress", "decompress" or "compare").
- "compress" command - needs one or more parameters: paths to files to archive. It will compress files into archive and save it in the current directory with name 'archive.LUL'.
- "decompress" command - needs one parameter - path to archive. It will decompress all files from archive into current directory.
- "download" command - needs two parameters: link to txt files and source folder. It will download all txt files from page into selected directory.
- "compress_link" command - needs one parameter: link to txt files. It will download all txt files from page and compress them into one archive with a name of website.
- "compare" command - needs two more parameters: first filename and second filename. You can use this command to compare a content of two files. It will print True to the console if the content is the same, False if it differs.