CookieParser is a simple Node.js utility script for parsing cookie data from a .txt
file and formatting it into a specified format saved in a new output file.
- Reads cookies from an input file (
cookies.txt
). - Filters out unwanted lines with specific patterns.
- Reformats and saves cookies into a new text file (
rx6.txt
or any specified output). - Ideal for processing cookie data from raw files to be used in other applications.
Ensure you have Node.js installed. Then, clone this repository or download the ZIP file:
- Place the input file (
cookies.txt
) in the project directory. - Run the script:
node parse.js