hibare / Good-Morning

Bot to send morning dose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Bot to send morning dose

License:MIT License


Languages

Language:Python 95.7%Language:Dockerfile 4.3%