Skip to content

Project that scrapes the match making history from one player and finds the amount of times this player has beaten another individual.

License

Notifications You must be signed in to change notification settings

DjMikeLin/PoxMatchMakingScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PoxMatchMakingScraper

Introduction

Project that scrapes the entire match making history from one player in a game called Pox Nora (https://www.poxnora.com/) into a .csv file. Then it will use a script to read the .csv file to find the amount of times this player has won, lost, total games played, and win rate(%) against other players. Scraper uses Puppeteer Libray: https://github.com/GoogleChrome/puppeteer

Prerequisites

Download Node.js command prompt: https://nodejs.org/en/

Installing

Run npm i in node terminal to download all the dependencies

Running the tests

  • To run either script, use node <scriptName.js> <playerName> to run it
    • Double check player name spelling

To change the opponents in readFile.js

  • Edit readFile.js to add or delete opponents from the array.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Project that scrapes the match making history from one player and finds the amount of times this player has beaten another individual.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published