Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carlijoy/fritz-dect-mail-extract
Extract FritzDect status mails (i.e. Energy usage) sent from FritzBox via IMAP
https://github.com/carlijoy/fritz-dect-mail-extract
Last synced: about 2 months ago
JSON representation
Extract FritzDect status mails (i.e. Energy usage) sent from FritzBox via IMAP
- Host: GitHub
- URL: https://github.com/carlijoy/fritz-dect-mail-extract
- Owner: CarliJoy
- License: mit
- Created: 2021-05-08T11:13:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-07T17:06:44.000Z (3 months ago)
- Last Synced: 2024-10-14T03:31:04.844Z (2 months ago)
- Language: Python
- Size: 68.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE.txt
- Authors: AUTHORS.rst
Awesome Lists containing this project
README
=======================
fritz-dect-mail-extract
=======================Extract FritzDect status mails (i.e. Energy usage) sent from FritzBox via IMAP.
Description
===========Provides the command ``dectmailextract``::
usage: dectmailextract [-h] [--version] [--password PASSWORD] [--username USERNAME] [--server SERVER] [-v] [-vv] target_folder
Extract FritzDect status mails (i.e. Energy usage) sent from FritzBox via IMAP
positional arguments:
target_folder Path to directory to save filesoptional arguments:
-h, --help show this help message and exit
--version show program's version number and exit
--password PASSWORD IMAP password. Defaults to environmental variable DECT_MAIL_EXTRACT_PASSWORD
--username USERNAME IMAP username. Defaults to environmental variable DECT_MAIL_EXTRACT_USER
--server SERVER IMAP server. Defaults to environmental variable DECT_MAIL_EXTRACT_SERVER
-v, --verbose set loglevel to INFO
-vv, --very-verbose set loglevel to DEBUG.. _pyscaffold-notes:
Note
====This project has been set up using PyScaffold 4.0.1. For details and usage
information on PyScaffold see https://pyscaffold.org/.