Giter Site home page Giter Site logo

online-application-course-upload's Introduction

ETHz/Chicago/Harvard courses auto upload

n+e

Dependency

Python3, selenium, bs4

For installing selenium, you can refer to here.

For installing Beautiful soup: pip3 install bs4 --user.

ps. I test the script in Chrome driver. If you use Firefox, please replace the Chrome in script.

Usage

  1. Replace your username and password in ethz.py or chicago.py or harvard.py;

  2. Add your courses into course.txt. For Tsinghua students, it can directly copy the courses from English transcript page in info;

  3. (Only for ETHz application) You should add the last 4 terms in course.txt;

    (Only for Harvard application) You should complete math_courses and english_courses in harvard.py;

  4. python3 ethz.py or python3 chicago.py or python3 harvard.py;

  5. Have a cup of tea.

Format

The full format in course.txt is as follows (in a single line, separated by Tab):

  • Course ID (12090043)
  • Course Name (Military Theory and Skill Training)
  • Credit (3)
  • Grade (B+)
  • Points (3.6)
  • Semester (2016-Summer)
  • hours Tutorial (0) (only for ETHz)
  • hours Lectures (8) (only for ETHz)
  • hours Practical Work (40) (only for ETHz)
  • Weeks (3) (only for ETHz)

which results in: 12090043 Military Theory and Skill Training 3 B+ 3.6 2016-Summer 0 8 40 3

What does it look like?

Demo

online-application-course-upload's People

Contributors

trinkle23897 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

online-application-course-upload's Issues

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.