GitXplorerGitXplorer
y

Facebook-ToDo-List-Bot

public
0 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
79975c184110afa7f9848c1030f6979c5d54a433

Merge branch 'master' of https://github.com/mountain-viewer/Facebook-ToDo-List-Bot

yyarspirin committed 8 years ago
Unverified
3fbc5e5f205bc7df0559e5adf6880dc3f3254112

applied some structural changes

yyarspirin committed 8 years ago
Unverified
f4a404442e1dee7ffab59006685d9ea7d419f763

Update README.md

yyarspirin committed 8 years ago
Unverified
ecfbfcbe9f8cd7e15842df2e509e5443a5b8f23c

Update README.md

yyarspirin committed 8 years ago
Unverified
7bd746e68852fbfebd88cf35c68da6cfdb99ea42

hopefully the last commit

yyarspirin committed 8 years ago
Unverified
41a7999cc7a34cc832ca41a1611b28b16dc48866

.gitignore updated

yyarspirin committed 8 years ago

README

The README file for this repository.

Facebook-ToDo-List-Bot

Description

The Facebook Bot for Facebook Messenger helps you organize your daily life.

The project was created as part of the home assignment during the Python course at MIPT University.

Usage

The bot accepts the commands as a Facebook Messenger message.
The following commands are available:

  • add <deadline name> dd/mm/yy  
    To put new deadline into list.

  • remove <deadline id>
    To remove an existing deadline.

  • list
    To show all existing deadlines.

  • rename <deadline id> <new name>
    To rename an existing deadline.

  • set_deadline <deadline id> dd/mm/yy
    To set new date for an existing deadline.

  • done <deadline id>
    To mark an existing deadline as completed

  • help
    To show the list of possible commands.

Screenshots