diff --git a/README.md b/README.md index 429495e..8491ede 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ A service that connects to WhatsApp via the whatsmeow API and forwards messages ![1.00](./assets/image/whatshooked.jpg) +[TODO LIST](TODO.md) - Things I still need to do + +[Rules when using AI](AI_USE.md) + ## Phase 1 Features - **Multi-Account Support**: Connect to multiple WhatsApp accounts simultaneously diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..3d66a2b --- /dev/null +++ b/TODO.md @@ -0,0 +1,11 @@ +# Todo List + +## General todo +- [ ] Docker Server Support with docker-compose.yml (Basic Config from .ENV file) +- [ ] Authentication options for cli +- [ ] **Refactor** the code to make it more readable and maintainable. (Split server, hooks and routes. Split CLI into commands etc. Common connection code.) +- [ ] Whatsapp Business API support add +- [ ] Optional Postgres server connection for Whatsmeo +- [ ] Optional Postgres server,database for event saving and hook registration +- [ ] Optional Event logging into directory for each type +- [ ] MQTT Support for events (To connect it to home assistant, have to prototype. Incoming message/outgoing messages) \ No newline at end of file diff --git a/cli b/cli deleted file mode 100755 index 045db5a..0000000 Binary files a/cli and /dev/null differ diff --git a/server b/server deleted file mode 100755 index 1a302f3..0000000 Binary files a/server and /dev/null differ