Skip to content

Script to download and save all relevant salary documents.

License

Notifications You must be signed in to change notification settings

cavoq/agenda-personal-download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

agenda-personal-download

Script to download and save all relevant salary documents from https://agenda-personal-portal.de

Usage

  1. Install the requirements with pip install -r requirements.txt
  2. (Optional) Create virtual environment with python -m venv venv and activate it with source venv/bin/activate
  3. Run the script with python download.py

Configuration

The following environment variables are required:

  • EMAIL: Your email address for the portal
  • PASSWORD: Your password for the portal
  • DOWNLOAD_PATH: The path where the files should be saved

You may create a .env file in the root directory of the project to set these variables.

Releases

No releases published

Packages

No packages published

Languages