Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alanverbner/haiku-by-the-sea

Telegram Bot to post a daily Haiku poem to a channel
https://github.com/alanverbner/haiku-by-the-sea

haiku poem telegram-bot

Last synced: 8 days ago
JSON representation

Telegram Bot to post a daily Haiku poem to a channel

Awesome Lists containing this project

README

        

Welcome to haiku-by-the-sea 👋



Version




License: MIT


Twitter: AlanVerbner

> Telegram Bot to post a daily Haiku poem to a channel
>
> This is a simple and stupid bot I made (while bored and recovering at home) inspired by daily Haikus sent to me by [Seba](https://twitter.com/Saldasoro).

### 🏠 [Homepage](https://alanverbner.github.io/haiku-by-the-sea)

## TODO

- Twitter Integration

## Prerequisites

- npm >=5.5.0
- node >=10.0.0

## Install

```sh
npm install
```

## Run tests

```sh
npm run test
```
## Coverage

```sh
npm run coverage
```

## FAQ

1. Are the Haikus configurable?

Well, sort of. Basically I wanted to avoid using any DB or anything else besides a few JS lines. To do so, I decided to store the Haikus in a text file and read one for each day based on the date I deployed this. So, for example, if first deployment was done 2019-10-23, the Haiku #3 will be sent on 2019-10-25.

2. Could have I done this better?

Yeah, of course, but I didn't want to spend more than a couple of hours working on it.

3. Are you willing to improve it?

Nope, but if you think there is a cool feature or anything you think it might be worth adding, [just let me know](#Contributing).

## Author

👤 **@AlanVerbner**

* Twitter: [@AlanVerbner](https://twitter.com/AlanVerbner)
* Github: [@AlanVerbner](https://github.com/AlanVerbner)

👤 **@Saldasoro (aka Cryptobaby)**

* Twitter: [@AlanVerbner](https://twitter.com/Saldasoro)

## 🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/AlanVerbner/haiku-by-the-sea/issues).

## Show your support

Give a ⭐️ if this project helped you!

***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_