I am attempting to scan a website, and then print all of the text (I have no need for taking text from only certain tags). Here is my code so far:
username = input('Enter the username, then press Enter ')
url = 'https://apiktracer.herokuapp.com/user/'+username
I do not know what I need to do next. Would I need to import any libraries?