go-todo is a small Discord bot that reminds ⏰ you of uncompleted tasks 📝 at the end of each day, since he's not going to do it for you 💁♂️
To run this project
- Make sure you have Docker installed on your machine
Want to add some magic code or cool behaviour ✨ to the bot ? Bring the repository down to your local machine by following theses steps
- Clone this repository:
git clone https://github.com/HETIC-MT-P2021/GO_TODO_Groupe07.git go-todo
cd go-todo
-
Make sure you have an
.env
file that is matching the example -
Start application by typing
docker-compose up --build
There are some external libraries used to build up this magnificent bot 🎖
The bot, at this age, can help you by:
- Returning all your tasks 📚
- Save a new task for you 🔖
- Delete a specific task 🔥
Feel free to discuss with any contributor about the technical choices that were made. You can find the documentation here
Before contributing, please read the contributing guidelines
If you have any questions, feel free to open an issue. Please check the open issues before submitting a new one ;)