You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-4
Original file line number
Diff line number
Diff line change
@@ -33,11 +33,19 @@ Weather bot for Telegram Messenger with multiple APIs and bookmarks support.
33
33
34
34
1. Install [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) for your platform
35
35
2. Download the [latest release](https://github.com/mlad/weather-bot/releases) or [build it yourself](#building), unpack the archive
36
-
3. Run `WeatherBot` (Linux) or `WeatherBot.exe` (Windows), the app will create `configuration.json` file and exit
36
+
3. Run `WeatherBot[.exe]`, the app will create `configuration.json` file and exit
37
37
4. Open created configuration file and fill the following properties:
38
-
-`TelegramBotToken` with a Telegram bot API token (can be obtained from [@BotFather](https://t.me/BotFather) bot)
39
-
-`OpenWeatherMap:ApiToken` with Open Weather Map API token (register [here](https://home.openweathermap.org/users/sign_up)), or completely remove `OpenWeatherMap` section
40
-
-`AccuWeather:ApiToken` with AccuWeather API token (register [here](https://developer.accuweather.com/user/register)), or completely remove `AccuWeather` section
38
+
```jsonc
39
+
{
40
+
"TelegramBotToken":"", // Telegram bot API token (get from @BotFather)
0 commit comments