Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 1.36 KB

index.rst

File metadata and controls

61 lines (38 loc) · 1.36 KB

Blackboard Sync

https://img.shields.io/github/license/jacobszpz/BlackboardSync

BlackboardSync is a multiplatform desktop application written in Python that automatically downloads content from courses in your Blackboard account.


Features

  • Supported content:
    • Attachments of any type (e.g. .docx, .pptx, .pdf, etc.)
    • Internet links
    • Content descriptions (saved as html)
  • Cross-platform
    • Linux, Windows, and macOS ready

Installation

You can find all releases on GitHub. Only MacOS (.dmg) and Windows (.exe) are supported at the moment.

From PyPI

$ python3 -m pip install blackboardsync
$ python3 -m blackboard_sync # notice the underscore

API Documentation

If you are interested about contributing, or if you just want to understand the internals of BlackboardSync more.

.. toctree::
   :maxdepth: 2

   dev/bb_api
   dev/sync_api
   dev/qt_api