Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/freshollie/hello-boys-bot
Greedy landlords don't deserve tenants 🐽
https://github.com/freshollie/hello-boys-bot
Last synced: 3 days ago
JSON representation
Greedy landlords don't deserve tenants 🐽
- Host: GitHub
- URL: https://github.com/freshollie/hello-boys-bot
- Owner: freshollie
- Created: 2020-08-15T18:57:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-18T18:47:59.000Z (over 4 years ago)
- Last Synced: 2024-11-11T19:43:13.661Z (2 months ago)
- Language: Rust
- Homepage:
- Size: 546 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hello-boys-bot
[![Pipeline status](https://github.com/freshollie/hello-boys-bot/workflows/pipeline/badge.svg)](https://github.com/freshollie/hello-boys-bot/actions)
> Greedy landlords don't deserve tenants
## About
This program automatically emails "us" every day to let us know
how long it's been since the configured property was let, and calculates
the loss the landlord has incurred from not renting.## Why Rust?
No reason at all. I like strongly typed modern languages, and saw this project
as an opportunity to learn `rust`. So far, it's been great!## Tests
```shell
cargo test
```## Running
To run this program, an email password must be supplied.
```
EMAILS="[email protected],[email protected]" SMTP_PASSWORD="somepassword" cargo run
```