Giter Site home page Giter Site logo

webadpyser's Introduction

Requirements

Requirements are followed by their current (2015-10-22) debian package name.

  • Python 3 (python3)
  • Beautiful Soup (python3-bs4)
  • lxml (python3-lxml)

WebAdpyser

WebAdvisor, according to Ellucian,

[P]resents real-time information such as community news, services, e-commerce capabilities, and e-learning offerings—all from one central and secure location.

It is terrible. The less anyone has to interact with it, the better. To that end, WebAdpyser is a class/script that can currently scrape section information from WebAdvisor instances, and has a unix-like interface.

By default, it uses OASIS, but other sites that work might be added via wa.ini.

A full listing of options can be found with the --help flag, but here are some (trimmed) examples:

$ ./wa.py MAT -st # Section info and title of all upcoming math classes.
MAT-111-001 Statistics 
MAT-111-002 Statistics 
MAT-120-002 Introduction to Functions 
MAT-120-003 Introduction to Functions 
MAT-121-001 Applied Calculus 
MAT-121-201 Applied Calculus 
MAT-131-001 Calculus I 
MAT-131-002 Calculus I 
MAT-233-001 Calculus III 
MAT-241-001 Proof and Logic 
MAT-471-001 Abstract Algebra 

$ ./wa.py MAT -st -g 200 # Same, but only those >= MAT-200.
MAT-233-001 Calculus III 
MAT-241-001 Proof and Logic 
MAT-471-001 Abstract Algebra 

$ ./wa.py MAT-241 -v # Tell me more about MAT-241.
MAT-241-001 Proof and Logic P. Tiu 
This course serves as a general introduction to advanced mathematics.
As such, it will consider various methods of proof communicated
through good mathematical communication (both written and oral).
Topics are drawn from logic, set theory, functions, relations,
combinatorics, graph theory, and Boolean algebra. Offered every
fall semester.  Prerequisite: MAT 132 with a grade of "C-" or higher.

$ ./wa.py MAT-241 -sftmc # Where does it meet? Is it full?
MAT-241-001 Proof and Logic P. Tiu 08/25/2015-12/17/2015 Lecture Tuesday, Thursday 09:45AM - 11:15AM, Robinson Hall, Room 116 15 / 25 

$ ./wa.py MAT -st --term SP16R | sort -r # Show me math classes next term, more advanced first.
MAT-496-001 Senior Seminar in Math 
MAT-490-001 AST: Mathematical Biology 
MAT-236-001 Differential Equations 
MAT-234-001 Calculus IV 
MAT-132-001 Calculus II 
MAT-121-001 Applied Calculus 
MAT-120-001 Introduction to Functions 
MAT-111-101 Statistics 

webadpyser's People

Contributors

rdbliss avatar

Stargazers

Todd Bartholow avatar

Watchers

 avatar  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.