/Good-Morning

Bot to send morning dose

Primary LanguagePythonMIT LicenseMIT

Good-Morning ☀️

A 🤖 bot which produces your daily Morning dose.

Bot is written in Python and packaged as a Docker image.

What it does? 😋

  1. Extract News from Google News 📰. Extract news based on topic and location.

  2. Extract Whether information 🌻. Extract current weather and forecast for mentioned cities.

  3. Send pings in Slack 💥.

  4. Runs a cron like job every day at 6.00 AM 🕕

How to run? 🚀

  1. Rename .env.example as .env and populate with all the values.

  2. Run Docker

    docker run -d --env-file ./.env hibare/good-morning
                         *OR*
    

    using docker-compose

    docker-compose up -d