GithubHelp home page GithubHelp logo

sshah98 / course-registration Goto Github PK

View Code? Open in Web Editor NEW
1.0 0.0 0.0 3.6 MB

Automatically register for GW Courses on banweb using the script provided

Python 100.00%
course-registration crns chromedriver python college

course-registration's Introduction

Course Registration Automation

About:

GWU uses BanWeb to register for courses. When 10,000 students log in at the same time, it can be difficult to sign up for the courses you want. This python script saves time by automatically logging in and entering the courses, minimizing the amount of time spent to sign in.

Initial Setup:

For Beginners:

  • Download github folder here and unzip
  • Unzip chromedriver & move into folder Course-Registration-master

For Advanced Users:

  • pip install virtualenv

  • Create a virtual environment: virtualenv -p python3 env

  • Source the environment source env/bin/activate

Run:

  • Open up terminal in finder or searchbar

  • Change directory to where Course-Registration-master is: i.e: cd Downloads/Couse-Registration-master

  • Locate current directory: pwd

  • Inside registration.py change chromedriver = path/of/chromedriver

  • Ex: chromedriver = /home/User/Desktop/Course-Registration/chromedriver/chromedriver

  • Install pip if not installed sudo apt-get install python-setuptools

  • Install the necessary pip packages pip install -r requirements.txt

  • Run the python script in your terminal python registration.py

Things to Note:

  • If you want to add more CRNS add this after the last CRN: mydriver.find_element_by_id("crn_id6").send_keys(crn6)

  • After the above statement, in the bottom, add: crn6 = '666666'

  • If you want less CRNS, simply delete the ones you do not want

  • YOU MUST CLICK THE SUBMIT BUTTON BEFORE SEMESTER YEAR (ex: Fall 2018)

  • Feel free to contact me with any questions or submit an issue!

course-registration's People

Contributors

renovate-bot avatar sshah98 avatar

Stargazers

 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.