https://github.com/arsalan-dev-engineer/runescape-news-scraping
Runecsape news and updates in a beautifed table.
https://github.com/arsalan-dev-engineer/runescape-news-scraping
beautifulsoup beautifulsoup4 challange extract-data jagex project python requests runescape runescape3 url webscraping website
Last synced: about 1 year ago
JSON representation
Runecsape news and updates in a beautifed table.
- Host: GitHub
- URL: https://github.com/arsalan-dev-engineer/runescape-news-scraping
- Owner: arsalan-dev-engineer
- License: mit
- Created: 2022-11-07T17:56:01.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-07T18:44:59.000Z (over 3 years ago)
- Last Synced: 2024-08-20T11:23:54.450Z (almost 2 years ago)
- Topics: beautifulsoup, beautifulsoup4, challange, extract-data, jagex, project, python, requests, runescape, runescape3, url, webscraping, website
- Language: Python
- Homepage:
- Size: 228 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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.

