wrussell1999 / food-flex-discord

🍔 Discord bot for rating your friends food
https://foodflex.wrussell.co.uk
MIT License
15 stars 3 forks source link

Post winning entries #13

Open danielfspencer opened 4 years ago

danielfspencer commented 4 years ago

Requested feature: When the results are announced the bot should post the images of the winning entries.

wrussell1999 commented 3 years ago

@jireland2k I'm going to assign you this issue (feature request)!

What you'll need to get started:

Let me know if you have any questions!

wrussell1999 commented 3 years ago

The database stores a user like this:

Food Flex – Cloud Firestore – Firebase console

You can see here, we store the image URL for each user. Check out the image code for how to post photos: https://github.com/wrussell1999/food-flex-discord/blob/master/bot/app/data/images.py

wrussell1999 commented 3 years ago

Write the function inside results.py please :D

wrussell1999 commented 3 years ago

Instructions to develop without Docker

Use this to set up the virtual environment and install the requirements. Instructions in the README will work. https://www.liquidweb.com/kb/how-to-setup-a-python-virtual-environment-on-windows-10/