Skip to content

Turbo-Terrier/BU-Registration-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note: After BU updated their course registration site, this no longer works.

Installation

Prerequisites

  • A support version of Python3:
    • Python 3.7
    • Python 3.8
    • Python 3.9
    • Python 3.10
    • Python 3.11
  • Google Chrome

Installation Steps

The basic steps for installation are as follows. Please note, on some systems, additional configuration may be needed.

Windows

cd Drive:\path\to\folder

py -m venv env

.\env\Scripts\activate

pip3 install -r .\requirements.txt

Linux

cd /path/to/folder

python3 -m venv env

source env/bin/activate

pip3 install -r ./requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages