| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [View Raw Code] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
To use the scripts here:
python send_emails.py --help
usage: send_emails.py [-h] [-f FILES [FILES ...]] destination subject body
Email Sender using Gmail API
positional arguments:
destination The destination email address
subject The subject of the email
body The body of the email
optional arguments:
-h, --help show this help message and exit
-f FILES [FILES ...], --files FILES [FILES ...]
email attachments
python send_emails.py example@domain.com "This is a subject" "Body of the email" --files file1.pdf file2.txt file3.img
python read_emails.py "python"
python mark_emails.py --help
usage: mark_emails.py [-h] [-r] [-u] query Marks a set of emails as read or unread positional arguments: query a search query that selects emails to mark optional arguments: -h, --help show this help message and exit -r, --read Whether to mark the message as read -u, --unread Whether to mark the message as unread
python mark_emails.py "Google Alerts" --read
python mark_emails.py "example@domain.com" -u
python delete_emails.py "bitcoin"
| Back | FazBrowse Home | New Git URL |