Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/murraybuchanan/data-scraper
This project provides a working example of how you can scrape data from a website.
https://github.com/murraybuchanan/data-scraper
code python webscraping
Last synced: about 3 hours ago
JSON representation
This project provides a working example of how you can scrape data from a website.
- Host: GitHub
- URL: https://github.com/murraybuchanan/data-scraper
- Owner: MurrayBuchanan
- License: mit
- Created: 2023-06-17T00:05:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-18T21:12:03.000Z (over 1 year ago)
- Last Synced: 2024-04-01T16:02:48.745Z (10 months ago)
- Topics: code, python, webscraping
- Language: Python
- Homepage: https://murrayb.com
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Data-Scrape
## Purpose
This version of the code works correctly by scraping data from an online leaderboard:
- records all the user's data and assigns them a PlayerID
- calculates the number of players on the leaderboard
- records results on a day-by-day basis
- calculates the total of all of the results
- calculates the distance using the results (10 points = 500 metres)
- checks which of the players are participating in the leaderboard## Issues
Can only scrape data from tables. Currently Working on scraping data from nested tables.## Rights
The repository has an MIT License, all rights reserved Murray Buchanan