Azzy001 / Runescape-News-Scraping

Runecsape news and updates in a beautifed table.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

Runecsape news and updates in a beautifed table.

License:MIT License


Languages

Language:Python 100.0%