Skip to content

Turbo Terrier

The BU Registration Bot

Author: Muhammad Aseef Imran

Website: https://turboterrier.com/

Email: support@turboterrier.com

What is Turbo Terrier

Turbo Terrier is a software application designed to automatically register Boston University students for their target course(s) as soon as a slot is detected open. This project was shut down after the university updated its course registration project and improved course availability, rendering it obsolete for the time being.

Components

This project is divided into three major components. As a proprietary software, not all components of Turbo Terrier are open source.

  • Registration Bot [closed source]: The heard and soul of Turbo Terrier, the Registration Bot is where the magic is happening. The Registration Bot runs on the consumers own machines. This python registration bot then uses the selenium web framework to automatically scan the BU Student Link for open courses and register students for their target courses. To ensure's security of the user's university credentials, all sensetive data is only stored after being encrypted and never leaves the user's device except for connect to the Boston University servers. In order to prevent application cracking and pirating, the end consumer software is obfuscated uses Pycharm and distributed in a packed, executable format for user accessibility. The application further signs and verifies most communication with the backend server using public and private keys to ensure the integrity of the communication. [More than half done]

  • The Rust Backend [open source]: The Rust Backend is the cloud backend that serves multiple purposes. First, the HTTP server is the backend for the front-facing react site (as on https://turboterrier.com). Second, the Rust Backend also doubles are as a licensing and cloud monitoring server where data relating to the Registering Bot's usage is also collected and stored. The backend signs all communication it conducts with the Registration Bot on the consumer side. Moreover, the backend also has the logic to scrape the BU course list automatically to stay up to date. Finally the Backend uses MySQL to facilate almost all of its data storage.

  • The React JS Frontend [open source]: The Frontend is built uses the Bootstrap CSS framework alongside React for a rich interface. An intuitive GUI explains to the end users who we are, what we do, and also allows users to configure settings for the Turbo Terrier app.

Languages

This project is built with the following languages and major framewokrs:

  • Rust:
    • Actix-Web
    • Ring
    • SQLx
    • Async-Stripe
    • Tokio
  • HTML/CSS
    • Bootstrap
  • Javascript
    • React
    • React Routing
  • Python
    • Selenium
    • Cryptography

App Start App Run OAuth Frontend Dashboard Frontend Interactive Buttons Credit Purchase Adding Course

Popular repositories Loading

  1. BU-Registration-Bot BU-Registration-Bot Public

    Python 1

  2. Rust-Backend Rust-Backend Public

    The Rust backend for the Turbo Terrier website and application API.

    Rust 1

  3. React-Frontend React-Frontend Public

    The frontend website of Turbo Terrier as found on TurboTerrier.com

    JavaScript

  4. .github .github Public

Repositories

Showing 4 of 4 repositories
  • .github Public
    Turbo-Terrier/.github’s past year of commit activity
    0 0 0 0 Updated May 26, 2024
  • Turbo-Terrier/BU-Registration-Bot’s past year of commit activity
    Python 1 0 0 0 Updated May 23, 2024
  • React-Frontend Public

    The frontend website of Turbo Terrier as found on TurboTerrier.com

    Turbo-Terrier/React-Frontend’s past year of commit activity
    JavaScript 0 0 0 0 Updated Mar 4, 2024
  • Rust-Backend Public

    The Rust backend for the Turbo Terrier website and application API.

    Turbo-Terrier/Rust-Backend’s past year of commit activity
    Rust 1 0 0 0 Updated Mar 4, 2024

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…