https://github.com/kimdre/personio-documents-downloader
Downloads the latest document from Personio of a specific user
https://github.com/kimdre/personio-documents-downloader
personio
Last synced: 2 months ago
JSON representation
Downloads the latest document from Personio of a specific user
- Host: GitHub
- URL: https://github.com/kimdre/personio-documents-downloader
- Owner: kimdre
- Created: 2023-08-08T12:39:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-29T12:29:27.000Z (almost 2 years ago)
- Last Synced: 2025-01-28T23:29:39.203Z (4 months ago)
- Topics: personio
- Language: Python
- Homepage: https://personio.de
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personio Documents Downloader
Downloads the latest documents from Personio of a specific user using the Personio Web UI.
This script is for normal users, who don't have access to the Personio API.## Options
### Required arguments:
- `-l https://your-company.personio.de`, `--url https://your-company.personio.de`: Link/Url to your Personio Web UI
- `-u [email protected]`, `--username [email protected]`: Username or email of your Personio user
- `-p PASSWORD`, `--password PASSWORD`: Password of your Personio user### Optional arguments:
- `-h`, `--help`: Show this help message and exit.
- `-d DOWNLOAD_PATH`, --directory DOWNLOAD_PATH`: Target directory of the downloaded file. Can be absolute or relative. Default is the current directory.
- `-t`, `-timerange`: Time range in days from today in which to search for files. Defaults to last 7 days.