Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alanverbner/haiku-by-the-sea
- Owner: AlanVerbner
- Created: 2019-10-13T11:34:43.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T18:51:39.000Z (almost 2 years ago)
- Last Synced: 2023-07-31T12:11:19.176Z (over 1 year ago)
- Topics: haiku, poem, telegram-bot
- Language: CSS
- Homepage: https://haiku-by-the-sea.alverbner.now.sh
- Size: 1.67 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
Welcome to haiku-by-the-sea 👋
> 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)_