Skip to content

BROKEN RIGHT NOW! - AULISSync synchronizes your AULIS courses to the local hard drive.

License

Notifications You must be signed in to change notification settings

flosommerfeld/AULISSync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License


Logo

AULISSync

AULISSync synchronizes your ILIAS courses to the local hard drive.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

AULISSync was initially created due to my personal preference of having all the univserity course files locally. It was pretty annoying to always visit the AULIS website, type in the credentials everytime, look for the course, download new course files weekly and then not having these files across all my other devices. AULISSync helps to synchronize all of the files which are distributed by your professor via AULIS.

It is easily integrateable with other synchronization services, such as MEGA, Google Drive, Dropbox, Microsoft OneDrive: just make AULISSync synchronize your courses into a directory which is being synchronized by one of these services.

Login

GUI login

Login automation using Selenium

GUI login automation

List of courses after logging in (not working right now)

GUI logged in

(back to top)

Built With

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

This is an list of things you need to use the software.

Installation

  1. Clone the repo
    git clone https://github.com/flosommerfeld/IliasSync.git
  2. Install Python packages
    pipenv install
  3. Install npm packages
    npm install
    

(back to top)

Usage

  1. Start the Selenium Standalone Server
    npm start
  2. Bundle & compile JavaScript modules with Webpack
    npm run bundle
  3. Run the Python GUI application
    pipenv run python src/__main__.py
    or
    python src/__main__.py

For more examples, please refer to the Documentation

(back to top)

Roadmap

  • GUI for authentication
  • Configuration of download paths
  • Save user credentials locally
  • Ask the user what to sync before starting the sync process
  • Display download information
  • Modernize GUI

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the GNU General Public License v3.0. See LICENSE for more information.

(back to top)

Contact

Florian Sommerfeld - @flosommerfeld - help.flosommerfeld@gmail.com

Project Link: https://github.com/flosommerfeld/IliasSync

(back to top)

Acknowledgments

(back to top)

About

BROKEN RIGHT NOW! - AULISSync synchronizes your AULIS courses to the local hard drive.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published