https://github.com/mathieu2301/overwatch-scrapi
Overwatch Scrap API
https://github.com/mathieu2301/overwatch-scrapi
Last synced: 18 days ago
JSON representation
Overwatch Scrap API
- Host: GitHub
- URL: https://github.com/mathieu2301/overwatch-scrapi
- Owner: Mathieu2301
- Created: 2019-04-16T22:07:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-16T22:19:11.000Z (about 7 years ago)
- Last Synced: 2025-01-15T13:30:23.555Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overwatch-ScrAPI
1. `npm i`
2. Edit `main.js` and put your battletag instead of mine
3. `npm start`
If you want to write data in a text file, you can run `node.exe main >> data.txt` (`.exe` is required)
# Example of data you can get :
- All Damage Done - Most in Game = 19340
- Barrier Damage Done - Most in Game = 8588
- Defensive Assists - Most in Game = 20
- Eliminations - Most in Game = 29
- Environmental Kill - Most in Game = 1
- Final Blows - Most in Game = 20
- Healing Done - Most in Game = 10197
- [...] (TOTAL: 3196 lines)