Skip to content

Aurora-Hunters/weather-gif-bot

Repository files navigation

Weather Gif Bot

Animated Weather — @weather_gif_bot

Docker

Build the Docker image:

docker build -t weather-gif-bot .

Run the container with environment variables:

docker run -d \
  --name weather-gif-bot \
  --env-file .env \
  weather-gif-bot

Alternatively, set variables inline:

docker run -d \
  --name weather-gif-bot \
  -e BOT_TOKEN=<your_bot_token> \
  -e POSTHOG_API_KEY=<your_posthog_api_key> \
  weather-gif-bot

About

Gif weather data from satellites

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •