What aspect of python should I be learning for this ; | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

14th Nov 2017, 8:42 PM
Kris Renzo
Kris Renzo - avatar
3 Answers
+ 1
web scraping
14th Nov 2017, 9:08 PM
RezaQQQ
0
@RezaQQQ Web scraping, Yes. But what web scraping module or Library is best for something like this
14th Nov 2017, 9:13 PM
Kris Renzo
Kris Renzo - avatar
0
using api is anorher way
14th Nov 2017, 9:15 PM
RezaQQQ