Skip to content

Simple telegram bot for managing my shopping list

Notifications You must be signed in to change notification settings

apinter/shopping_py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build

Shopping List 🛒

A simple Telegram bot to manage my shopping list.

Simple is likely to be an understatement since this thing is super primitive, but I don't need anything else ¯\_(ツ)_/¯ The bot will write everything in a single file. It reads from this file, and changes this file when you add/remove items.

Usage

 podman run \
        --name shopping-list \
        --label io.containers.autoupdate=registry \
        -e TG_BOT_TOKEN=12345:758932 \ ## generate the bot and token with Botfather
        -v shopping_list:/app/data:z docker.io/adathor/shopping-bot

Start chat with the bot, and run /help for all the options.

About

Simple telegram bot for managing my shopping list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published