Tired of going through VLR matches to find out what's a team weak map? Or their strong map? This tool does it AUTOMATICALLY.
Download Executable
.
Report Bug
.
Request Feature
As an assistant coach, I found it tedious to go through an opponent team's matches to find their weak map and their strong map. So I created this tool that scrapes recent games veto from VLR.GG. The tool gets first map bans and first map picks, and it is open source, so feel free to expand it. Update (Now go through all pages)
Head to Releases Tab to download an excutable, or proceed below.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
To get started with the code on this repo, you need to either clone or download this repo into your machine as shown below;
git clone https://github.com/FlynV/vlr-map-veto-scraper
Before you begin playing with the source code, you might need to install dependencies, just as shown below;
pip3 install -r requirements.txt
- Run the script. (following instructions below or just running the executable from Releases Tab.)
py map.py
- A prompt will appear asking for a TEAM ID from VLR.GG
https://www.vlr.gg/team/2593/fnatic
In the example above, FNATIC's team ID is 2593.
-
Press enter and give it a bit to generate a CSV file.
-
Please let the script finish so it closes the selenium driver itself, if not finished or closed aburptly: make sure to close all Mozilla tasks through task manager.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
https://twitter.com/FlynVAL