https://github.com/uonai/taskrunner
Taskrunner is a Rust application that generates an email based on the day of the week.
https://github.com/uonai/taskrunner
chrono dotenv email-notification email-sender native-tls rust rust-lang rust-language time
Last synced: 9 months ago
JSON representation
Taskrunner is a Rust application that generates an email based on the day of the week.
- Host: GitHub
- URL: https://github.com/uonai/taskrunner
- Owner: uonai
- Created: 2019-06-16T23:19:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-17T04:25:23.000Z (over 6 years ago)
- Last Synced: 2024-12-21T04:42:18.780Z (about 1 year ago)
- Topics: chrono, dotenv, email-notification, email-sender, native-tls, rust, rust-lang, rust-language, time
- Language: Rust
- Homepage:
- Size: 5.86 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Taskrunner
Taskrunner is a Rust application that generates an email based on the day of the week. It supports Gmail at the moment and will attach the corresponding file with the email, along with the contents of the file in the content section of the email. I am using this as a way of sending myself daily tasks.
You can run this as a Cron Job each day to send yourself an email. I will also be building a feature that automatically executes this Cron Job from within the Rust application.
For this application to function, you will need to install Rust and set up a .env file with your gmail credentials. You will also need to allow your Gmail to view less secure apps .
After you have installed Rust and Cargo locally, boot application with $ cargo run