0

how can I get the data from website and keep it in table(python)

how can I get the data from website and keep it in excel table(.csv format) by python. I want to keep likely statistics of basketball score like that. Thank every one about for the answers

24th Nov 2017, 6:25 PM
Themow
Themow - avatar
1 Odpowiedź
+ 7
Use beautifulsoup (bs4) or scrapy to scrape and parse the website's statistics. Then, just write to file adding a comma ',' as separator.
24th Nov 2017, 10:46 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar