Skip to content

fdro/aula-dk-picture-download

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aula-dk-picture-download

A python script to download pictures with tags from aula.dk

Description

This script downloads images in albums, posts and messages from aula.dk.

For it to work, you must first log into aula.dk with your browser.

options:

Accepted parameters:

  • --cutoffDate CUTOFFDATE Only download images that have been posted on or after this date (format: "YYYY-MM-DD")
  • --tags TAGS [TAGS ...] Only download pictures having at least one of these tags
  • --outputFolder OUTPUTFOLDER Download images in this folder

The script saves images in folders, grouping them by album/post/message. The folders names follow the template "Date Title", where the date is in ISO format (yyyymmdd) and the title is the album/post/message title.

Tested to work on Windows 10, after logging into aula.dk with Firefox.

This script was initially inspired by this blog post: https://helmstedt.dk/2021/05/aulas-api-en-opdatering/

Usage Example

python .\aula_download_albums_with_tags.py --cutoffDate "2023-02-19" --tags "Tag1" "Tag2" --outputFolder "output"

About

A python script to download pictures from aula.dk

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%