Skip to content

WttrIn Reutlingen

A Bluesky bot that posts the weather forecast of Reutlingen at 7:00 am every day

Setup

  1. Requirements

    • A Bluesky account for the bot
    • bunjs installed on your machine
  2. Clone the repository

    Terminal window
    git clone https://github.com/Minecodes/WttrIn-Reutlingen
  3. Install the dependencies

    Terminal window
    bun install
  4. Create a .env file in the root directory of the project and add the following content

    BSKY_USERNAME=username.bsky.network
    BSKY_PASSWORD=password
    BOT_CITY=Reutlingen

    Replace username.bsky.network and password with your Bluesky account credentials

  5. Run the bot

    • Using bun

      Terminal window
      bun start
    • Using Docker Compose

      Terminal window
      docker compose up -d

Licenses

  1. First-party license

    BSD 3-Clause License
    Copyright (c) 2024, Minecodes <contact@minecodes.de>
    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions are met:
    1. Redistributions of source code must retain the above copyright notice, this
    list of conditions and the following disclaimer.
    2. Redistributions in binary form must reproduce the above copyright notice,
    this list of conditions and the following disclaimer in the documentation
    and/or other materials provided with the distribution.
    3. Neither the name of the copyright holder nor the names of its
    contributors may be used to endorse or promote products derived from
    this software without specific prior written permission.
    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
    AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
    DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
    SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
    CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
    OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  2. Third-party licenses

    • wttr.in is licensed under the Apache License 2.0
    • dotenv is licensed under the BSD 2-Clause License
    • node-cron is licensed under the MIT License
    • @skyware/bot is licensed under the Mozilla Public License 2.0
    • bun is licensed under the MIT License