Phython code needed to send .csv scheduled embed msgs into discord using discord.py
Budget: $30 – $250 CAD
I have very minimal exp in programming but I've learned a fair bit over the last few days:
I'm looking for someone to make a .py i can run on my raspberry pi that will read from a .csv for datetime information and send a discord embed via the discord.py method.
.CSV would read in the following format:
# when, time, #, name, url, img
daily, 1203, 12.044, carl, google.ca, image3.png
sun, 1204, 4.034, steve, google.ca, image4.png
I've managed to command fixed value embeds into discord using the attached test.py using /go commands from within discord already, I need help with the schedule and csv part of the project.
I'm aware datetime has values for the weekdays so the addition of 'daily' might be an issue, although * might solve that but I'm not sure.
Thank you
I'm looking for someone to make a .py i can run on my raspberry pi that will read from a .csv for datetime information and send a discord embed via the discord.py method.
.CSV would read in the following format:
# when, time, #, name, url, img
daily, 1203, 12.044, carl, google.ca, image3.png
sun, 1204, 4.034, steve, google.ca, image4.png
I've managed to command fixed value embeds into discord using the attached test.py using /go commands from within discord already, I need help with the schedule and csv part of the project.
I'm aware datetime has values for the weekdays so the addition of 'daily' might be an issue, although * might solve that but I'm not sure.
Thank you