You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"ok":true,"result":true,"description":"Webhook was set"}
59
60
```
60
61
* Proceed to project directory and run:
61
-
```python
62
+
```python
62
63
python3.9 test.py
63
64
```
64
65
65
66
## Usage
66
-
/start - Start the bot and configure your Google Sheet for tracking expenses and other entries.
67
+
/start - Initialize and Configure Sheet
67
68
68
-
/config - Update your Google Sheet settings or configure quick settings for adding transport and other entries.
69
+
/config - Update Sheet Settings
69
70
70
-
/addentry - Add a new entry to your expense tracking system.
71
+
/addentry - Add Expense Entry
71
72
72
-
/addtransport - Quickly add a new transport entry to your expense tracker.
73
+
/addtransport - Quick Add Transport Entry
73
74
74
-
/addothers - Quickly add another type of entry to your expense tracker.
75
+
/addothers - Quick Add Other Entry
75
76
76
-
/addincome - Add a new entry to your income.
77
+
/addincome - Add Income Entry
77
78
78
-
/retrievetransaction - Retrieve a transaction from past date.
79
+
/retrievetransaction - Retrieve transaction from dates
79
80
80
-
/cancel - Cancel the previous conversation with the bot and start fresh.
81
+
/cancel - Cancel Conversation
81
82
82
-
/help - Show help message
83
+
/help - Show Help
83
84
84
85
## Contributing
85
-
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
86
-
87
-
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue or work on issues that are currently open.
88
-
Don't forget to give the project a star! Thanks again!
86
+
If you want to contribute or have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue or work on issues that are currently open.
87
+
Don't forget to give the project a ⭐! Thanks again!
89
88
90
89
1. Fork the Project
91
90
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
@@ -94,7 +93,7 @@ Don't forget to give the project a star! Thanks again!
94
93
5. Open a Pull Request
95
94
96
95
## License
97
-
Distributed under the MIT License. See `LICENSE.txt` for more information.
96
+
Distributed under the MIT License. See `LICENSE` for more information.
0 commit comments