/shoppingListBot

Telegram Bot for shopping list.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Shopping List Bot (Telegram)

Telegram Bot for a shopping list.

How to start

Download and run the shoppingList.py

Notes

You need to add your own bot token to the script. You can ask @BotFather (Telegram) for it.

You need to install the requirements.

Commands for the Bot

/start - Start.
/add (items) - Add the item/items.
/delete (items) - Delete the item/items.
/show - Prints your list.
/deleteall - Delete all the items.
/toaudio - Creates an audio with the items in your list(also delete the list.).
/help - Brief help of the bot.