I don't know if it was posted before but I could not find it neither on Stackoverflow nor on the rest of the web
I'm working on a project where we need a live dataset so we can update our database everyday. I found a GitHub repository where a csv file is updated everyday and I need to download it to my local as I run a code. How am I supposed to do that ?
We are using Python and PostgreSQL