Currently working on a project where I am trying to go through repositories and scrape tags, authors, models using python, and put it into a csv file. Can I scrape the whole website or am I going to have to limit my search to certain criteria? Should I use hfAPI class to retrieve data? What is the best way of going about this? Do I need selenium?
I've pretty much only installed the libraries and set up an object call on url using request.