Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create README.md #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# To Do List Bot

**This code serves as a starter kit for a 3DC workshop to making a telegram bot using Python3 and SQlite3.**
Please use the sample code so that you can fill in the blanks while learning.

The bot uses the Web Api for Telegram to enable responses with data pulled from a databaset through setting up commands.
Commands used:
*/start
*/additem
*/removeitem
*/entries
*/itemListLength

**Sample Database**

| Items |
| ------------- |
| Apple |
| Pear |
| Lemon |