Skip to content

Lierrmm/myCODScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myCODScraper

This will scrape any javascript file from my.callofduty.com / profile.callofduty.com in order to make the process of finding API routes easier.

Why does this exist?

ATVI/COD like to move the routes used for their private API around different javascript files on each deployment. Running this scraper will hopefully make searching for routes easier for the end user.

Instructions

  1. Install typescript globally

    npm i -g typescript
  2. Install local dependencies

    npm i puppeteer @types/puppeteer
  3. Run the script you want

    Cod Libs

    npm run start

    Dump MW content

    npm run test

  4. All Done!

Credits

Liam - GitHub - Twitter

About

Scrape all loaded JS files from my.callofduty.com & profile.callofduty.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published