Zachdehooge / NadoBot

A Discord.py bot that pulls nadocast data
3 stars 2 forks source link

housekeeping #2

Closed JacksonDorschner closed 2 months ago

Zachdehooge commented 2 months ago

Formatting looks nice! It is however printing the current date and time, is that what you meant it to do? image

Arch881010 commented 2 months ago

@Zachdehooge @JacksonDorschner My intention was so we can use a more local UTC version to use when retrieving the data. Probably redundant if we use the scraper instead. (And sending the image by using discord.py (how to send a local image)?) Thoughts?

Arch881010 commented 2 months ago

Also you didn't re-add example.env. ^^"

Zachdehooge commented 2 months ago

It looks like example.env got deleted with this commit, but I could be reading that wrong. If I remember correctly Nadocast publishes data three times a day that pertains to all of the metrics we would want (Hail, wind, tor). I will need to dig back into that and see when, but we may be able to utilize that!

Arch881010 commented 2 months ago

Back on July 8th, 2024, it posted 4x. image

Arch881010 commented 2 months ago

After pulling this pr, example.env has been removed.

Zachdehooge commented 2 months ago

Readded the example.env in a seperate PR

JacksonDorschner commented 2 months ago

Formatting looks nice! It is however printing the current date and time, is that what you meant it to do? image

sorry about that, I realized my mistake after a was about to fall asleep, will fix.

a more local UTC version to use when retrieving the data.

sorry if this is stupid, but im unclear of what you mean when you say more local, like with a z offset so it is the local time?

(And sending the image by using discord.py (how to send a local image)?) Thoughts?

I can work on this this morning if that works.

I will also add the line i added to example.env, that was an oversight by me, sorry.

Arch881010 commented 2 months ago

Formatting looks nice! It is however printing the current date and time, is that what you meant it to do? image

sorry about that, I realized my mistake after a was about to fall asleep, will fix.

a more local UTC version to use when retrieving the data.

sorry if this is stupid, but im unclear of what you mean when you say more local, like with a z offset so it is the local time?

(And sending the image by using discord.py (how to send a local image)?) Thoughts?

I can work on this this morning if that works.

I will also add the line i added to example.env, that was an oversight by me, sorry.

example.env was already readded to main. I'm prob gonna take a break from developing for a bit, gonna wait on a review on the latest PR. Might work on the help command, might not (if I get beat to it).