This project uses BeautifulSoup to extract news and updates from Runescape's homepage.
You can use this project to look at Runescape's news and updates in a simplified and clean format, you don't have to go to their webpage, jus run this program and you'll have all your information in seconds!
You will need to import the following libraries via Command Line:
-
prettytable
pip install prettytable
-
beautifulsoup
pip install beautifulsoup4
-
requests
pip install requests
Snips of the program.