Giter VIP home page Giter VIP logo

grocy-telegram-bot's Introduction

Grocy Telegram Bot

A Telegram bot to communicate with your Grocy instance!

Description

This Telegram bot is my own implementation based on the original Grocy Telegram Bot.

At the moment only the shopping list feature is completed and implemented. Many more will come!

Dependencies

  • requests
  • python-telegram-bot
  • container_app_conf
  • pydantic
  • emoji

Configuration file

Before running the bot a configuration file must be created. This file follows the YAML format and can be placed in the folder where you run the docker-compose file (see next section).

The following is an example of a configuration file that you should edit with your own parameters:

grocy-telegram-bot:
  telegram:
    token: "123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11"
    user_ids:
      - 111111111
      - 2222222222
  grocy:
    api_key: "abcdefgh12345678"
    host: "http://192.168.1.100"
    port: 9283

Running the bot

You can use the docker-compose file provided in the repo and simply run the following: docker-compose up -d

grocy-telegram-bot's People

Contributors

dgarcoe avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.