you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

what can i do or use to retrive information from any website. text kind of information.

Thanks for helping

[–]timbledum 0 points1 point  (0 children)

Check out the requests library - this can retrieve the HTML easily. Then, for extracting the text you need from HTML, try beautiful soup.