Skip to content

Downloading material from your lessons from LXP IThub.

License

Notifications You must be signed in to change notification settings

meg4cyberc4t/bulgakov-cache-script

Repository files navigation

bulgakov-cache-script

Downloading material from your lessons from LXP IThub.

./main.py -m md -c input.json

Before using

Step 1: Installing dependencies.

pip3 install -r requirements.txt

Step 2: Provide of your login data in input.json.

{
  // Example of input.json
  "login": " Yourlogin@mail.com",
  "password": "password"
}

Example of using

# To download a certain discipline (take the discipline id from the address bar)
./main.py -m md -c input.json --subject 1234

# To download all disciplines
./main.py -m md -c input.json

# Show all use cases
./main.py -h

Maintainers

Igor Molchanov

This library is open for issues and pull requests. If you have ideas for improvements or bugs, the repository is open to contributions!

License

GNU GENERAL PUBLIC LICENSE

About

Downloading material from your lessons from LXP IThub.

Topics

Resources

License

Stars

Watchers

Forks

Languages