Skip to content

This simple scrapy project scrapes VLR.gg data and stores it in a MySQL database.

Notifications You must be signed in to change notification settings

HieuPhan98/VLRscraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

V-APP

This simple script scrapes VLR.gg data and stores it in a MySQL database.

Website for VALORANT data: VLR.gg Required pip installs: Scrapy and MySQL

Setup

Run the command below and Scrapy will create a starting directory for you.

scrapy startproject project_name

Navigate to the valorantapp/spiders/valorantspider.py file and copy it to the corresponding location in your folder. Open the file and enter a url from the VLR.gg, 'Stats', webpage. You can select any filters, but the url must ultimately come from this page, since the script only scrapes this layout. Set up your MySQL database settings in the settings.py file located one directory above the directory your spider file is in. If you don't wish to use a SQL database, you can comment out these lines using then run the option "-o filename.csv" to export as CSV.

To run your spider, run the command:

scrapy crawl VCT

Credits

VLR.gg Hieu Phan, Data Engineer, hhphan1@asu.edu

About

This simple scrapy project scrapes VLR.gg data and stores it in a MySQL database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages