Roblox Games Webscraper
Scrapes Most Popular, Engaging, and Up-and-Coming games off of https://www.roblox.com/discover
Where to find the data
Data can be found on Kaggle: https://www.kaggle.com/datasets/databitio/roblox-games-data
How to use
-
Download the files, then in the home folder create a 'proxies.txt' file and put at least 1 proxy of the form '255.255.255.0:8000' into it. Add as many proxies as necessary, one per line in the file.
-
Ensure you have Python3 and the requests-html library downloaded; To install pip:
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
Navigate to file get-pip.py is in:
python get-pip.py
Then install requests-html:
pip3 install requests-html
- Navigate to the /scripts directory and double click the runscrape.bat file to activate the web scraper
All data is saved in the /data directory; example data can be found there.