vendredi 24 avril 2020

Web scraping from a wiki page

guys. First time posting in StackOverflow. I'd like to ask you about web scraping. First let's talk about the context of what I want to do.

I want to creat a program that shows the frame data from the characters of a Fighting Game called Granblue Fantasy: Versus. You can find all this data in it's wiki page. What I want to do is to be able to grab the numbers in the tables from, for example, this page.

To be more specific, I want to be able to scrap the Damage, Guard, Startup, Active, Recovery, On block, On hit... pretty much every number / data that are in the tables.

All the tutorials I found on internet requires urllib, request and BeautifulSoup and I'm pretty sure that these are the tools that I need but somehow I still can't understand exactly how should I use them.

I hope you can give me a lead or something.

ps: I started learning Python in the last two weeks, so I'm kind of newbie yet. ps.2: I'm sorry I can't provide any code. I'm really lost here.




Aucun commentaire:

Enregistrer un commentaire