https://github.com/lauslim12/anzu
🗓️ An open source LINE chatbot to remind you of your tasks.
https://github.com/lauslim12/anzu
bot chatbot cronjobs heroku javascript line mongodb-atlas node nodejs reminders schedule
Last synced: 8 months ago
JSON representation
🗓️ An open source LINE chatbot to remind you of your tasks.
- Host: GitHub
- URL: https://github.com/lauslim12/anzu
- Owner: lauslim12
- License: mit
- Created: 2020-11-21T02:17:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-25T17:08:48.000Z (over 4 years ago)
- Last Synced: 2025-04-23T01:55:54.453Z (about 1 year ago)
- Topics: bot, chatbot, cronjobs, heroku, javascript, line, mongodb-atlas, node, nodejs, reminders, schedule
- Language: TypeScript
- Homepage: https://lauslim12.github.io/Anzu/
- Size: 5.11 MB
- Stars: 12
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Anzu
Anzu (she/her) is an open source LINE chatbot to remind you of your tasks. Anzu is fully asynchronous and uses JavaScript's natural asynchronous nature to its fullest.

Check out more of Anzu by looking at [her website!](https://lauslim12.github.io/Anzu/)
## Architecture
- Asynchronous Programming
- Functional Programming
- JavaScript Programming Language
- Shell Scripts and Micro Computers for Automation
- Vue.js for Documentation
Anzu is divided into two subprojects: `bot` or `src` for the bot itself, and `docs` for the documentation. The `bot` or `src` is made with [TypeScript](https://www.typescriptlang.org/) and [Node.js](https://nodejs.org/en/) from scratch, while the `docs` is bootstrapped using [Vue.js / Vuepress](https://vuepress.vuejs.org/) and hosted with [GitHub Pages](https://pages.github.com/).
## Documentation
Anzu's full documentation could be seen at [this website](https://lauslim12.github.io/Anzu/). The documentation covers the installation guide, usage examples, list of commands, and many more! Check it out!
## Contribution
Anzu is open source and is under continuous development. Keep in touch by starring this repository! If you have any interest to contribute, please check the contribution in the documentation for [contribution guidelines](https://lauslim12.github.io/Anzu/contribution.html).
## License
This application is licensed under MIT License. Please see the `LICENSE` file for more information.
## Credits
[Please check in the documentation for the credits](https://lauslim12.github.io/Anzu/contribution/credits.html).
Feel free to cite everything from this repository, as long as you give your credit. Anzu is not related in any way, shape, or form to my work or my research. Anzu is just a personal interest turned open source.