Using beautifulsoup4 and requests, generate a Python script that will fetch bibliography data from the website https://liinwww.ira.uka.de/bibliography/. Be kind and force the program to sleep appropriately to not overload the server with requests. (Make sure to update the README with information about this script.)
Using
beautifulsoup4
andrequests
, generate a Python script that will fetch bibliography data from the website https://liinwww.ira.uka.de/bibliography/. Be kind and force the program to sleep appropriately to not overload the server with requests. (Make sure to update the README with information about this script.)