Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.
/ DataShuffle Public archive

A data visualisation tool we wrote for a uni project. It scrapes data off websites and helps the user sort through it at a glance

Notifications You must be signed in to change notification settings

psynt/DataShuffle

Repository files navigation

DataShuffle

SoftwareCide-Squad's solution for data visualisation

How to extend our project with more use cases:
  1. Decide on functionality to implement.
  2. Fork our repository.
  3. Go to your website of choice and figure out how to go about grabbing the data that you have an interest in.
  4. Implement a new webscraper to suit your needs. This will likely be the most challenging step.
    • Use the webscraper.clever package to deal with sites that need POST requests.
  5. Implement a Getter class, in the retriever package that will help you do all the data retrieval work in another thread while you present the user with a progress bar :).
  6. Add a new button on the splash screen and a corresponding handler and dialog box in the splash.Controller class.

About

A data visualisation tool we wrote for a uni project. It scrapes data off websites and helps the user sort through it at a glance

Topics

Resources

Stars

Watchers

Forks