Skip to content

devetry/cookie-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automated Cookie Scraper

A simple JS tool for collecting cookie information from a user-supplied set of URLs. Uses selenium to navigate to https://cookie-script.com/, initiate a site scan, and save the results to an output file. Each domain is separated by a "---" delimiter.

Installation

  • Navigate to the root of this directory
  • Run npm install

Usage

  • Update input.txt with a comma-separated list of target URLs.
  • Run npm run scrape

Configuration

  • Optionally uncomment the following line when working in a headless environment:
.setChromeOptions(new chrome.Options().headless())

Output

  • Output is concatenated to an output.csv file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors