File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,15 @@ This is the first version of my telegram bot which allows a simple expenses trac
55
66The bot can now take income and outcome and display the current month resume; here is a list of commands:
77
8- * ` /listoutcome ` print the list of current month outcome
9- * ` /listincome ` print the list of current month income
8+ * ` /listoutcome <month> ` [ ^ 1 ] print the list of the chosen month outcome, if blank the current month is used
9+ * ` /listincome <month> ` [ ^ 1 ] print the list of the chosen month income, if blank the current month is used
1010* ` /delete +/-<income/outcome amount> <comment> ` delete the specified entry
11- * ` /balance ` print total income, total outcome and the difference between those 2 (aka balance)
11+ * ` /balance <month> ` [ ^ 1 ] print total income, total outcome and the difference between those 2 (aka balance)
1212* ` /income <income amount> <comment> ` add to the income table the amount and the comment associated
1313* ` /outcome <outcome amount> <comment> ` add to the outcome table the amount and the comment associated
1414
15+ [ ^ 1 ] : Month can be written according to the following example: 'Jul', 'July', '07' or '7'
16+
1517## Installation
1618
1719* First create the ` master.txt ` and ` token.txt ` files, filled respectively with your master chat id
You can’t perform that action at this time.
0 commit comments