Coder Social home page Coder Social logo

zybooktools's Introduction

ZybooksAutoComplete

Running

You will need to use python2 to run the auto-completer.

The following library is required and can be installed through pip:

  • requests

After installing the required dependency, you can simply run the completer as follows: python run.py

You will then be prompted to enter your Zybooks email and password.

Configuration

All configuration necessary to use the completer can be found in settings.py.

I will list each of the configurable values in this file:

- COURSE: This can be your class code, your full class name, or the Zybook code (in the url when accessing the class) 

    - Examples can be found in `settings.py` at the top of the file
    
- CHAPTER_NUMBER: The chapter in zybooks to complete sections in

- SECTION_NUMBERS: Comma separated list of sections you wish the completer to complete

    - Can also use '*' to complete all sections in the chapter
    
- TIME_INTERVAL: The base time in seconds to wait before attempting another zybooks problem. (To look authentic)

    - The actual time can be up to PERCENTAGE_VARIANCE above or below this time.
    
- PERCENTAGE_VARIANCE: As previously mentioned, the percent variance to deviate from the base time (TIME_INTERAL)

    - You can use 0, if you want a constant time, but it will appear more obvious

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.