Skip to content

Small python script that runs a Telegram Bot, which can be used as a shopping list. Shopping items can be added by simply sending a message to this bot in telegram.

Notifications You must be signed in to change notification settings

btobi/telegram-list-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram (Shopping) List Bot

Small python script that runs a Telegram Bot, which can be used as a shopping list. Shopping items can be added by simply sending a message to this bot in telegram.

The main file list-bot.py contains the list of commands:

commands = [
        "Element - Add element",
        "/list - Show current list",
        "/clear - Clear list",
        "/del Element - Delete element",
        "/help - Show this help",
    ]

About

Small python script that runs a Telegram Bot, which can be used as a shopping list. Shopping items can be added by simply sending a message to this bot in telegram.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published