Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 🐽

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
```