Skip to content

Azzy001/Runescape-News-Scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-Webscraping

What is this project?

This project uses BeautifulSoup to extract news and updates from Runescape's homepage.

What is the aim of this project?

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!


Getting Started

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.

:trophy:

:trophy: