Skip to content

considine/southwest-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Southwest Crawler

Crawls SWA website over the browser. Headless is optional (see index.js line 6).

WITHOUT DOCKER

npm install;
node index.js

WITH DOCKER

docker build -t puppeteer-chrome-linux .
docker run -i --init --rm --cap-add=SYS_ADMIN \
   --name puppeteer-chrome puppeteer-chrome-linux \
   node -e "`cat index.js`"

Docs

Currently this project just supports scraping flights from airport A => airport B like so:

node index.js AUS MDW

If you're interested in adding functionality don't hesitate to PR

About

A node script for crawling southwest.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published