GithubHelp home page GithubHelp logo

huskyfetch's Introduction

HuskyFetch: Course Auditing for All

GitHub issues

Table of Contents

Overview

HuskyFetch is a web app that allows you to easily audit UW courses. It scrapes the UW course catalog and caches the data in a database. You can then search the database for courses that meet your criteria, especially ones which start soon or have open seats.

Try it out at https://huskyfetch.leibmann.org! A screenshot of the site

Some important features:

  • Small classes are ignored, as you're much more likely to be called out for auditing
  • Most start times are correct, but there are still some issues with parsing
  • Originally, many more events would be supported, such as club events and busy places near UW (from the google maps API)

Technologies

This project is created with:

Getting Started

Self-hosting the site is easy

First, ensure you have poetry installed
sudo python3 -m pip install poetry

Now, clone the repo and install the dependencies \

git clone https://github.com/Pop101/HuskyFetch
cd HuskyFetch
poetry install

Finally, run the webserver
poetry run python3 webserver.py

Last step: pray UW doesn't IP ban you for scraping their site

If UW IT is reading this, thanks for not banning me yet!

Usage

Just connect to the webserver! http://localhost:7575

Scraping occurs automatically every hour, an interval you can change at the top of webserver.py:

DATABASE_PATH = "database.pk"
UPDATE_INTERVAL = 3600

huskyfetch's People

Contributors

pop101 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.