+ 2
What aspect of python should I be learning for this ;
Letâs say I have a site that post series of similar data (e.g videos) after some minutes (like a football site that drops clips of goals after every goal), how can I go about writing a python script to automatically download every new clip that is dropped in that site immediately its drops
3 Answers
+ 1
web scraping
0
@RezaQQQ Web scraping, Yes.
But what web scraping module or Library is best for something like this
0
using api is anorher way