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
EggCart is a Telegram Bot designed to manage your grocery list efficiently. Built with Node.js, SQLite, and Telegraf, it offers a simple and interactive way to add, remove, and manage items on your grocery list through Telegram.
2. create a file .env and store the API keys and your telegram user ID - updated approvedShoppers function on line 114 (EggCart.js) with your process.env.user variable
10
-
3. npm install
9
+
## Features
10
+
- Add items to your grocery list with a simple Telegram command.
11
+
- Remove items from the list as you purchase them.
3. Create a `.env` file in the root directory and add your Telegram Bot API key and other required environment variables.
35
+
36
+
3.1 updated approvedShoppers functionon line 114 (EggCart.js) with your process.env.user variable
37
+
38
+
4. Start the bot:
39
+
```bash
40
+
yarn start
41
+
```
42
+
43
+
## Usage
44
+
Once the bot is running, you can interact with it on Telegram using the following commands:
45
+
- `/add [item1, item2, ...]` - Add items to your grocery list.
46
+
- `/remove [item1, item2, ...]` - Remove items from your grocery list.
47
+
- `/list` - Display the current grocery list.
48
+
- `/clear` - Clear the grocery list.
49
+
50
+
## Contributing
51
+
Contributions to EggCart are welcome! Please read our [Contributing Guidelines](CONTRIBUTING.md) for more information on how to report issues, suggest features, or submit pull requests.
52
+
53
+
## Credits
54
+
- Original Author: Radical_Egg
55
+
- Primary Contributor and Maintainer: ljgonzalez1
56
+
57
+
## License
58
+
EggCart is released under the [ISC License](LICENSE). See the LICENSE file for more details.
0 commit comments