Skip to content
Tsunderarislime edited this page Jul 19, 2023 · 2 revisions

atsui yo あっつい…

暑くて干からびそう…

動いてないのに暑いよ~…

Getting Started

After you have cloned this repository, open config_template.yaml.

config_template.yaml

These fields need to be modified in order to get the bot up and running.

key

There are many guides to setting up Discord bots out there on the internet, follow any one of them and you should eventually come across a point where you will need to generate an access key for your bot. This access key is what you are putting in for key.

channel

This is the channel ID of the channel that you want this bot to send the daily reports to. Right-clicking a channel with 'Developer Mode' enabled gives you the option to copy the channel ID, which should just be a really big number.

meteo

Here is a guide for what you need to select in order to generate an Open-Meteo Forecast API URL that this bot can use:

GUIDE


Once you have filled in those fields in the YAML, save the file as config.yaml and place it in the same folder as main.py.

Here is what a completed config.yaml setup may look like:

Completed config.yaml

Clone this wiki locally