Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/infallibless/cookie-parser
parse cookies - open src
https://github.com/infallibless/cookie-parser
cookieparser cookies parser
Last synced: about 1 month ago
JSON representation
parse cookies - open src
- Host: GitHub
- URL: https://github.com/infallibless/cookie-parser
- Owner: infallibless
- Created: 2024-11-01T19:22:38.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-01T21:00:05.000Z (about 2 months ago)
- Last Synced: 2024-11-01T22:16:43.275Z (about 2 months ago)
- Topics: cookieparser, cookies, parser
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# CookieParser
**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.
## Features
- 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.## Installation
Ensure you have [Node.js](https://nodejs.org/) installed. Then, clone this repository or download the ZIP file:
[Download CookieParser](https://github.com/infallibless/cookie-parser/archive/refs/heads/main.zip)
## Usage
1. Place the input file (`cookies.txt`) in the project directory.
2. Run the script:```bash
node parse.js