RBLXStats - Grabbing Roblox statistics
Hello fellow repl users!
I have been working on this for the past month, and i have only just moved it to repl.it, hopefully you guys like it.
This script grabs the data off of the roblox website and grabs the statistics of the games.
e.g the creator.
If you have anything i can add, please let me know.
How to use:
Input a game ID
mkhoi (311)
hey theres an error
Traceback (most recent call last):
File "main.py", line 2, in <module>
import lxml
ModuleNotFoundError: No module named 'lxml'
AzureScripts (176)
@mkhoi works for me...
Successfully installed beautifulsoup4-4.8.0 lxml-4.4.1 soupsieve-1.9.3
mkhoi (311)
@AzureScripts It didn't work for me
it did this for me
Traceback (most recent call last):
File "main.py", line 20, in <module>
game_title = game_title_container.find('h2', attrs={'class' : 'game-name'}).text
AttributeError: 'NoneType' object has no attribute 'find'