A Discord bot that suggests food recipes based on ingredients you have.
Foodie-Discord-Bot listens for messages on your Discord server. To get recipe suggestions, mention the bot with a list of ingredients separated by commas.
Example: @Foodie-Bot tomatoes, chicken, rice
The bot will respond with a list of recipes you can make with the provided ingredients.
Check out the list of supported ingredients in prompter.py. Feel free to contribute by adding more ingredients and recipes.
We welcome contributions from the community. If you want to add features, improve the code, or fix issues, please follow these steps:
-
Clone the repository:
-
Create a new branch for your feature: git checkout -b feature/your-feature-name
-
Commit your changes: git commit -m 'Add new feature'
-
Push to your branch: git push origin feature/your-feature-name
-
Create a Pull Request (PR) to the main repository.
-
Your PR will be reviewed by the maintainers. Once approved, it will be merged.
This project is licensed under the MIT License - see the LICENSE file for details.
If you have any questions or need assistance, feel free to reach out to the project maintainers.