A website giving you recipe ideas for an healthy week.
Tired of unique random recipes? Try to get weekly equilibrium!
This project is under the GNU AGPLv3 license
Doing it quickly:
- Send a random message to @recipeScrapperBot on Telegram (:warning: the bot might be down if the website is down)
- Just wait for the moderation to accept it.
- Find a recipe on Marmiton or 750g
- Send the link to the bot.
- The recipe will be checked and added to the website soon!
Doing it manually:
- Just DM me and I'll add/modify your recipe
Don't hesitate to ask for a new feature / report a bug.
Even better, you can work on the project! Run these commands (don't forget virtualenv if are used to these):
git clone https://github.com/EwenQuim/recettes
cd recettes
pip install -r requirements.txt
pre-commit install
I use these pre-commit hooks to standardize the way the project is organized. It might bother you but it's better for everyone -you'll be pleased to contribute to a beautiful code!
- black
- flake8
- pylint
- gitmoji
Don't hesitate to check the contributing guidelines, and you're ready for making a good PR 🍷